- Timestamp:
- 2019-03-15T13:14:30+01:00 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/UKMO/r8395_restart_datestamp/NEMOGCM/NEMO/OPA_SRC/DOM/daymod.F90
r10758 r10765 274 274 ENDIF 275 275 276 IF( .NOT. l_offline ) CALL rst_opn( kt )! Open the restart file if needed and control lrst_oce276 IF( .NOT. l_offline ) CALL rst_opn( kt, ndastp ) ! Open the restart file if needed and control lrst_oce 277 277 IF( lrst_oce ) CALL day_rst( kt, 'WRITE' ) ! write day restart information 278 278 !
Note: See TracChangeset
for help on using the changeset viewer.