namelist.nemo-ORCA1L75-standalone.cfg.sh 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502
  1. # namelist.nemo-ORCA1L46.cfg.sh writes the NEMO namelist for ORCA1L46 in
  2. # coupled mode to standard output. This namelist will overwrite the reference
  3. # namelist (namelist.nemo.ref.sh). Hence, only parameters specific to the
  4. # ORCA1L46/coupled configuration should be specified here.
  5. cat << EOF
  6. !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  7. !! NEMO/OPA Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
  8. !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  9. !!======================================================================
  10. !! *** Run management namelists ***
  11. !!======================================================================
  12. !! namrun parameters of the run
  13. !!======================================================================
  14. !
  15. !-----------------------------------------------------------------------
  16. &namrun ! parameters of the run
  17. !-----------------------------------------------------------------------
  18. nn_leapy = 0 ! Leap year calendar (1) or not (0)
  19. /
  20. !
  21. !!======================================================================
  22. !! *** Domain namelists ***
  23. !!======================================================================
  24. !! namcfg parameters of the configuration
  25. !! namzgr vertical coordinate
  26. !! namzgr_sco s-coordinate or hybrid z-s-coordinate
  27. !! namdom space and time domain (bathymetry, mesh, timestep)
  28. !! namtsd data: temperature & salinity
  29. !!======================================================================
  30. !
  31. !-----------------------------------------------------------------------
  32. &namcfg ! parameters of the configuration
  33. !-----------------------------------------------------------------------
  34. cp_cfg = "orca" ! name of the configuration
  35. jp_cfg = 1 ! resolution of the configuration
  36. jpidta = 362 ! 1st lateral dimension ( >= jpi )
  37. jpjdta = 292 ! 2nd " " ( >= jpj )
  38. jpkdta = 75 !lolo number of levels ( >= jpk )
  39. jpiglo = 362 ! 1st dimension of global domain --> i =jpidta
  40. jpjglo = 292 ! 2nd - - --> j =jpjdta
  41. jperio = 6 ! lateral cond. type (between 0 and 6)
  42. ! = 0 closed ; = 1 cyclic East-West
  43. ! = 2 equatorial symmetric ; = 3 North fold T-point pivot
  44. ! = 4 cyclic East-West AND North fold T-point pivot
  45. ! = 5 North fold F-point pivot
  46. ! = 6 cyclic East-West AND North fold F-point pivot
  47. /
  48. !-----------------------------------------------------------------------
  49. &namzgr ! vertical coordinate
  50. !-----------------------------------------------------------------------
  51. /
  52. !-----------------------------------------------------------------------
  53. &namzgr_sco ! s-coordinate or hybrid z-s-coordinate
  54. !-----------------------------------------------------------------------
  55. /
  56. !-----------------------------------------------------------------------
  57. &namdom ! space and time domain (bathymetry, mesh, timestep)
  58. !-----------------------------------------------------------------------
  59. rn_hmin = 20. ! min depth of the ocean (>0) or min number of ocean level (<0)
  60. rn_rdt = ${nem_time_step_sec} ! time step for the dynamics (and tracer if nn_acc=0)
  61. ppglam0 = 999999.0 ! longitude of first raw and column T-point (jphgr_msh = 1)
  62. ppgphi0 = 999999.0 ! latitude of first raw and column T-point (jphgr_msh = 1)
  63. ppe1_deg = 999999.0 ! zonal grid-spacing (degrees)
  64. ppe2_deg = 999999.0 ! meridional grid-spacing (degrees)
  65. ppe1_m = 999999.0 ! zonal grid-spacing (degrees)
  66. ppe2_m = 999999.0 ! meridional grid-spacing (degrees)
  67. ppsur = -3958.951371276829 ! ORCA r4, r2 and r05 coefficients
  68. ppa0 = 103.9530096000000 ! (default coefficients)
  69. ppa1 = 2.415951269000000 !
  70. ppkth = 15.35101370000000 !
  71. ppacr = 7.0 !
  72. ppdzmin = 999999.0 ! Minimum vertical spacing
  73. pphmax = 999999.0 ! Maximum depth
  74. ldbletanh = .TRUE. ! Use/do not use double tanf function for vertical coordinates
  75. ppa2 = 100.7609285000000 ! Double tanh function parameters
  76. ppkth2 = 48.02989372000000 !
  77. ppacr2 = 13.00000000000 !
  78. /
  79. !-----------------------------------------------------------------------
  80. &namsplit ! time splitting parameters ("key_dynspg_ts") !lolo compiled with!
  81. !-----------------------------------------------------------------------
  82. ln_bt_fw = .TRUE. ! Forward integration of barotropic equations
  83. ln_bt_av = .TRUE. ! Time filtering of barotropic variables
  84. ln_bt_nn_auto = .TRUE. ! Set nn_baro automatically to be just below
  85. ! a user defined maximum courant number (rn_bt_cmax)
  86. nn_baro = 30 ! Number of iterations of barotropic mode
  87. ! during rn_rdt seconds. Only used if ln_bt_nn_auto=F
  88. rn_bt_cmax = 0.8 ! Maximum courant number allowed if ln_bt_nn_auto=T
  89. nn_bt_flt = 1 ! Time filter choice
  90. ! = 0 None
  91. ! = 1 Boxcar over nn_baro barotropic steps
  92. ! = 2 Boxcar over 2*nn_baro " "
  93. /
  94. !-----------------------------------------------------------------------
  95. &namcrs ! Grid coarsening for dynamics output and/or
  96. ! passive tracer coarsened online simulations
  97. !-----------------------------------------------------------------------
  98. /
  99. !-----------------------------------------------------------------------
  100. &namtsd ! data : Temperature & Salinity
  101. !-----------------------------------------------------------------------
  102. ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask !
  103. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename !
  104. sn_tem = 'conservative_temperature_WOA13_decav_Reg1L75_clim', -1 ,'votemper' , .true. , .true. , 'yearly' , 'weights_WOA13d1_2_orca1_bilinear.nc' , '' , ''
  105. sn_sal = 'absolute_salinity_WOA13_decav_Reg1L75_clim' , -1 ,'vosaline' , .true. , .true. , 'yearly' , 'weights_WOA13d1_2_orca1_bilinear.nc' , '' , ''
  106. ln_tsd_tradmp = ${ln_tsd_tradmp} ! damping of ocean T & S toward T &S input data (T) or not (F)
  107. /
  108. !-----------------------------------------------------------------------
  109. &namsbc ! Surface Boundary Condition (surface module)
  110. !-----------------------------------------------------------------------
  111. nn_fsbc = $(( lim_time_step_sec / nem_time_step_sec )) ! frequency of surface boundary condition computation
  112. ! (also = the frequency of sea-ice model call)
  113. ln_ana = .false. ! analytical formulation (T => fill namsbc_ana )
  114. ln_flx = .false. ! flux formulation (T => fill namsbc_flx )
  115. ln_blk_clio = .false. ! CLIO bulk formulation (T => fill namsbc_clio)
  116. ln_blk_core = .true. ! CORE bulk formulation (T => fill namsbc_core)
  117. ln_blk_mfs = .false. ! MFS bulk formulation (T => fill namsbc_mfs )
  118. ln_apr_dyn = .false. ! Patm gradient added in ocean & ice Eqs. (T => fill namsbc_apr )
  119. nn_ice = 2 ! =0 no ice boundary condition ,
  120. ! =1 use observed ice-cover ,
  121. ! =2 ice-model used ("key_lim3" or "key_lim2")
  122. nn_ice_embd = 1 ! =0 levitating ice (no mass exchange, concentration/dilution effect)
  123. ! =1 levitating ice with mass and salt exchange but no presure effect
  124. ! =2 embedded sea-ice (full salt and mass exchanges and pressure)
  125. ln_dm2dc = .true. !lolo daily mean to diurnal cycle on short wave
  126. ln_rnf = .true. ! runoffs (T => fill namsbc_rnf)
  127. nn_isf = 0 ! ice shelf melting/freezing (/=0 => fill namsbc_isf)
  128. ! 0 =no isf 1 = presence of ISF
  129. ! 2 = bg03 parametrisation 3 = rnf file for isf
  130. ! 4 = ISF fwf specified
  131. ! option 1 and 4 need ln_isfcav = .true. (domzgr)
  132. ln_ssr = ${ln_ssr} ! Sea Surface Restoring on T and/or S (T => fill namsbc_ssr)
  133. nn_fwb = 2 ! FreshWater Budget: =0 unchecked
  134. ! =1 global mean of e-p-r set to zero at each time step
  135. ! =2 annual global mean of e-p-r set to zero
  136. ln_wave = .false. ! Activate coupling with wave (either Stokes Drift or Drag coefficient, or both) (T => fill namsbc_wave)
  137. ln_cdgw = .false. ! Neutral drag coefficient read from wave model (T => fill namsbc_wave)
  138. ln_sdw = .false. ! Computation of 3D stokes drift (T => fill namsbc_wave)
  139. nn_lsm = 0 ! =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) ,
  140. ! =1:n number of iterations of land/sea mask application for input fields (fill land/sea mask filename field)
  141. nn_limflx = -1 ! LIM3 Multi-category heat flux formulation (use -1 if LIM3 is not used)
  142. ! =-1 Use per-category fluxes, bypass redistributor, forced mode only, not yet implemented coupled
  143. ! = 0 Average per-category fluxes (forced and coupled mode)
  144. ! = 1 Average and redistribute per-category fluxes, forced mode only, not yet implemented coupled
  145. ! = 2 Redistribute a single flux over categories (coupled mode only)
  146. /
  147. !-----------------------------------------------------------------------
  148. &namsbc_ana ! analytical surface boundary condition
  149. !-----------------------------------------------------------------------
  150. /
  151. !-----------------------------------------------------------------------
  152. &namsbc_flx ! surface boundary condition : flux formulation
  153. !-----------------------------------------------------------------------
  154. /
  155. !-----------------------------------------------------------------------
  156. &namsbc_clio ! namsbc_clio CLIO bulk formulae
  157. !-----------------------------------------------------------------------
  158. /
  159. !-----------------------------------------------------------------------
  160. &namsbc_core ! namsbc_core CORE bulk formulae
  161. !-----------------------------------------------------------------------
  162. ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation !
  163. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing !
  164. sn_wndi = 'u_10.15JUNE2009_fill' , 6 , 'U_10_MOD', .true. , .true. , 'yearly' , 'weights_coreII_2_orca1_bicubic.nc' , 'U1'
  165. sn_wndj = 'v_10.15JUNE2009_fill' , 6 , 'V_10_MOD', .true. , .true. , 'yearly' , 'weights_coreII_2_orca1_bicubic.nc' , 'V1'
  166. sn_qsr = 'ncar_rad.15JUNE2009_fill' , 24 , 'SWDN_MOD', .false. , .true. , 'yearly' , 'weights_coreII_2_orca1_bilinear.nc' , ''
  167. sn_qlw = 'ncar_rad.15JUNE2009_fill' , 24 , 'LWDN_MOD', .true. , .true. , 'yearly' , 'weights_coreII_2_orca1_bilinear.nc' , ''
  168. sn_tair = 't_10.15JUNE2009_fill' , 6 , 'T_10_MOD', .false. , .true. , 'yearly' , 'weights_coreII_2_orca1_bilinear.nc' , ''
  169. sn_humi = 'q_10.15JUNE2009_fill' , 6 , 'Q_10_MOD', .false. , .true. , 'yearly' , 'weights_coreII_2_orca1_bilinear.nc' , ''
  170. sn_prec = 'ncar_precip.15JUNE2009_fill', -1 , 'PRC_MOD1', .true. , .true. , 'yearly' , 'weights_coreII_2_orca1_bilinear.nc' , ''
  171. sn_snow = 'ncar_precip.15JUNE2009_fill', -1 , 'SNOW' , .true. , .true. , 'yearly' , 'weights_coreII_2_orca1_bilinear.nc' , ''
  172. !
  173. cn_dir = './' ! root directory for the location of the bulk files
  174. ln_taudif = .false. ! HF tau contribution: use "mean of stress module - module of the mean stress" data
  175. rn_zqt = 10. ! Air temperature and humidity reference height (m) (ln_bulk2z)
  176. rn_zu = 10. ! Wind vector reference height (m) (ln_bulk2z)
  177. rn_pfac = 1. ! multiplicative factor for precipitation (total & snow)
  178. rn_efac = 1. ! multiplicative factor for evaporation (0. or 1.)
  179. rn_vfac = 0. ! multiplicative factor for ocean/ice velocity
  180. ! in the calculation of the wind stress (0.=absolute winds or 1.=relative winds)
  181. /
  182. !-----------------------------------------------------------------------
  183. &namsbc_mfs ! namsbc_mfs MFS bulk formulae
  184. !-----------------------------------------------------------------------
  185. /
  186. !-----------------------------------------------------------------------
  187. &namsbc_cpl ! coupled ocean/atmosphere model ("key_coupled")
  188. !-----------------------------------------------------------------------
  189. /
  190. !-----------------------------------------------------------------------
  191. &namtra_qsr ! penetrative solar radiation
  192. !-----------------------------------------------------------------------
  193. nn_chldta = 0 ! RGB : Chl data (=1) or cst value (=0)
  194. /
  195. !-----------------------------------------------------------------------
  196. &namsbc_rnf ! runoffs namelist surface boundary condition
  197. !-----------------------------------------------------------------------
  198. ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation !
  199. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing !
  200. sn_rnf = 'runoff-icb_DaiTrenberth_Depoorter_ORCA1_JD.nc', -1 , 'sorunoff', .true. , .true. , 'yearly' , '' , '' , ''
  201. sn_cnf = 'runoff-icb_DaiTrenberth_Depoorter_ORCA1_JD.nc', 0 , 'socoeff' , .false. , .true. , 'yearly' , '' , '' , ''
  202. sn_dep_rnf = 'runoff_depth' , 0 , 'rodepth' , .false. , .true. , 'yearly' , '' , '' , ''
  203. !
  204. cn_dir = './' ! root directory for the location of the runoff files
  205. ln_rnf_mouth = .false. ! specific treatment at rivers mouths
  206. rn_hrnf = 0. ! depth over which enhanced vertical mixing is used
  207. rn_avt_rnf = 0. ! value of the additional vertical mixing coef. [m2/s]
  208. rn_rfact = 1.e0 ! multiplicative factor for runoff
  209. ln_rnf_depth = .true. ! read in depth information for runoff
  210. ln_rnf_tem = .false. ! read in temperature information for runoff
  211. ln_rnf_sal = .false. ! read in salinity information for runoff
  212. ln_rnf_depth_ini = .false.! compute depth at initialisation from runoff file
  213. rn_rnf_max = 0.0065 ! max value of the runoff climatologie over global domain ( ln_rnf_depth_ini = .true )
  214. rn_dep_max = 150. ! depth over which runoffs is spread ( ln_rnf_depth_ini = .true )
  215. nn_rnf_depth_file = 0 ! create (=1) a runoff depth file or not (=0)
  216. /
  217. !-----------------------------------------------------------------------
  218. &namsbc_ssr ! surface boundary condition : sea surface restoring
  219. !-----------------------------------------------------------------------
  220. !
  221. ! 07/2018 - Yohan Ruprich-Robert chages: add mask_ssr reading option and take into account last shaconemo update (06/2018)
  222. !
  223. ! ! filename ! freq ! variable name ! time ! clim ! year or ! weights ! rot ! mask
  224. ! ! ! ! ! interp ! ! monthly ! filename ! pair ! filename
  225. !----------------------------------------------------------------------------------------------------------------------------------------
  226. sn_sss = 'sss_restore_data' , -1. , 'so' , .true. , .true. , 'yearly' , '' , '' , ''
  227. sn_sst = 'sst_restore_data' , -1. , 'thetao' , .true. , .true. , 'yearly' , '' , '' , ''
  228. sn_msk = 'mask_restore' , -12. , 'mask_ssr' , .false. , .true. , 'yearly' , '' , '' , ''
  229. !
  230. cn_dir = './' ! root directory for the location of the runoff files
  231. nn_sstr = 1 ! add a retroaction term in the surface heat flux (=1) or not (=0)
  232. nn_sssr = 2 ! add a damping term in the surface freshwater flux (=2) or to SSS only (=1) or no damping term (=0)
  233. nn_icedmp = 0 ! Cntrl of surface restoration under ice nn_icedmp
  234. ! ( 0 = no restoration under ice )
  235. ! ( 1 = restoration everywhere )
  236. ! ( > 1 = reinforced damping (x nn_icedmp) under ice
  237. nn_msk = 1 ! add a sub-regional masking to the surface restoring (=1) or not (=0)
  238. ! sn_msk can be empty if nn_msk = 0
  239. rn_dqdt = -40. ! magnitude of the retroaction on temperature [W/m2/K]
  240. rn_deds = -166.67 ! -864 magnitude of the damping on salinity [kg/m2/s/psu]
  241. ln_sssr_bnd = .false. ! .true. ! flag to bound erp term (associated with nn_sssr=2)
  242. rn_sssr_bnd = 4.e0 ! ABS(Max/Min) value of the damping erp term [mm/day] (associated with nn_sssr=2)
  243. ln_sssd_bnd = .false. ! .true. ! flag to bound S-S* term (associated with nn_ssr=2)
  244. rn_sssd_bnd = 0.01 ! ABS(Max./Min.) value of S-S* term [psu] (associated with nn_ssr=2)
  245. /
  246. !-----------------------------------------------------------------------
  247. &namsbc_alb ! albedo parameters
  248. !-----------------------------------------------------------------------
  249. /
  250. !-----------------------------------------------------------------------
  251. &namberg ! iceberg parameters
  252. !-----------------------------------------------------------------------
  253. /
  254. !-----------------------------------------------------------------------
  255. &namlbc ! lateral momentum boundary condition
  256. !-----------------------------------------------------------------------
  257. rn_shlat = 0.0 ! shlat = 0 ! 0 < shlat < 2 ! shlat = 2 ! 2 < shlat
  258. ! free slip ! partial slip ! no slip ! strong slip
  259. ln_vorlat = .false. ! consistency of vorticity boundary condition with analytical eqs.
  260. /
  261. !-----------------------------------------------------------------------
  262. &namcla ! cross land advection
  263. !-----------------------------------------------------------------------
  264. nn_cla = 0 ! advection between 2 ocean pts separates by land
  265. /
  266. !-----------------------------------------------------------------------
  267. &namobc ! open boundaries parameters ("key_obc")
  268. !-----------------------------------------------------------------------
  269. /
  270. !-----------------------------------------------------------------------
  271. &namagrif ! AGRIF zoom ("key_agrif")
  272. !-----------------------------------------------------------------------
  273. /
  274. !-----------------------------------------------------------------------
  275. &nam_tide ! tide parameters (#ifdef key_tide)
  276. !-----------------------------------------------------------------------
  277. /
  278. !-----------------------------------------------------------------------
  279. &nambdy ! unstructured open boundaries ("key_bdy")
  280. !-----------------------------------------------------------------------
  281. /
  282. !-----------------------------------------------------------------------
  283. &nambdy_dta ! open boundaries - external data ("key_bdy")
  284. !-----------------------------------------------------------------------
  285. /
  286. !-----------------------------------------------------------------------
  287. &nambdy_tide ! tidal forcing at open boundaries
  288. !-----------------------------------------------------------------------
  289. /
  290. !-----------------------------------------------------------------------
  291. &nambfr ! bottom friction
  292. !-----------------------------------------------------------------------
  293. nn_bfr = 2 ! type of bottom friction : = 0 : free slip, = 1 : linear friction
  294. ! = 2 : nonlinear friction
  295. /
  296. !-----------------------------------------------------------------------
  297. &nambbc ! bottom temperature boundary condition
  298. !-----------------------------------------------------------------------
  299. ln_trabbc = .true. ! Apply a geothermal heating at the ocean bottom
  300. nn_geoflx = 2 ! geothermal heat flux: = 0 no flux
  301. ! = 1 constant flux
  302. ! = 2 variable flux (read in geothermal_heating.nc in mW/m2)
  303. sn_qgh = 'Goutorbe_ghflux.nc', -12. , 'gh_flux' , .false. , .true. , 'yearly' , 'weights_Goutorbe1_2_orca1_bilinear.nc' , '' , ''
  304. /
  305. !-----------------------------------------------------------------------
  306. &nambbl ! bottom boundary layer scheme
  307. !-----------------------------------------------------------------------
  308. nn_bbl_ldf = 1 ! diffusive bbl (=1) or not (=0)
  309. nn_bbl_adv = 0 ! advective bbl (=1/2) or not (=0)
  310. rn_ahtbbl = 1000. ! lateral mixing coefficient in the bbl [m2/s]
  311. rn_gambbl = 10. ! advective bbl coefficient [s]
  312. /
  313. !!======================================================================
  314. !! Tracer (T & S ) namelists
  315. !!======================================================================
  316. !! nameos equation of state
  317. !! namtra_adv advection scheme
  318. !! namtra_adv_mle mixed layer eddy param. (Fox-Kemper param.)
  319. !! namtra_ldf lateral diffusion scheme
  320. !! namtra_dmp T & S newtonian damping
  321. !!======================================================================
  322. !
  323. !-----------------------------------------------------------------------
  324. &nameos ! ocean physical parameters
  325. !-----------------------------------------------------------------------
  326. /
  327. !-----------------------------------------------------------------------
  328. &namtra_adv ! advection scheme for tracer
  329. !-----------------------------------------------------------------------
  330. ln_traadv_tvd = .false. ! TVD scheme
  331. ln_traadv_ubs = .false. ! UBS scheme
  332. ln_traadv_tvd_zts= .true. !lolo TVD scheme with sub-timestepping of vertical tracer advection
  333. /
  334. !-----------------------------------------------------------------------
  335. &namtra_adv_mle ! mixed layer eddy parametrisation (Fox-Kemper param)
  336. !-----------------------------------------------------------------------
  337. /
  338. !----------------------------------------------------------------------------------
  339. &namtra_ldf ! lateral diffusion scheme for tracers
  340. !----------------------------------------------------------------------------------
  341. ! ! Operator type:
  342. ln_traldf_lap = .true. ! laplacian operator
  343. ln_traldf_iso = .true. ! iso-neutral (needs "key_ldfslp")
  344. ! ! Coefficients
  345. ! Eddy-induced (GM) advection always used with Griffies; otherwise needs "key_traldf_eiv"
  346. ! Value rn_aeiv_0 is ignored unless = 0 with Held-Larichev spatially varying aeiv
  347. ! (key_traldf_c2d & key_traldf_eiv & key_orca_r2, _r1 or _r05)
  348. rn_aht_0 = 1000. ! horizontal eddy diffusivity for tracers [m2/s]
  349. rn_aeiv_0 = 1000. ! eddy induced velocity coefficient [m2/s] (require "key_traldf_eiv")
  350. /
  351. !-----------------------------------------------------------------------
  352. &namtra_dmp ! tracer: T & S newtonian damping
  353. !-----------------------------------------------------------------------
  354. ln_tradmp = ${ln_tradmp} ! add a damping termn (T) or not (F)
  355. nn_zdmp = 2 ! vertical shape =0 damping throughout the water column
  356. ! =1 no damping in the mixing layer (kz criteria)
  357. ! =2 no damping in the mixed layer (rho crieria)
  358. cn_resto = 'resto.nc' ! Name of file containing restoration coefficient field (use dmp_tools to create this)
  359. /
  360. !-----------------------------------------------------------------------
  361. &namdyn_adv ! formulation of the momentum advection
  362. !-----------------------------------------------------------------------
  363. ln_dynadv_vec = .true. ! vector form (T) or flux form (F)
  364. ln_dynadv_cen2= .false. ! flux form - 2nd order centered scheme
  365. ln_dynadv_ubs = .false. ! flux form - 3rd order UBS scheme
  366. ln_dynzad_zts = .true. !lolo Use (T) sub timestepping for vertical advection
  367. /
  368. !-----------------------------------------------------------------------
  369. &nam_vvl ! vertical coordinate options
  370. !-----------------------------------------------------------------------
  371. /
  372. !-----------------------------------------------------------------------
  373. &namdyn_vor ! option of physics/algorithm (not control by CPP keys)
  374. !-----------------------------------------------------------------------
  375. /
  376. !-----------------------------------------------------------------------
  377. &namdyn_hpg ! Hydrostatic pressure gradient option
  378. !-----------------------------------------------------------------------
  379. ln_hpg_zco = .false. ! z-coordinate - full steps
  380. ln_hpg_zps = .false. ! z-coordinate - partial steps (interpolation)
  381. ln_hpg_sco = .true. !lolo s-coordinate (standard jacobian formulation)
  382. ln_hpg_isf = .false. ! s-coordinate (sco ) adapted to isf
  383. ln_hpg_djc = .false. ! s-coordinate (Density Jacobian with Cubic polynomial)
  384. ln_hpg_prj = .false. ! s-coordinate (Pressure Jacobian scheme)
  385. ln_dynhpg_imp = .false. ! time stepping: semi-implicit time scheme (T)
  386. ! centered time scheme (F)
  387. /
  388. !-----------------------------------------------------------------------
  389. &namdyn_ldf ! lateral diffusion on momentum
  390. !-----------------------------------------------------------------------
  391. rn_ahm_0_lap = 20000. ! horizontal laplacian eddy viscosity [m2/s]
  392. /
  393. !-----------------------------------------------------------------------
  394. &namzdf ! vertical physics
  395. !-----------------------------------------------------------------------
  396. /
  397. !-----------------------------------------------------------------------
  398. &namzdf_ric ! richardson number dependent vertical diffusion ("key_zdfric" )
  399. !-----------------------------------------------------------------------
  400. /
  401. !-----------------------------------------------------------------------
  402. &namzdf_tke ! turbulent eddy kinetic dependent vertical diffusion ("key_zdftke")
  403. !-----------------------------------------------------------------------
  404. /
  405. !------------------------------------------------------------------------
  406. &namzdf_kpp ! K-Profile Parameterization dependent vertical mixing ("key_zdfkpp", and optionally:
  407. !------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb")
  408. /
  409. !-----------------------------------------------------------------------
  410. &namzdf_gls ! GLS vertical diffusion ("key_zdfgls")
  411. !-----------------------------------------------------------------------
  412. /
  413. !-----------------------------------------------------------------------
  414. &namzdf_ddm ! double diffusive mixing parameterization ("key_zdfddm")
  415. !-----------------------------------------------------------------------
  416. /
  417. !-----------------------------------------------------------------------
  418. &namzdf_tmx ! tidal mixing parameterization ("key_zdftmx")
  419. !-----------------------------------------------------------------------
  420. /
  421. !-----------------------------------------------------------------------
  422. &namzdf_tmx_new ! new tidal mixing parameterization ("key_zdftmx_new")
  423. !-----------------------------------------------------------------------
  424. /
  425. !-----------------------------------------------------------------------
  426. &namsol ! elliptic solver / island / free surface
  427. !-----------------------------------------------------------------------
  428. /
  429. !-----------------------------------------------------------------------
  430. &nammpp ! Massively Parallel Processing ("key_mpp_mpi)
  431. !-----------------------------------------------------------------------
  432. /
  433. !-----------------------------------------------------------------------
  434. &namctl ! Control prints & Benchmark
  435. !-----------------------------------------------------------------------
  436. ln_ctl = .false.
  437. nn_timing = 0 ! timing by routine activated (=1) creates timing.output file, or not (=0)
  438. /
  439. !-----------------------------------------------------------------------
  440. &namc1d ! 1D configuration options ("key_c1d")
  441. !-----------------------------------------------------------------------
  442. /
  443. !-----------------------------------------------------------------------
  444. &namc1d_uvd ! data: U & V currents ("key_c1d")
  445. !-----------------------------------------------------------------------
  446. /
  447. !-----------------------------------------------------------------------
  448. &namc1d_dyndmp ! U & V newtonian damping ("key_c1d")
  449. !-----------------------------------------------------------------------
  450. /
  451. !-----------------------------------------------------------------------
  452. &namsto ! Stochastic parametrization of EOS
  453. !-----------------------------------------------------------------------
  454. /
  455. !-----------------------------------------------------------------------
  456. &namnc4 ! netcdf4 chunking and compression settings ("key_netcdf4")
  457. !-----------------------------------------------------------------------
  458. /
  459. !-----------------------------------------------------------------------
  460. &namtrd ! diagnostics on dynamics and/or tracer trends ("key_trddyn" and/or "key_trdtra")
  461. !-----------------------------------------------------------------------
  462. /
  463. !-----------------------------------------------------------------------
  464. &namflo ! float parameters ("key_float")
  465. !-----------------------------------------------------------------------
  466. /
  467. !-----------------------------------------------------------------------
  468. &namptr ! Poleward Transport Diagnostic
  469. !-----------------------------------------------------------------------
  470. /
  471. !-----------------------------------------------------------------------
  472. &namhsb ! Heat and salt budgets
  473. !-----------------------------------------------------------------------
  474. /
  475. !-----------------------------------------------------------------------
  476. &nam_diaharm ! Harmonic analysis of tidal constituents ('key_diaharm')
  477. !-----------------------------------------------------------------------
  478. /
  479. !-----------------------------------------------------------------------
  480. &namdct ! transports through sections
  481. !-----------------------------------------------------------------------
  482. /
  483. !-----------------------------------------------------------------------
  484. &namobs ! observation usage switch ('key_diaobs')
  485. !-----------------------------------------------------------------------
  486. /
  487. !-----------------------------------------------------------------------
  488. &nam_asminc ! assimilation increments ('key_asminc')
  489. !-----------------------------------------------------------------------
  490. /
  491. !-----------------------------------------------------------------------
  492. &namsbc_wave ! External fields from wave model
  493. !-----------------------------------------------------------------------
  494. /
  495. !-----------------------------------------------------------------------
  496. &namdyn_nept ! Neptune effect (simplified: lateral and vertical diffusions removed)
  497. !-----------------------------------------------------------------------
  498. /
  499. EOF