Changeset 2541
- Timestamp:
- 06/01/15 15:06:01 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_ORCA1_cfg
r2536 r2541 6 6 &namrun ! parameters of the run 7 7 !----------------------------------------------------------------------- 8 cn_exp = "ORCA1" ! AUTO - experience name9 nn_it000 = 1 ! AUTO - first time step10 nn_itend = 5475 ! AUTO - last time step (std 5475)11 nn_date0 = 010101 ! AUTO - date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)12 nn_leapy = 0 ! AUTO -Leap year calendar (1) or not (0)13 ln_rstart = .false. ! AUTO -start from rest (F) or from a restart file (T)14 nn_rstctl = 0 ! AUTO - restart control => activated only if ln_rstart = T8 cn_exp = _AUTO_ ! Experience name 9 nn_it000 = _AUTO_ ! First time step 10 nn_itend = _AUTO_ ! Last time step 11 nn_date0 = _AUTO_ ! Date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 12 nn_leapy = _AUTO_ ! Leap year calendar (1) or not (0) 13 ln_rstart = _AUTO_ ! start from rest (F) or from a restart file (T) 14 nn_rstctl = _AUTO_ ! Restart control => activated only if ln_rstart = T 15 15 ! = 0 nn_date0 read in namelist ; nn_it000 : read in namelist 16 16 ! = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart 17 17 ! = 2 nn_date0 read in restart ; nn_it000 : check consistancy between namelist and restart 18 cn_ocerst_in = "restartopa" ! suffix of ocean restart name (input)19 cn_ocerst_out = "restart" ! suffix of ocean restart name (output)20 nn_istate = 0 ! output the initial state (1) or not (0)21 nn_stock = 5475 ! AUTO - frequency of creation of a restart file (modulo referenced to 1)22 nn_write = 5475 ! AUTO - frequency of write in the output file (modulo referenced to nn_it000)18 cn_ocerst_in = "restartopa" ! Suffix of ocean restart name (input) 19 cn_ocerst_out = "restart" ! Suffix of ocean restart name (output) 20 nn_istate = 0 ! Output the initial state (1) or not (0) 21 nn_stock = _AUTO_ ! Frequency of creation of a restart file (modulo referenced to 1) 22 nn_write = 5475 ! Requency of write in the output file (modulo referenced to nn_it000) 23 23 ln_mskland = .true. ! Masks land points in NetCDF outputs 24 24 / … … 47 47 &namdom ! space and time domain (bathymetry, mesh, timestep) 48 48 !----------------------------------------------------------------------- 49 nn_msh = 0 ! AUTO - create (=1) a mesh file or not (=0)49 nn_msh = _AUTO_ ! Create (=1) a mesh file or not (=0) 50 50 rn_rdt = 2700. ! time step for the dynamics (and tracer if nn_acc=0) 51 51 nn_closea = 1 ! remove (=0) or keep (=1) closed seas and lakes (ORCA)
Note: See TracChangeset
for help on using the changeset viewer.