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/branches/UKMO/NEMO_4.0.2_mirror/doc/namelists – NEMO

source: NEMO/branches/UKMO/NEMO_4.0.2_mirror/doc/namelists/namtrc_run @ 12658

Last change on this file since 12658 was 11025, checked in by nicolasmartin, 5 years ago

Set mime-type to text/x-fortran to all namelists

  • Property svn:mime-type set to text/x-fortran
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.