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 7023 for branches/UKMO/dev_r6393_CO6_package_trunk/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90 – NEMO

Ignore:
Timestamp:
2016-10-12T16:10:13+02:00 (8 years ago)
Author:
deazer
Message:

Include update for restart date labelling for rose cycling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r6393_CO6_package_trunk/NEMOGCM/NEMO/OPA_SRC/DOM/domain.F90

    r7019 r7023  
    161161      USE ioipsl 
    162162      NAMELIST/namrun/ cn_ocerst_indir, cn_ocerst_outdir, nn_stocklist, ln_rst_list,                 & 
    163                        nn_no   , cn_exp   , cn_ocerst_in, cn_ocerst_out, ln_rstart , nn_rstctl ,     & 
     163         &             nn_no   , cn_exp    , cn_ocerst_in, cn_ocerst_out, ln_rstart , ln_rstdate, nn_rstctl,   & 
    164164         &             nn_it000, nn_itend , nn_date0    , nn_time0     , nn_leapy  , nn_istate ,     & 
    165165         &             nn_stock, nn_write , ln_mskland  , ln_clobber   , nn_chunksz, nn_euler  ,     & 
     
    196196         WRITE(numout,*) '      file prefix restart output      cn_ocerst_out= ', cn_ocerst_out 
    197197         WRITE(numout,*) '      restart output directory        cn_ocerst_outdir= ', cn_ocerst_outdir 
    198          WRITE(numout,*) '      restart logical                 ln_rstart  = ', ln_rstart 
     198         WRITE(numout,*) '      restart logical                 ln_rstart  = ' , ln_rstart 
     199         WRITE(numout,*) '      datestamping of restarts        ln_rstdate  = ', ln_rstdate 
    199200         WRITE(numout,*) '      start with forward time step    nn_euler   = ', nn_euler 
    200201         WRITE(numout,*) '      control of time step            nn_rstctl  = ', nn_rstctl 
Note: See TracChangeset for help on using the changeset viewer.