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.
namrun in NEMO/branches/UKMO/dev_r9950_GO6_mixing/doc/namelists – NEMO

source: NEMO/branches/UKMO/dev_r9950_GO6_mixing/doc/namelists/namrun @ 10323

Last change on this file since 10323 was 10323, checked in by davestorkey, 5 years ago

UKMO/dev_r9950_GO6_mixing: Update to be relative to rev 10321 of NEMO4_beta_mirror branch.

  • Property svn:mime-type set to text/x-fortran
File size: 2.7 KB
Line 
1!-----------------------------------------------------------------------
2&namrun        !   parameters of the run
3!-----------------------------------------------------------------------
4   nn_no       =       0   !  Assimilation cycle index
5   cn_exp      =  "ORCA2"  !  experience name
6   nn_it000    =       1   !  first time step
7   nn_itend    =    5475   !  last  time step (std 5475)
8   nn_date0    =  010101   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
9   nn_time0    =       0   !  initial time of day in hhmm
10   nn_leapy    =       0   !  Leap year calendar (1) or not (0)
11   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T)
12      nn_euler    =    1      !  = 0 : start with forward time step if ln_rstart=T
13      nn_rstctl   =    0      !  restart control ==> activated only if ln_rstart=T
14      !                          !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist
15      !                          !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart
16      !                          !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart
17      cn_ocerst_in    = "restart"   !  suffix of ocean restart name (input)
18      cn_ocerst_indir = "."         !  directory from which to read input ocean restarts
19      cn_ocerst_out   = "restart"   !  suffix of ocean restart name (output)
20      cn_ocerst_outdir= "."         !  directory in which to write output ocean restarts
21   ln_iscpl    = .false.   !  cavity evolution forcing or coupling to ice sheet model
22   nn_istate   =       0   !  output the initial state (1) or not (0)
23   ln_rst_list = .false.   !  output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F)
24   nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1)
25   nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written
26   nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nn_it000)
27   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%)
28   ln_cfmeta   = .false.   !  output additional data to netCDF files required for compliance with the CF metadata standard
29   ln_clobber  = .true.    !  clobber (overwrite) an existing file
30   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines)
31   ln_xios_read = .FALSE.  !  use XIOS to read restart file (only for a single file restart)
32   nn_wxios = 0      !  use XIOS to write restart file 0 - no, 1 - single file output, 2 - multiple file output
33/
Note: See TracBrowser for help on using the repository browser.