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/read_restart_data_mod.f90

    r2956 r3003  
    2525! -----------------
    2626! $Id$
     27! z_i is also read to use the last known inversion height from the
     28! initial run as the first inversion height which is written into the
     29! run control file
     30!
     31! 2956 2018-04-10 11:01:03Z Giersch
    2732! spectrum_x and spectrum_y have been moved to global data
    2833!
     
    124129       USE statistics,                                                         &
    125130           ONLY:  statistic_regions, hom, hom_sum, pr_palm, u_max, u_max_ijk,  &
    126                   v_max, v_max_ijk, w_max, w_max_ijk
     131                  v_max, v_max_ijk, w_max, w_max_ijk, z_i
    127132
    128133       USE synthetic_turbulence_generator_mod,                                 &
     
    748753             CASE ( 'zeta_min' )
    749754                READ ( 13 )  zeta_min
     755             CASE ( 'z_i' )
     756                READ ( 13 )  z_i
     757
    750758
    751759             CASE DEFAULT
Note: See TracChangeset for help on using the changeset viewer.