Ignore:
Timestamp:
May 18, 2018 11:12:35 AM (6 years ago)
Author:
suehring
Message:

Revise recent bugfix in nested runs at left and south boundary; bugfix in advection of u in case of OpenMP parallelization; bugfix in plant transpiration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/pmc_interface_mod.f90

    r3021 r3022  
    2525! -----------------
    2626! $Id$
     27! Minor fix - working precision added to real number
     28!
     29! 3021 2018-05-16 08:14:20Z maronga
    2730! Bugfix: variable lcr was defined as INTENT(OUT) instead of INTENT(INOUT)
    2831!
     
    27152718                   more = .TRUE.
    27162719                ELSE
    2717                    lcr(lcorr) = 1.0
     2720                   lcr(lcorr) = 1.0_wp
    27182721                   more = .FALSE.
    27192722                ENDIF
Note: See TracChangeset for help on using the changeset viewer.