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.
namtrc_run in NEMO/trunk/doc/namelists – NEMO

source: NEMO/trunk/doc/namelists/namtrc_run @ 10442

Last change on this file since 10442 was 10201, checked in by nicolasmartin, 6 years ago

Various modifications related to the setting of a NEMO Quick Start Guide

  • Add missing namelist blocks from ICE and TOP
  • Create a hidden .global.rst to gather common URL links
  • Convert animated gif to frames images for PDF export
  • Place different README.rst appropriately in the code structure and refer to them with symbolic links in doc/rst/source
File size: 1.0 KB
Line 
1!-----------------------------------------------------------------------
2&namtrc_run      !   run information
3!-----------------------------------------------------------------------
4   nn_dttrc      =  1        !  time step frequency for passive sn_tracers
5   ln_top_euler  = .false.   !  use Euler time-stepping for TOP
6   ln_rsttr      = .false.   !  start from a restart file (T) or not (F)
7   nn_rsttr      =   0       !  restart control = 0 initial time step is not compared to the restart file value
8                             !                  = 1 do not use the value in the restart file
9                             !                  = 2 calendar parameters read in the restart file
10   cn_trcrst_in  = "restart_trc"   !  suffix of pass. sn_tracer restart name (input)
11   cn_trcrst_indir = "."           !  directory from which to read input passive tracer restarts
12   cn_trcrst_out = "restart_trc"   !  suffix of pass. sn_tracer restart name (output)
13   cn_trcrst_outdir = "."          !  directory to which to write output passive tracer restarts
14/
Note: See TracBrowser for help on using the repository browser.