Changeset 4536 for palm/trunk/SOURCE/write_restart_data_mod.f90
- Timestamp:
- May 17, 2020 5:24:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/write_restart_data_mod.f90
r4535 r4536 24 24 ! ----------------- 25 25 ! $Id$ 26 ! binary version incremented 27 ! 28 ! 4535 2020-05-15 12:07:23Z raasch 26 29 ! bugfix for restart data format query 27 30 ! … … 181 184 INTEGER :: i !< loop index 182 185 183 binary_version_global = ' 4.9'186 binary_version_global = '5.0' 184 187 185 188 IF ( restart_data_format_output == 'fortran_binary' ) THEN … … 1162 1165 ! 1163 1166 !-- Write arrays. 1164 binary_version_local = ' 4.7'1167 binary_version_local = '5.0' 1165 1168 1166 1169 IF ( TRIM( restart_data_format_output ) == 'fortran_binary' ) THEN
Note: See TracChangeset
for help on using the changeset viewer.