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

    r2956 r3003  
    2525! -----------------
    2626! $Id$
     27! z_i is also written out 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!
     
    126131       USE statistics,                                                         &
    127132           ONLY:  statistic_regions, hom, hom_sum, u_max, u_max_ijk, v_max,    &
    128                   v_max_ijk, w_max, w_max_ijk
     133                  v_max_ijk, w_max, w_max_ijk, z_i
    129134
    130135       USE user_write_restart_data_mod,                                        &
     
    900905       WRITE ( 14 )  zeta_min
    901906
     907       CALL wrd_write_string( 'z_i' )
     908       WRITE ( 14 )  z_i
     909
    902910
    903911!   
     
    915923!-- If required, write restart data for turbulence generator.
    916924       IF ( syn_turb_gen )  CALL stg_wrd_global
     925
    917926!
    918927!-- If required, write restart data for gust module.
Note: See TracChangeset for help on using the changeset viewer.