Changeset 4671 for palm/trunk/SOURCE/write_restart_data_mod.f90
- Timestamp:
- Sep 9, 2020 8:27:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/write_restart_data_mod.f90
r4564 r4671 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! Implementation of downward facing USM and LSM surfaces 27 ! 28 ! 4564 2020-06-12 14:03:36Z raasch 26 29 ! Vertical nesting method of Huq et al. (2019) removed 27 30 ! … … 184 187 INTEGER :: i !< loop index 185 188 186 binary_version_global = '5. 0'189 binary_version_global = '5.1' 187 190 188 191 IF ( restart_data_format_output == 'fortran_binary' ) THEN … … 1161 1164 ! 1162 1165 !-- Write arrays. 1163 binary_version_local = '5. 0'1166 binary_version_local = '5.1' 1164 1167 1165 1168 IF ( TRIM( restart_data_format_output ) == 'fortran_binary' ) THEN
Note: See TracChangeset
for help on using the changeset viewer.