!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> !! NEMO/OCE : Reference namelist_ref !! !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> !! NEMO/OCE : 1 - Domain & run manager (namrun, namcfg, namdom, namzgr, namzgr_sco ) !! 8 - diagnostics (namnc4) !! 10 - miscellaneous (nammpp, namctl) !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> !----------------------------------------------------------------------- &namrun ! parameters of the run !----------------------------------------------------------------------- nn_no = 0 ! Assimilation cycle index cn_exp = "ORCA2" ! experience name nn_it000 = 1 ! first time step nn_itend = 5840 ! last time step (std 5840) nn_date0 = 010101 ! date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) nn_time0 = 0 ! initial time of day in hhmm nn_leapy = 0 ! Leap year calendar (1) or not (0) ln_rstart = .false. ! start from rest (F) or from a restart file (T) nn_euler = 1 ! = 0 : start with forward time step if ln_rstart=T nn_rstctl = 0 ! restart control ==> activated only if ln_rstart=T ! ! = 0 nn_date0 read in namelist ; nn_it000 : read in namelist ! ! = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart ! ! = 2 nn_date0 read in restart ; nn_it000 : check consistancy between namelist and restart cn_ocerst_in = "restart" ! suffix of ocean restart name (input) cn_ocerst_indir = "." ! directory from which to read input ocean restarts cn_ocerst_out = "restart" ! suffix of ocean restart name (output) cn_ocerst_outdir = "." ! directory in which to write output ocean restarts ln_iscpl = .false. ! cavity evolution forcing or coupling to ice sheet model nn_istate = 0 ! output the initial state (1) or not (0) ln_rst_list = .false. ! output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F) nn_stock = 5840 ! frequency of creation of a restart file (modulo referenced to 1) nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written nn_write = 5475 ! frequency of write in the output file (modulo referenced to nn_it000) ln_mskland = .false. ! mask land points in NetCDF outputs (costly: + ~15%) ln_cfmeta = .false. ! output additional data to netCDF files required for compliance with the CF metadata standard ln_clobber = .true. ! clobber (overwrite) an existing file nn_chunksz = 0 ! chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) / !----------------------------------------------------------------------- &namdom ! space and time domain (bathymetry, mesh, timestep) !----------------------------------------------------------------------- nn_bathy = 1 ! compute (=0) or read (=1) the bathymetry file rn_bathy = 0. ! value of the bathymetry. if (=0) bottom flat at jpkm1 nn_closea = 0 ! remove (=0) or keep (=1) closed seas and lakes (ORCA) nn_msh = 1 ! create (=1) a mesh file or not (=0) rn_hmin = -3. ! min depth of the ocean (>0) or min number of ocean level (<0) rn_isfhmin = 1.00 ! treshold (m) to discriminate grounding ice to floating ice rn_e3zps_min= 20. ! partial step thickness is set larger than the minimum of rn_e3zps_rat= 0.1 ! rn_e3zps_min and rn_e3zps_rat*e3t, with 0>> will become the only possibility in v4.0 ! ! =F : e3 analytical derivative of depth function ! ! only there for backward compatibility test with v3.6 ! cp_cfg = "default" ! name of the configuration cp_cfz = "no zoom" ! name of the zoom of configuration jp_cfg = 0 ! resolution of the configuration jpidta = 10 ! 1st lateral dimension ( >= jpi ) jpjdta = 12 ! 2nd " " ( >= jpj ) jpkdta = 31 ! number of levels ( >= jpk ) jpiglo = 10 ! 1st dimension of global domain --> i =jpidta jpjglo = 12 ! 2nd - - --> j =jpjdta jpizoom = 1 ! left bottom (i,j) indices of the zoom jpjzoom = 1 ! in data domain indices jperio = 0 ! lateral cond. type (between 0 and 6) ! = 0 closed ; = 1 cyclic East-West ! = 2 equatorial symmetric ; = 3 North fold T-point pivot ! = 4 cyclic East-West AND North fold T-point pivot ! = 5 North fold F-point pivot ! = 6 cyclic East-West AND North fold F-point pivot ln_use_jattr = .false. ! use (T) the file attribute: open_ocean_jstart, if present ! in netcdf input files, as the start j-row for reading / !----------------------------------------------------------------------- &namzgr ! vertical coordinate (default: NO selection) !----------------------------------------------------------------------- ln_zco = .false. ! z-coordinate - full steps ln_zps = .false. ! z-coordinate - partial steps ln_sco = .false. ! s- or hybrid z-s-coordinate ln_isfcav = .false. ! ice shelf cavity ln_linssh = .false. ! linear free surface / !----------------------------------------------------------------------- &namzgr_sco ! s-coordinate or hybrid z-s-coordinate (default F) !----------------------------------------------------------------------- ln_s_sh94 = .false. ! Song & Haidvogel 1994 hybrid S-sigma (T)| ln_s_sf12 = .false. ! Siddorn & Furner 2012 hybrid S-z-sigma (T)| if both are false the NEMO tanh stretching is applied ln_sigcrit = .false. ! use sigma coordinates below critical depth (T) or Z coordinates (F) for Siddorn & Furner stretch ! stretching coefficients for all functions rn_sbot_min = 10.0 ! minimum depth of s-bottom surface (>0) (m) rn_sbot_max = 7000.0 ! maximum depth of s-bottom surface (= ocean depth) (>0) (m) rn_hc = 150.0 ! critical depth for transition to stretched coordinates !!!!!!! Envelop bathymetry rn_rmax = 0.3 ! maximum cut-off r-value allowed (0