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

improvements in spinup mechanism

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/read_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! Change skip_var_list: Skipping of module related parameter is only necessary
    2831! if restart data was outputted at the end of the precursor run
     
    294297!-- Make version number check first
    295298    READ ( 13 )  version_on_file
    296     binary_version = '4.5'
     299    binary_version = '4.6'
    297300    IF ( TRIM( version_on_file ) /= TRIM( binary_version ) )  THEN
    298301       WRITE( message_string, * ) 'version mismatch concerning control ', &
     
    693696          CASE ( 'simulated_time' )
    694697             READ ( 13 )  simulated_time
     698          CASE ( 'spinup_time' )
     699             READ ( 13 )  spinup_time
    695700          CASE ( 'surface_heatflux' )
    696701             READ ( 13 )  surface_heatflux
Note: See TracChangeset for help on using the changeset viewer.