source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/modeles/NEMO/doc/namelists/namtrc_run @ 5501

Last change on this file since 5501 was 5501, checked in by aclsce, 4 years ago

First import of IPSLCM6.5_work_ENSEMBLES working configuration

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.