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 5317 – NEMO

Changeset 5317


Ignore:
Timestamp:
2015-05-29T15:37:21+02:00 (9 years ago)
Author:
timgraham
Message:

Updated the documentation and added a comment to namelist_ref

Location:
branches/2014/dev_r4650_UKMO11_restart_functionality
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO11_restart_functionality/DOC/TexFiles/Chapters/Chap_STP.tex

    r4147 r5317  
    336336stepping scheme is imposed.  
    337337Options are defined through the  \ngn{namrun} namelist variables. 
     338 
     339The directories where restart files are read from and written to can be specified using the \np{cn\_ocerst\_indir} and \np{cn\_ocerst\_outdir} namelist parameters respectively. Note that these variables have a maximum length of 150 characters. 
     340 
     341The frequency of the creation of a restart file (in model timesteps) is usually determined using the \np{nn\_stock} namelist parameter. If the namelist parameter \np{ln\_rst\_list} is set to .true. then a list of time steps at which a restart file will be written is read in the \np{nn\_stocklist} namelist parameter. A maximum of 10 values can be set. 
    338342%%% 
    339343\gmcomment{ 
  • branches/2014/dev_r4650_UKMO11_restart_functionality/DOC/TexFiles/Namelist/namrun

    r4147 r5317  
    1414                           !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart 
    1515   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
     16   cn_ocerst_indir  = "."  !  directory from which to read input ocean restarts 
    1617   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
     18   cn_ocerst_outdir = "."  !  directory in which to write output ocean restarts 
    1719   nn_istate   =       0   !  output the initial state (1) or not (0) 
     20   ln_rst_list = .false.   !  output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F) 
    1821   nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1) 
     22   nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written 
    1923   nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    2024   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
  • branches/2014/dev_r4650_UKMO11_restart_functionality/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5314 r5317  
    4343   ln_rst_list = .false.   !  output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F) 
    4444   nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1) 
    45    nn_stocklist = 0,0,0,0,0,0,0,0,0,0 
     45   nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written 
    4646   nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    4747   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
Note: See TracChangeset for help on using the changeset viewer.