New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 12477 for NEMO/branches/UKMO/r12083_restart_datestamp/src/OCE/DOM/daymod.F90 – NEMO

Ignore:
Timestamp:
2020-02-27T13:20:58+01:00 (4 years ago)
Author:
jcastill
Message:

Changes as in the original branch, plus changes for bgc restart (in branch AMM15_v3_6_STABLE_package_collate)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/r12083_restart_datestamp/src/OCE/DOM/daymod.F90

    r11715 r12477  
    282282      ENDIF 
    283283 
    284       IF( .NOT. l_offline ) CALL rst_opn( kt )               ! Open the restart file if needed and control lrst_oce 
     284      IF( .NOT. l_offline ) CALL rst_opn( kt, ndastp )        ! Open the restart file if needed and control lrst_oce 
    285285      IF( lrst_oce         ) CALL day_rst( kt, 'WRITE' )      ! write day restart information 
    286286      ! 
Note: See TracChangeset for help on using the changeset viewer.