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 4775 for branches/2014/dev_r4650_UKMO11_restart_functionality/NEMOGCM/CONFIG/SHARED/1_namelist_ref – NEMO

Ignore:
Timestamp:
2014-09-18T19:06:14+02:00 (10 years ago)
Author:
edblockley
Message:

First round of chnages for restart functionality branch (UKMO11).

These changes add namelist variables to allow the user to specify the directory to read input restart files and write output restart files for NEMO & LIM2/3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO11_restart_functionality/NEMOGCM/CONFIG/SHARED/1_namelist_ref

    r4698 r4775  
    3636                           !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart 
    3737   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
     38   cn_ocerst_indir = "."       !  directory from which to read input ocean restarts 
    3839   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
     40   cn_ocerst_outdir = "."      !  directory in which to write output ocean restarts 
    3941   nn_istate   =       0   !  output the initial state (1) or not (0) 
    4042   nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1) 
Note: See TracChangeset for help on using the changeset viewer.