Changeset 2696 for palm/trunk/SOURCE/read_var_list.f90
- Timestamp:
- Dec 14, 2017 5:12:51 PM (7 years ago)
- Location:
- palm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk
-
palm/trunk/SOURCE
-
palm/trunk/SOURCE/read_var_list.f90
r2576 r2696 1 1 !> @file read_var_list.f90 2 2 !------------------------------------------------------------------------------! 3 ! This file is part of PALM.3 ! This file is part of the PALM model system. 4 4 ! 5 5 ! PALM is free software: you can redistribute it and/or modify it under the … … 25 25 ! ----------------- 26 26 ! $Id$ 27 ! + rans_mode, turbulence_closure (TG) 28 ! 29 ! 2576 2017-10-24 13:49:46Z Giersch 27 30 ! *** end *** marks the end of the standard parameter list of restart files 28 31 ! like it was before revision 2563. To skip also the variables of the modules … … 283 286 !-- Make version number check first 284 287 READ ( 13 ) version_on_file 285 binary_version = '4. 4'288 binary_version = '4.5' 286 289 IF ( TRIM( version_on_file ) /= TRIM( binary_version ) ) THEN 287 290 WRITE( message_string, * ) 'version mismatch concerning control ', & … … 636 639 CASE ( 'random_heatflux' ) 637 640 READ ( 13 ) random_heatflux 641 CASE ( 'rans_mode' ) 642 READ ( 13 ) rans_mode 638 643 CASE ( 'rayleigh_damping_factor' ) 639 644 READ ( 13 ) rayleigh_damping_factor … … 758 763 CASE ( 'tunnel_wall_depth' ) 759 764 READ ( 13 ) tunnel_wall_depth 765 CASE ( 'turbulence_closure' ) 766 READ ( 13 ) turbulence_closure 760 767 CASE ( 'turbulent_inflow' ) 761 768 READ ( 13 ) turbulent_inflow
Note: See TracChangeset
for help on using the changeset viewer.