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

Ignore:
Timestamp:
2015-06-15T09:32:15+02:00 (9 years ago)
Author:
deazer
Message:

Rolling back previous commit to allow application of removal of svn keywords.
Changes will be brought back in afterward. This should then allwo fcm to merge
for rose build.

File:
1 edited

Legend:

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

    r5389 r5417  
    146146         &             ppa2, ppkth2, ppacr2 
    147147      NAMELIST/namcla/ nn_cla 
    148       NAMELIST/namrun/ ln_rstdate, cn_rst_dir  
    149  
    150148#if defined key_netcdf4 
    151149      NAMELIST/namnc4/ nn_nchunks_i, nn_nchunks_j, nn_nchunks_k, ln_nc4zip 
     
    172170         WRITE(numout,*) '      file prefix restart input       cn_ocerst_in= ', cn_ocerst_in 
    173171         WRITE(numout,*) '      file prefix restart output      cn_ocerst_out= ', cn_ocerst_out 
    174          WRITE(numout,*) '      restart directory               cn_rst_dir = ', cn_rst_dir 
    175172         WRITE(numout,*) '      restart logical                 ln_rstart  = ', ln_rstart 
    176173         WRITE(numout,*) '      start with forward time step    nn_euler   = ', nn_euler 
     
    182179         WRITE(numout,*) '      initial state output            nn_istate  = ', nn_istate 
    183180         WRITE(numout,*) '      frequency of restart file       nn_stock   = ', nn_stock 
    184          WRITE(numout,*) '      use date in restart name        ln_rstdate = ', ln_rstdate 
    185181         WRITE(numout,*) '      frequency of output file        nn_write   = ', nn_write 
    186182         WRITE(numout,*) '      multi file dimgout              ln_dimgnnn = ', ln_dimgnnn 
Note: See TracChangeset for help on using the changeset viewer.