Ignore:
Timestamp:
Apr 23, 2018 10:22:58 AM (6 years ago)
Author:
Giersch
Message:

Bugfix: W* and Z_I in the first line of the run control file of restarts correspond now to the values in the last run control output line of the previous run

File:
1 edited

Legend:

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

    r2968 r3003  
    2525! -----------------
    2626! $Id$
     27! The inversion height is defined as a global variable now which belongs to the
     28! module statistics
     29!
     30! 2968 2018-04-13 11:52:24Z suehring
    2731! +topo_min_level
    2832!
     
    20412045    REAL(wp) ::  v_max  !< maximum of absolute v-veloctiy in entire domain
    20422046    REAL(wp) ::  w_max  !< maximum of absolute w-veloctiy in entire domain
     2047
     2048    REAL(wp), DIMENSION(2) ::  z_i  !< inversion height
    20432049   
    20442050    REAL(wp), DIMENSION(:), ALLOCATABLE ::  mean_surface_level_height  !< mean surface level height for the different statistic regions
Note: See TracChangeset for help on using the changeset viewer.