Changeset 2818 for palm/trunk/SOURCE/read_var_list.f90
- Timestamp:
- Feb 19, 2018 4:42:36 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/read_var_list.f90
r2776 r2818 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Added spinup_time to allow for restarts with spinup in precursor run. 28 ! 29 ! 2776 2018-01-31 10:44:42Z Giersch 27 30 ! Change skip_var_list: Skipping of module related parameter is only necessary 28 31 ! if restart data was outputted at the end of the precursor run … … 294 297 !-- Make version number check first 295 298 READ ( 13 ) version_on_file 296 binary_version = '4. 5'299 binary_version = '4.6' 297 300 IF ( TRIM( version_on_file ) /= TRIM( binary_version ) ) THEN 298 301 WRITE( message_string, * ) 'version mismatch concerning control ', & … … 693 696 CASE ( 'simulated_time' ) 694 697 READ ( 13 ) simulated_time 698 CASE ( 'spinup_time' ) 699 READ ( 13 ) spinup_time 695 700 CASE ( 'surface_heatflux' ) 696 701 READ ( 13 ) surface_heatflux
Note: See TracChangeset
for help on using the changeset viewer.