!----------------------------------------------------------------------- &namrun ! parameters of the run !----------------------------------------------------------------------- nn_no = 0 ! job number cn_exp = "ORCA2" ! experience name nn_it000 = 1 ! first time step nn_itend = 5475 ! last time step (std 5475) nn_date0 = 010101 ! initial calendar date yymmdd (used if nn_rstctl=1) nn_leapy = 0 ! Leap year calendar (1) or not (0) ln_rstart = .false. ! start from rest (F) or from a restart file (T) nn_rstctl = 0 ! restart control = 0 nn_it000 is not compared to the restart file value ! = 1 use nn_date0 in namelist (not the value in the restart file) ! = 2 calendar parameters read in the restart file cn_ocerst_in = "restart" ! suffix of ocean restart name (input) cn_ocerst_out = "restart" ! suffix of ocean restart name (output) nn_istate = 0 ! output the initial state (1) or not (0) nn_stock = 5475 ! frequency of creation of a restart file (modulo referenced to 1) nn_write = 5475 ! frequency of write in the output file (modulo referenced to nn_it000) ln_dimgnnn = .false. ! DIMG file format: 1 file for all processors (F) or by processor (T) ln_mskland = .false. ! mask land points in NetCDF outputs (costly: + ~15%) ln_clobber = .false. ! clobber (overwrite) an existing file nn_chunksz = 0 ! chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) /