Ignore:
Timestamp:
Apr 27, 2018 12:33:25 PM (6 years ago)
Author:
Giersch
Message:

precipitation_rate removed, further allocation checks for data output of averaged quantities implemented, double CALL of flow_statistics at the beginning of time_integration removed, further minor bugfixes, comments added

File:
1 edited

Legend:

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

    r3003 r3004  
    2525! -----------------
    2626! $Id$
     27! Comments related to the calculation of the inversion height expanded
     28!
     29! 3003 2018-04-23 10:22:58Z Giersch
    2730! The inversion height will not be calcuated before the first timestep in
    2831! case of restarts.
     
    20072010!--    The corresponding height is assumed as the boundary layer height, if it
    20082011!--    is less than 1.5 times the height where the heat flux becomes negative
    2009 !--    (positive) for the first time.
     2012!--    (positive) for the first time. Attention: the resolved vertical sensible
     2013!--    heat flux (hom(:,1,17,sr) = w*pt*) is not known at the beginning because
     2014!--    the calculation happens in advec_s_ws which is called after
     2015!--    flow_statistics. Therefore z_i is directly taken from restart data at
     2016!--    the beginning of restart runs. 
    20102017       IF ( TRIM( initializing_actions ) /= 'read_restart_data' .OR.           &
    20112018            simulated_time_at_begin /= simulated_time ) THEN
Note: See TracChangeset for help on using the changeset viewer.