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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510
  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 = ${ln_dm2dc}! 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. $( . ${ctrl_file_dir}/namelist.nemo.forcing_${nem_forcing_set}.sh )
  165. /
  166. !-----------------------------------------------------------------------
  167. &namsbc_mfs ! namsbc_mfs MFS bulk formulae
  168. !-----------------------------------------------------------------------
  169. /
  170. !-----------------------------------------------------------------------
  171. &namsbc_cpl ! coupled ocean/atmosphere model ("key_coupled")
  172. !-----------------------------------------------------------------------
  173. /
  174. !-----------------------------------------------------------------------
  175. &namtra_qsr ! penetrative solar radiation
  176. !-----------------------------------------------------------------------
  177. nn_chldta = 0 ! RGB : Chl data (=1) or cst value (=0)
  178. /
  179. !-----------------------------------------------------------------------
  180. &namsbc_rnf ! runoffs namelist surface boundary condition
  181. !-----------------------------------------------------------------------
  182. ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation !
  183. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing !
  184. $( . ${ctrl_file_dir}/${forcing_runoff}.sh )
  185. /
  186. !-----------------------------------------------------------------------
  187. &namsbc_ssr ! surface boundary condition : sea surface restoring
  188. !-----------------------------------------------------------------------
  189. !
  190. ! 07/2018 - Yohan Ruprich-Robert chages: add mask_ssr reading option and take into account last shaconemo update (06/2018)
  191. !
  192. ! ! filename ! freq ! variable name ! time ! clim ! year or ! weights ! rot ! mask
  193. ! ! ! ! ! interp ! ! monthly ! filename ! pair ! filename
  194. !----------------------------------------------------------------------------------------------------------------------------------------
  195. sn_sss = 'sss_restore_data' , -1. , 'so' , .true. , .true. , 'yearly' , '' , '' , ''
  196. sn_sst = 'sst_restore_data' , -1. , 'thetao' , .true. , .true. , 'yearly' , '' , '' , ''
  197. sn_msk = 'mask_restore' , -12. , 'mask_ssr' , .false. , .true. , 'yearly' , '' , '' , ''
  198. !
  199. cn_dir = './' ! root directory for the location of the runoff files
  200. nn_sstr = 1 ! add a retroaction term in the surface heat flux (=1) or not (=0)
  201. nn_sssr = 2 ! add a damping term in the surface freshwater flux (=2) or to SSS only (=1) or no damping term (=0)
  202. nn_icedmp = 0 ! Cntrl of surface restoration under ice nn_icedmp
  203. ! ( 0 = no restoration under ice )
  204. ! ( 1 = restoration everywhere )
  205. ! ( > 1 = reinforced damping (x nn_icedmp) under ice
  206. nn_msk = 0 ! add a sub-regional masking to the surface restoring (=1) or not (=0)
  207. ! sn_msk can be empty if nn_msk = 0
  208. rn_dqdt = -40. ! magnitude of the retroaction on temperature [W/m2/K]
  209. rn_deds = -166.67 ! -864 magnitude of the damping on salinity [kg/m2/s/psu]
  210. ln_sssr_bnd = .false. ! .true. ! flag to bound erp term (associated with nn_sssr=2)
  211. rn_sssr_bnd = 4.e0 ! ABS(Max/Min) value of the damping erp term [mm/day] (associated with nn_sssr=2)
  212. ln_sssd_bnd = .false. ! .true. ! flag to bound S-S* term (associated with nn_ssr=2)
  213. rn_sssd_bnd = 0.01 ! ABS(Max./Min.) value of S-S* term [psu] (associated with nn_ssr=2)
  214. /
  215. !-----------------------------------------------------------------------
  216. &namsbc_alb ! albedo parameters
  217. !-----------------------------------------------------------------------
  218. /
  219. !-----------------------------------------------------------------------
  220. &namberg ! iceberg parameters
  221. !-----------------------------------------------------------------------
  222. /
  223. !-----------------------------------------------------------------------
  224. &namlbc ! lateral momentum boundary condition
  225. !-----------------------------------------------------------------------
  226. rn_shlat = 0.0 ! shlat = 0 ! 0 < shlat < 2 ! shlat = 2 ! 2 < shlat
  227. ! free slip ! partial slip ! no slip ! strong slip
  228. ln_vorlat = .false. ! consistency of vorticity boundary condition with analytical eqs.
  229. /
  230. !-----------------------------------------------------------------------
  231. &namcla ! cross land advection
  232. !-----------------------------------------------------------------------
  233. nn_cla = 0 ! advection between 2 ocean pts separates by land
  234. /
  235. !-----------------------------------------------------------------------
  236. &namobc ! open boundaries parameters ("key_obc")
  237. !-----------------------------------------------------------------------
  238. /
  239. !-----------------------------------------------------------------------
  240. &namagrif ! AGRIF zoom ("key_agrif")
  241. !-----------------------------------------------------------------------
  242. /
  243. !-----------------------------------------------------------------------
  244. &nam_tide ! tide parameters (#ifdef key_tide)
  245. !-----------------------------------------------------------------------
  246. /
  247. !-----------------------------------------------------------------------
  248. &nambdy ! unstructured open boundaries ("key_bdy")
  249. !-----------------------------------------------------------------------
  250. /
  251. !-----------------------------------------------------------------------
  252. &nambdy_dta ! open boundaries - external data ("key_bdy")
  253. !-----------------------------------------------------------------------
  254. /
  255. !-----------------------------------------------------------------------
  256. &nambdy_tide ! tidal forcing at open boundaries
  257. !-----------------------------------------------------------------------
  258. /
  259. !-----------------------------------------------------------------------
  260. &nambfr ! bottom friction
  261. !-----------------------------------------------------------------------
  262. nn_bfr = 2 ! type of bottom friction : = 0 : free slip, = 1 : linear friction
  263. ! = 2 : nonlinear friction
  264. /
  265. !-----------------------------------------------------------------------
  266. &nambbc ! bottom temperature boundary condition
  267. !-----------------------------------------------------------------------
  268. ln_trabbc = .true. ! Apply a geothermal heating at the ocean bottom
  269. nn_geoflx = 2 ! geothermal heat flux: = 0 no flux
  270. ! = 1 constant flux
  271. ! = 2 variable flux (read in geothermal_heating.nc in mW/m2)
  272. sn_qgh = 'Goutorbe_ghflux.nc', -12. , 'gh_flux' , .false. , .true. , 'yearly' , 'weights_Goutorbe1_2_orca1_bilinear.nc' , '' , ''
  273. /
  274. !-----------------------------------------------------------------------
  275. &nambbl ! bottom boundary layer scheme
  276. !-----------------------------------------------------------------------
  277. nn_bbl_ldf = 1 ! diffusive bbl (=1) or not (=0)
  278. nn_bbl_adv = 0 ! advective bbl (=1/2) or not (=0)
  279. rn_ahtbbl = 1000. ! lateral mixing coefficient in the bbl [m2/s]
  280. rn_gambbl = 10. ! advective bbl coefficient [s]
  281. /
  282. !!======================================================================
  283. !! Tracer (T & S ) namelists
  284. !!======================================================================
  285. !! nameos equation of state
  286. !! namtra_adv advection scheme
  287. !! namtra_adv_mle mixed layer eddy param. (Fox-Kemper param.)
  288. !! namtra_ldf lateral diffusion scheme
  289. !! namtra_dmp T & S newtonian damping
  290. !!======================================================================
  291. !
  292. !-----------------------------------------------------------------------
  293. &nameos ! ocean physical parameters
  294. !-----------------------------------------------------------------------
  295. /
  296. !-----------------------------------------------------------------------
  297. &namtra_adv ! advection scheme for tracer
  298. !-----------------------------------------------------------------------
  299. ln_traadv_tvd = .false. ! TVD scheme
  300. ln_traadv_ubs = .false. ! UBS scheme
  301. ln_traadv_tvd_zts= .true. !lolo TVD scheme with sub-timestepping of vertical tracer advection
  302. /
  303. !-----------------------------------------------------------------------
  304. &namtra_adv_mle ! mixed layer eddy parametrisation (Fox-Kemper param)
  305. !-----------------------------------------------------------------------
  306. /
  307. !----------------------------------------------------------------------------------
  308. &namtra_ldf ! lateral diffusion scheme for tracers
  309. !----------------------------------------------------------------------------------
  310. ! ! Operator type:
  311. ln_traldf_lap = .true. ! laplacian operator
  312. ln_traldf_iso = .true. ! iso-neutral (needs "key_ldfslp")
  313. ! ! Coefficients
  314. ! Eddy-induced (GM) advection always used with Griffies; otherwise needs "key_traldf_eiv"
  315. ! Value rn_aeiv_0 is ignored unless = 0 with Held-Larichev spatially varying aeiv
  316. ! (key_traldf_c2d & key_traldf_eiv & key_orca_r2, _r1 or _r05)
  317. rn_aht_0 = 1000. ! horizontal eddy diffusivity for tracers [m2/s]
  318. rn_aeiv_0 = 1000. ! eddy induced velocity coefficient [m2/s] (require "key_traldf_eiv")
  319. /
  320. !----------------------------------------------------------------------------------
  321. &namdta_dyn ! offline dynamics read in files ("key_offline")
  322. !-----------------------------------------------------------------------
  323. ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation !
  324. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing !
  325. sn_uwd = 'OfflineForcing_grid_U' , 24 , 'uocetr_eff' , .true. , .true. , 'yearly' , '' , '' , ''
  326. sn_vwd = 'OfflineForcing_grid_V' , 24 , 'vocetr_eff' , .true. , .true. , 'yearly' , '' , '' , ''
  327. sn_wwd = 'OfflineForcing_grid_W' , 24 , 'wocetr_eff' , .true. , .true. , 'yearly' , '' , '' , ''
  328. sn_emp = 'OfflineForcing_grid_T' , 24 , 'wfo' , .true. , .true. , 'yearly' , '' , '' , ''
  329. sn_avt = 'OfflineForcing_grid_W' , 24 , 'difvsolog' , .true. , .true. , 'yearly' , '' , '' , ''
  330. sn_tem = 'OfflineForcing_grid_T' , 24 , 'thetao' , .true. , .true. , 'yearly' , '' , '' , ''
  331. sn_sal = 'OfflineForcing_grid_T' , 24 , 'so' , .true. , .true. , 'yearly' , '' , '' , ''
  332. sn_mld = 'OfflineForcing_grid_T' , 24 , 'mldr10_1' , .true. , .true. , 'yearly' , '' , '' , ''
  333. sn_qsr = 'OfflineForcing_grid_T' , 24 , 'rsntds' , .true. , .true. , 'yearly' , '' , '' , ''
  334. sn_wnd = 'OfflineForcing_grid_T' , 24 , 'windsp' , .true. , .true. , 'yearly' , '' , '' , ''
  335. sn_ice = 'OfflineForcing_grid_T' , 24 , 'iceconc' , .true. , .true. , 'yearly' , '' , '' , ''
  336. sn_fmf = 'OfflineForcing_grid_T' , 24 , 'fmmflx' , .true. , .true. , 'yearly' , '' , '' , ''
  337. sn_ubl = 'OfflineForcing_grid_U' , 24 , 'ahu_bbl' , .true. , .true. , 'yearly' , '' , '' , ''
  338. sn_vbl = 'OfflineForcing_grid_V' , 24 , 'ahv_bbl' , .true. , .true. , 'yearly' , '' , '' , ''
  339. sn_rnf = 'OfflineForcing_grid_T' , 24 , 'friver' , .true. , .true. , 'yearly' , '' , '' , ''
  340. sn_empb = 'OfflineForcing_grid_T' , 24 , 'wfob' , .true. , .true. , 'yearly' , '' , '' , ''
  341. sn_div = 'OfflineForcing_grid_T' , 24 , 'hdivtr' , .true. , .true. , 'yearly' , '' , '' , ''
  342. !
  343. cn_dir = './' ! root directory for the location of the dynamical files
  344. ! ln_degrad = .false. ! flag for degradation - requires ("key_degrad")
  345. ! ln_dynwzv = .false. ! computation of vertical velocity instead of using the one read in file
  346. ! ln_dynbbl = .false. ! bbl coef are in files, so read them - requires ("key_trabbl")
  347. ln_dynrnf = .false
  348. ln_dynrnf_depth = .false.
  349. ln_ssh_ini = .false.
  350. fwbcorr = 0.0
  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. rn_lc = 0.20 ! coef. associated to Langmuir cells
  405. nn_etau = 0 ! penetration of tke below the mixed layer (ML) due to internal & intertial waves
  406. ! = 0 no penetration
  407. ! = 1 add a tke source below the ML
  408. ! = 2 add a tke source just at the base of the ML
  409. ! = 3 as = 1 applied on HF part of the stress ("key_coupled")
  410. /
  411. !------------------------------------------------------------------------
  412. &namzdf_kpp ! K-Profile Parameterization dependent vertical mixing ("key_zdfkpp", and optionally:
  413. !------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb")
  414. /
  415. !-----------------------------------------------------------------------
  416. &namzdf_gls ! GLS vertical diffusion ("key_zdfgls")
  417. !-----------------------------------------------------------------------
  418. /
  419. !-----------------------------------------------------------------------
  420. &namzdf_ddm ! double diffusive mixing parameterization ("key_zdfddm")
  421. !-----------------------------------------------------------------------
  422. /
  423. !-----------------------------------------------------------------------
  424. &namzdf_tmx ! tidal mixing parameterization ("key_zdftmx")
  425. !-----------------------------------------------------------------------
  426. /
  427. !-----------------------------------------------------------------------
  428. &namzdf_tmx_new ! new tidal mixing parameterization ("key_zdftmx_new")
  429. !-----------------------------------------------------------------------
  430. /
  431. !-----------------------------------------------------------------------
  432. &namsol ! elliptic solver / island / free surface
  433. !-----------------------------------------------------------------------
  434. /
  435. !-----------------------------------------------------------------------
  436. &nammpp ! Massively Parallel Processing ("key_mpp_mpi)
  437. !-----------------------------------------------------------------------
  438. /
  439. !-----------------------------------------------------------------------
  440. &namctl ! Control prints & Benchmark
  441. !-----------------------------------------------------------------------
  442. ln_ctl = .false.
  443. nn_timing = 0 ! timing by routine activated (=1) creates timing.output file, or not (=0)
  444. /
  445. !-----------------------------------------------------------------------
  446. &namc1d ! 1D configuration options ("key_c1d")
  447. !-----------------------------------------------------------------------
  448. /
  449. !-----------------------------------------------------------------------
  450. &namc1d_uvd ! data: U & V currents ("key_c1d")
  451. !-----------------------------------------------------------------------
  452. /
  453. !-----------------------------------------------------------------------
  454. &namc1d_dyndmp ! U & V newtonian damping ("key_c1d")
  455. !-----------------------------------------------------------------------
  456. /
  457. !-----------------------------------------------------------------------
  458. &namsto ! Stochastic parametrization of EOS
  459. !-----------------------------------------------------------------------
  460. /
  461. !-----------------------------------------------------------------------
  462. &namnc4 ! netcdf4 chunking and compression settings ("key_netcdf4")
  463. !-----------------------------------------------------------------------
  464. /
  465. !-----------------------------------------------------------------------
  466. &namtrd ! diagnostics on dynamics and/or tracer trends ("key_trddyn" and/or "key_trdtra")
  467. !-----------------------------------------------------------------------
  468. /
  469. !-----------------------------------------------------------------------
  470. &namflo ! float parameters ("key_float")
  471. !-----------------------------------------------------------------------
  472. /
  473. !-----------------------------------------------------------------------
  474. &namptr ! Poleward Transport Diagnostic
  475. !-----------------------------------------------------------------------
  476. /
  477. !-----------------------------------------------------------------------
  478. &namhsb ! Heat and salt budgets
  479. !-----------------------------------------------------------------------
  480. /
  481. !-----------------------------------------------------------------------
  482. &nam_diaharm ! Harmonic analysis of tidal constituents ('key_diaharm')
  483. !-----------------------------------------------------------------------
  484. /
  485. !-----------------------------------------------------------------------
  486. &namdct ! transports through sections
  487. !-----------------------------------------------------------------------
  488. /
  489. !-----------------------------------------------------------------------
  490. &namobs ! observation usage switch ('key_diaobs')
  491. !-----------------------------------------------------------------------
  492. /
  493. !-----------------------------------------------------------------------
  494. &nam_asminc ! assimilation increments ('key_asminc')
  495. !-----------------------------------------------------------------------
  496. /
  497. !-----------------------------------------------------------------------
  498. &namsbc_wave ! External fields from wave model
  499. !-----------------------------------------------------------------------
  500. /
  501. !-----------------------------------------------------------------------
  502. &namdyn_nept ! Neptune effect (simplified: lateral and vertical diffusions removed)
  503. !-----------------------------------------------------------------------
  504. /
  505. EOF