Ignore:
Timestamp:
Feb 19, 2018 4:42:36 PM (6 years ago)
Author:
maronga
Message:

improvements in spinup mechanism

File:
1 edited

Legend:

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

    r2776 r2818  
    2525! -----------------
    2626! $Id$
     27! Added spinup_time to allow for restarts with spinup in precursor run.
     28!
     29! 2776 2018-01-31 10:44:42Z Giersch
    2730! Variable synthetic_turbulence_generator has been abbreviated
    2831!
     
    268271
    269272
    270     binary_version = '4.5'
     273    binary_version = '4.6'
    271274
    272275    WRITE ( 14 )  binary_version
     
    601604    WRITE ( 14 )  'simulated_time                '
    602605    WRITE ( 14 )  simulated_time
     606    WRITE ( 14 )  'spinup_time                   '
     607    WRITE ( 14 )  spinup_time
    603608    WRITE ( 14 )  'surface_heatflux              '
    604609    WRITE ( 14 )  surface_heatflux
Note: See TracChangeset for help on using the changeset viewer.