Changeset 4101 for palm/trunk/SOURCE/write_restart_data_mod.f90
- Timestamp:
- Jul 17, 2019 3:14:26 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/write_restart_data_mod.f90
r4039 r4101 25 25 ! ----------------- 26 26 ! $Id$ 27 ! remove old_dt 28 ! 29 ! 4039 2019-06-18 10:32:41Z suehring 27 30 ! Modularize diagnostic output 28 31 ! … … 502 505 WRITE ( 14 ) ocean_mode 503 506 504 CALL wrd_write_string( 'old_dt' )505 WRITE ( 14 ) old_dt506 507 507 CALL wrd_write_string( 'omega' ) 508 508 WRITE ( 14 ) omega
Note: See TracChangeset
for help on using the changeset viewer.