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 trunk/DOC/TexFiles/Namelist – NEMO

source: trunk/DOC/TexFiles/Namelist/namrun @ 6140

Last change on this file since 6140 was 6140, checked in by timgraham, 8 years ago

Merge of branches/2015/dev_merge_2015 back into trunk. Merge excludes NEMOGCM/TOOLS/OBSTOOLS/ for now due to issues with the change of file type. Will sort these manually with further commits.

Branch merged as follows:
In the working copy of branch ran:
svn merge svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk@HEAD
Small conflicts due to bug fixes applied to trunk since the dev_merge_2015 was copied. Bug fixes were applied to the branch as well so these were easy to resolve.
Branch committed at this stage

In working copy run:
svn switch svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk
to switch working copy

Run:
svn merge --reintegrate svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2015/dev_merge_2015
to merge the branch into the trunk and then commit - no conflicts at this stage.

File size: 2.5 KB
Line 
1!-----------------------------------------------------------------------
2&namrun        !   parameters of the run
3!-----------------------------------------------------------------------
4   nn_no       =       0   !  job number (no more used...)
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_leapy    =       0   !  Leap year calendar (1) or not (0)
10   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T)
11      nn_euler    =    1         !  = 0 : start with forward time step if ln_rstart=T
12      nn_rstctl   =    0         !  restart control ==> activated only if ln_rstart=T
13                                 !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist
14                                 !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart
15                                 !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart
16      cn_ocerst_in  = "restart"  !  suffix of ocean restart name (input)
17      cn_ocerst_indir = "."      !  directory from which to read input ocean restarts
18      cn_ocerst_out = "restart"  !  suffix of ocean restart name (output)
19      cn_ocerst_outdir = "."     !  directory in which to write output ocean restarts
20   ln_iscpl    = .false.   !  cavity evolution forcing or coupling to ice sheet model (ln_iscpl = T => namsbc_iscpl)
21   nn_istate   =       0   !  output the initial state (1) or not (0)
22   ln_rst_list = .false.   !  output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F)
23   nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1)
24   nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written
25   nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nn_it000)
26   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T)
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/
Note: See TracBrowser for help on using the repository browser.