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 5997 for branches/2015/dev_MetOffice_merge_2015/NEMOGCM/NEMO/OPA_SRC/DOM/dom_oce.F90 – NEMO

Ignore:
Timestamp:
2015-12-03T17:04:43+01:00 (8 years ago)
Author:
timgraham
Message:

Merged branches/2014/dev_r4650_UKMO7_STARTHOUR into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_MetOffice_merge_2015/NEMOGCM/NEMO/OPA_SRC/DOM/dom_oce.F90

    r5930 r5997  
    271271   INTEGER , PUBLIC ::   nmonth        !: current month 
    272272   INTEGER , PUBLIC ::   nday          !: current day of the month 
     273   INTEGER , PUBLIC ::   nhour         !: current hour 
     274   INTEGER , PUBLIC ::   nminute       !: current minute 
    273275   INTEGER , PUBLIC ::   ndastp        !: time step date in yyyymmdd format 
    274276   INTEGER , PUBLIC ::   nday_year     !: current day counted from jan 1st of the current year 
     
    307309   !!---------------------------------------------------------------------- 
    308310   !! NEMO/OPA 4.0 , NEMO Consortium (2011) 
    309    !! $Id$  
     311   !! $Id$ 
    310312   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    311313   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.