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 5872 for branches/2014/dev_r4650_UKMO7_STARTHOUR/NEMOGCM/NEMO/OPA_SRC/DOM/dom_oce.F90 – NEMO

Ignore:
Timestamp:
2015-11-09T19:20:54+01:00 (8 years ago)
Author:
djlea
Message:

Fixes to enable restartability for runs of less than one day.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO7_STARTHOUR/NEMOGCM/NEMO/OPA_SRC/DOM/dom_oce.F90

    r5075 r5872  
    276276   INTEGER , PUBLIC ::   nmonth        !: current month 
    277277   INTEGER , PUBLIC ::   nday          !: current day of the month 
     278   INTEGER , PUBLIC ::   nhour         !: current hour 
     279   INTEGER , PUBLIC ::   nminute       !: current minute 
    278280   INTEGER , PUBLIC ::   ndastp        !: time step date in yyyymmdd format 
    279281   INTEGER , PUBLIC ::   nday_year     !: current day counted from jan 1st of the current year 
Note: See TracChangeset for help on using the changeset viewer.