!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> !! NEMO/OPA : 1 - run manager (namrun) !! namelists 2 - miscellaneous (namctl,nammpp) !! 3 - Domain (namzgr, namzgr_sco, namdom) !! 6 - Tracer (nameos, namcla, namqsr) !! 7 - Inputs dynamics (namdyna) !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ! CAUTION: some scripts does not support CAPITALs for logical use .true./.false., not .TRUE./.FALSE. !!====================================================================== !! *** Run management namelists *** !!====================================================================== !! namrun parameters of the run !!====================================================================== !----------------------------------------------------------------------- &namrun ! parameters of the run !----------------------------------------------------------------------- no = 0 ! job number cexper = "PISCES" ! experience name ln_rstart = .false. ! start from rest (F) or from a restart file (T) nrstdt = 0 ! restart control = 0 nit000 is not compared to the restart file value ! = 1 use ndate0 in namelist (not the value in the restart file) ! = 2 calendar parameters read in the restart file nit000 = 1 ! first time step nitend = 1460 ! last time step ndate0 = 010101 ! initial calendar date yymmdd (used if nrstdt=1) nleapy = 0 ! Leap year calendar (1) or not (0) ninist = 0 ! output the initial state (1) or not (0) nstock = 1460 ! frequency of creation of a restart file (modulo referenced to 1) nwrite = 1460 ! frequency of write in the output file (modulo referenced to nit000) ln_mskland = .false. ! mask land points in NetCDF outputs (costly: + ~15%) / !----------------------------------------------------------------------- &namctl ! Control prints & Benchmark !----------------------------------------------------------------------- ln_ctl = .false. ! trends control print (expensive!) nprint = 0 ! level of print (0 no extra print) nictls = 1 ! start i indice of control sum (use to compare mono versus nictle = 182 ! end i indice of control sum multi processor runs njctls = 1 ! start j indice of control over a subdomain) njctle = 149 ! end j indice of control isplt = 1 ! number of processors in i-direction jsplt = 1 ! number of processors in j-direction nbench = 0 ! Bench mode (1/0): CAUTION use zero except for bench / !----------------------------------------------------------------------- &nammpp ! Massively Parallel Processing ("key_mpp_mpi) !----------------------------------------------------------------------- c_mpi_send = 'S' ! mpi send/recieve type ='S', 'B', or 'I' for standard send, ! buffer blocking send or immediate non-blocking sends, resp. / !----------------------------------------------------------------------- &namzgr ! vertical coordinate !----------------------------------------------------------------------- ln_zco = .false. ! z-coordinate - full steps (T/F) ("key_zco" may also be defined) ln_zps = .true. ! z-coordinate - partial steps (T/F) ln_sco = .false. ! s- or hybrid z-s-coordinate (T/F) / !----------------------------------------------------------------------- &namzgr_sco ! s-coordinate or hybrid z-s-coordinate !----------------------------------------------------------------------- sbot_min = 300. ! minimum depth of s-bottom surface (>0) (m) sbot_max = 5250. ! maximum depth of s-bottom surface (= ocean depth) (>0) (m) theta = 6.0 ! surface control parameter (0<=theta<=20) thetb = 0.75 ! bottom control parameter (0<=thetb<= 1) r_max = 0.15 ! maximum cut-off r-value allowed (0