Changeset 4743


Ignore:
Timestamp:
Oct 14, 2020 4:40:58 PM (3 years ago)
Author:
suehring
Message:

Bugfix in calc_mean_profile (won't resolve the failure of the urban_environment_restart test case)

File:
1 edited

Legend:

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

    r4741 r4743  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Bugfix for last commit
    2323!
    2424! Former revisions:
     
    113113!--    i.e. independent on flow_statistics, add a special control flag.
    114114       IF ( PRESENT( force_calc ) )  THEN
    115           IF ( force_calc )  force_calc_l = .TRUE.
     115          force_calc_l = force_calc
     116       ELSE
     117          force_calc_l = .FALSE.
    116118       ENDIF
    117119
Note: See TracChangeset for help on using the changeset viewer.