namelist.nemo-ORCA1L75-coupled.cfg.sh 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  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 = 1 ! 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. /
  83. !-----------------------------------------------------------------------
  84. &namcrs ! Grid coarsening for dynamics output and/or
  85. ! passive tracer coarsened online simulations
  86. !-----------------------------------------------------------------------
  87. /
  88. !-----------------------------------------------------------------------
  89. &namtsd ! data : Temperature & Salinity
  90. !-----------------------------------------------------------------------
  91. ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask !
  92. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename !
  93. sn_tem = 'conservative_temperature_WOA13_decav_Reg1L75_clim', -1 ,'votemper' , .true. , .true. , 'yearly' , 'weights_WOA13d1_2_orca1_bilinear.nc' , '' , ''
  94. sn_sal = 'absolute_salinity_WOA13_decav_Reg1L75_clim' , -1 ,'vosaline' , .true. , .true. , 'yearly' , 'weights_WOA13d1_2_orca1_bilinear.nc' , '' , ''
  95. ln_tsd_tradmp = ${ln_tsd_tradmp} ! damping of ocean T & S toward T &S input data (T) or not (F)
  96. /
  97. !-----------------------------------------------------------------------
  98. &namsbc ! Surface Boundary Condition (surface module)
  99. !-----------------------------------------------------------------------
  100. nn_fsbc = $(( lim_time_step_sec / nem_time_step_sec )) ! frequency of surface boundary condition computation
  101. ! (also = the frequency of sea-ice model call)
  102. ln_blk_core = .false. ! CORE bulk formulation (T => fill namsbc_core)
  103. ln_cpl = .true. ! Coupled formulation (T => fill namsbc_cpl )
  104. nn_ice_embd = 1 ! =0 levitating ice (no mass exchange, concentration/dilution effect)
  105. ! =1 levitating ice with mass and salt exchange but no presure effect
  106. ! =2 embedded sea-ice (full salt and mass exchanges and pressure)
  107. ln_dm2dc = .false. !lolo only for ocean standalone! only for ocean standalone! daily mean to diurnal cycle on short wave ln_dm2dc = .false. ! daily mean to diurnal cycle on short wave
  108. ln_rnf = .true. ! runoffs (T => fill namsbc_rnf)
  109. nn_isf = 0 ! ice shelf melting/freezing (/=0 => fill namsbc_isf)
  110. ! 0 =no isf 1 = presence of ISF
  111. ! 2 = bg03 parametrisation 3 = rnf file for isf
  112. ! 4 = ISF fwf specified
  113. ! option 1 and 4 need ln_isfcav = .true. (domzgr)
  114. ln_ssr = ${ln_ssr} ! Sea Surface Restoring on T and/or S (T => fill namsbc_ssr)
  115. nn_fwb = 0 ! FreshWater Budget: =0 unchecked
  116. ! =1 global mean of e-p-r set to zero at each time step
  117. ! =2 annual global mean of e-p-r set to zero
  118. nn_limflx = 2 ! LIM3 Multi-category heat flux formulation (use -1 if LIM3 is not used)
  119. ! =-1 Use per-category fluxes, bypass redistributor, forced mode only, not yet implemented coupled
  120. ! = 0 Average per-category fluxes (forced and coupled mode)
  121. ! = 1 Average and redistribute per-category fluxes, forced mode only, not yet implemented coupled
  122. ! = 2 Redistribute a single flux over categories (coupled mode only)
  123. /
  124. !-----------------------------------------------------------------------
  125. &namsbc_ana ! analytical surface boundary condition
  126. !-----------------------------------------------------------------------
  127. /
  128. !-----------------------------------------------------------------------
  129. &namsbc_flx ! surface boundary condition : flux formulation
  130. !-----------------------------------------------------------------------
  131. /
  132. !-----------------------------------------------------------------------
  133. &namsbc_clio ! namsbc_clio CLIO bulk formulae
  134. !-----------------------------------------------------------------------
  135. /
  136. !-----------------------------------------------------------------------
  137. &namsbc_core ! namsbc_core CORE bulk formulae
  138. !-----------------------------------------------------------------------
  139. /
  140. !-----------------------------------------------------------------------
  141. &namsbc_cpl ! coupled ocean/atmosphere model ("key_coupled")
  142. !-----------------------------------------------------------------------
  143. ! ! description ! multiple ! vector ! vector ! vector !
  144. ! ! ! categories ! reference ! orientation ! grids !
  145. ! send
  146. sn_snd_temp = 'oce and ice' , 'no' , '' , '' , ''
  147. sn_snd_alb = 'ice' , 'no' , '' , '' , ''
  148. sn_snd_thick = 'ice and snow' , 'no' , '' , '' , ''
  149. sn_snd_crt = 'none' , 'no' , 'spherical' , 'eastward-northward' , 'T'
  150. sn_snd_co2 = 'none' , 'no' , '' , '' , ''
  151. ! receive
  152. sn_rcv_w10m = 'none' , 'no' , '' , '' , ''
  153. sn_rcv_taumod = 'none' , 'no' , '' , '' , ''
  154. sn_rcv_tau = 'oce and ice' , 'no' , 'spherical' , 'eastward-northward' , 'U,V'
  155. sn_rcv_dqnsdt = 'coupled' , 'no' , '' , '' , ''
  156. sn_rcv_qsr = 'conservative' , 'no' , '' , '' , ''
  157. sn_rcv_qns = 'conservative' , 'no' , '' , '' , ''
  158. sn_rcv_emp = 'conservative' , 'no' , '' , '' , ''
  159. sn_rcv_rnf = 'coupled' , 'no' , '' , '' , ''
  160. sn_rcv_cal = 'coupled' , 'no' , '' , '' , ''
  161. sn_rcv_co2 = 'none' , 'no' , '' , '' , ''
  162. sn_rcv_iceflx = 'none' , 'no' , '' , '' , ''
  163. !
  164. nn_cplmodel = 1 ! Maximum number of models to/from which NEMO is potentialy sending/receiving data
  165. ln_usecplmask = .false. ! use a coupling mask file to merge data received from several models
  166. ! -> file cplmask.nc with the float variable called cplmask (jpi,jpj,nn_cplmodel)
  167. /
  168. !-----------------------------------------------------------------------
  169. &namtra_qsr ! penetrative solar radiation
  170. !-----------------------------------------------------------------------
  171. nn_chldta = 0 ! RGB : Chl data (=1) or cst value (=0)
  172. /
  173. !-----------------------------------------------------------------------
  174. &namsbc_rnf ! runoffs namelist surface boundary condition
  175. !-----------------------------------------------------------------------
  176. ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation !
  177. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing !
  178. sn_rnf = 'runoff-icb_DaiTrenberth_Depoorter_ORCA1_JD.nc', -1 , 'sorunoff', .true. , .true. , 'yearly' , '' , '' , ''
  179. sn_i_rnf = 'runoff-icb_DaiTrenberth_Depoorter_ORCA1_JD.nc', -1 , 'Icb_flux', .true. , .true. , 'yearly' , '' , '' , ''
  180. sn_cnf = 'runoff-icb_DaiTrenberth_Depoorter_ORCA1_JD.nc', 0 , 'socoeff' , .false. , .true. , 'yearly' , '' , '' , ''
  181. sn_dep_rnf = 'runoff_depth' , 0 , 'rodepth' , .false. , .true., 'yearly' , '' , '' , ''
  182. !
  183. cn_dir = './' ! root directory for the location of the runoff files
  184. ln_rnf_icb = .true. ! read in iceberg flux
  185. ln_rnf_mouth = .false. ! specific treatment at rivers mouths
  186. rn_hrnf = 15.e0 ! depth over which enhanced vertical mixing is used
  187. rn_avt_rnf = 1.e-3 ! value of the additional vertical mixing coef. [m2/s]
  188. rn_rfact = 1.e0 ! multiplicative factor for runoff
  189. ln_rnf_depth = .true. ! read in depth information for runoff
  190. ln_rnf_tem = .false. ! read in temperature information for runoff
  191. ln_rnf_sal = .false. ! read in salinity information for runoff
  192. ln_rnf_depth_ini = .false.! compute depth at initialisation from runoff file
  193. rn_rnf_max = 0.0065 ! max value of the runoff climatologie over global domain ( ln_rnf_depth_ini = .true )
  194. rn_dep_max = 150. ! depth over which runoffs is spread ( ln_rnf_depth_ini = .true )
  195. nn_rnf_depth_file = 0 ! create (=1) a runoff depth file or not (=0)
  196. /
  197. !-----------------------------------------------------------------------
  198. &namsbc_ssr ! surface boundary condition : sea surface restoring
  199. !-----------------------------------------------------------------------
  200. !
  201. ! 07/2018 - Yohan Ruprich-Robert chages: add mask_ssr reading option and take into account last shaconemo update (06/2018)
  202. !
  203. ! ! filename ! freq ! variable name ! time ! clim ! year or ! weights ! rot ! mask
  204. ! ! ! ! ! interp ! ! monthly ! filename ! pair ! filename
  205. !----------------------------------------------------------------------------------------------------------------------------------------
  206. sn_sss = 'sss_restore_data' , -1. , 'so' , .true. , .false. , 'yearly' , '' , '' , ''
  207. sn_sst = 'sst_restore_data' , -1. , 'thetao' , .true. , .false. , 'yearly' , '' , '' , ''
  208. sn_msk = 'mask_restore' , -12. , 'mask_ssr' , .false. , .true. , 'yearly' , '' , '' , ''
  209. !
  210. cn_dir = './' ! root directory for the location of the runoff files
  211. nn_sstr = 1 ! add a retroaction term in the surface heat flux (=1) or not (=0)
  212. nn_sssr = 2 ! add a damping term in the surface freshwater flux (=2) or to SSS only (=1) or no damping term (=0)
  213. nn_icedmp = 0 ! Cntrl of surface restoration under ice nn_icedmp
  214. ! ( 0 = no restoration under ice )
  215. ! ( 1 = restoration everywhere )
  216. ! ( > 1 = reinforced damping (x nn_icedmp) under ice
  217. nn_msk = 1 ! add a sub-regional masking to the surface restoring (=1) or not (=0)
  218. ! sn_msk can be empty if nn_msk = 0
  219. rn_dqdt = -40. ! magnitude of the retroaction on temperature [W/m2/K]
  220. rn_deds = -27.7 ! -864 magnitude of the damping on salinity [kg/m2/s/psu]
  221. ln_sssr_bnd = .false. ! .true. ! flag to bound erp term (associated with nn_sssr=2)
  222. rn_sssr_bnd = 4.e0 ! ABS(Max/Min) value of the damping erp term [mm/day] (associated with nn_sssr=2)
  223. ln_sssd_bnd = .false. ! .true. ! flag to bound S-S* term (associated with nn_ssr=2)
  224. rn_sssd_bnd = 0.01 ! ABS(Max./Min.) value of S-S* term [psu] (associated with nn_ssr=2)
  225. /
  226. !-----------------------------------------------------------------------
  227. &namsbc_alb ! albedo parameters
  228. !-----------------------------------------------------------------------
  229. /
  230. !-----------------------------------------------------------------------
  231. &namberg ! iceberg parameters
  232. !-----------------------------------------------------------------------
  233. /
  234. !-----------------------------------------------------------------------
  235. &namlbc ! lateral momentum boundary condition
  236. !-----------------------------------------------------------------------
  237. rn_shlat = 0. ! shlat = 0 ! 0 < shlat < 2 ! shlat = 2 ! 2 < shlat
  238. ! free slip ! partial slip ! no slip ! strong slip
  239. /
  240. !-----------------------------------------------------------------------
  241. &namcla ! cross land advection
  242. !-----------------------------------------------------------------------
  243. /
  244. !-----------------------------------------------------------------------
  245. &namobc ! open boundaries parameters ("key_obc")
  246. !-----------------------------------------------------------------------
  247. /
  248. !-----------------------------------------------------------------------
  249. &namagrif ! AGRIF zoom ("key_agrif")
  250. !-----------------------------------------------------------------------
  251. /
  252. !-----------------------------------------------------------------------
  253. &nam_tide ! tide parameters (#ifdef key_tide)
  254. !-----------------------------------------------------------------------
  255. /
  256. !-----------------------------------------------------------------------
  257. &nambdy ! unstructured open boundaries ("key_bdy")
  258. !-----------------------------------------------------------------------
  259. /
  260. !-----------------------------------------------------------------------
  261. &nambdy_dta ! open boundaries - external data ("key_bdy")
  262. !-----------------------------------------------------------------------
  263. /
  264. !-----------------------------------------------------------------------
  265. &nambdy_tide ! tidal forcing at open boundaries
  266. !-----------------------------------------------------------------------
  267. /
  268. !-----------------------------------------------------------------------
  269. &nambfr ! bottom friction
  270. !-----------------------------------------------------------------------
  271. nn_bfr = 2 ! type of bottom friction : = 0 : free slip, = 1 : linear friction
  272. ! = 2 : nonlinear friction
  273. /
  274. !-----------------------------------------------------------------------
  275. &nambbc ! bottom temperature boundary condition
  276. !-----------------------------------------------------------------------
  277. ln_trabbc = .true. ! Apply a geothermal heating at the ocean bottom
  278. nn_geoflx = 2 ! geothermal heat flux: = 0 no flux
  279. ! = 1 constant flux
  280. ! = 2 variable flux (read in geothermal_heating.nc in mW/m2)
  281. sn_qgh = 'Goutorbe_ghflux.nc', -12. , 'gh_flux' , .false. , .true. , 'yearly' , 'weights_Goutorbe1_2_orca1_bilinear.nc' , '' , ''
  282. /
  283. !-----------------------------------------------------------------------
  284. &nambbl ! bottom boundary layer scheme
  285. !-----------------------------------------------------------------------
  286. /
  287. !-----------------------------------------------------------------------
  288. &nameos ! ocean physical parameters
  289. !-----------------------------------------------------------------------
  290. /
  291. !-----------------------------------------------------------------------
  292. &namtra_adv ! advection scheme for tracer
  293. !-----------------------------------------------------------------------
  294. ln_traadv_tvd = .false. ! TVD scheme
  295. ln_traadv_ubs = .false. ! UBS scheme
  296. ln_traadv_tvd_zts= .true. !lolo TVD scheme with sub-timestepping of vertical tracer advection
  297. /
  298. !-----------------------------------------------------------------------
  299. &namtra_adv_mle ! mixed layer eddy parametrisation (Fox-Kemper param)
  300. !-----------------------------------------------------------------------
  301. /
  302. !----------------------------------------------------------------------------------
  303. &namtra_ldf ! lateral diffusion scheme for tracers
  304. !----------------------------------------------------------------------------------
  305. ln_traldf_grif = .false. ! griffies skew flux formulation (require "key_ldfslp")
  306. ln_traldf_gdia = .false. ! griffies operator strfn diagnostics (require "key_ldfslp")
  307. ln_botmix_grif = .false. ! griffies operator with lateral mixing on bottom (require "key_ldfslp")
  308. rn_aht_0 = 1000. ! horizontal eddy diffusivity for tracers [m2/s]
  309. rn_aeiv_0 = 1000. ! eddy induced velocity coefficient [m2/s] (require "key_traldf_eiv")
  310. /
  311. !-----------------------------------------------------------------------
  312. &namtra_dmp ! tracer: T & S newtonian damping
  313. !-----------------------------------------------------------------------
  314. ln_tradmp = ${ln_tradmp} ! add a damping termn (T) or not (F)
  315. nn_zdmp = 2 ! vertical shape =0 damping throughout the water column
  316. ! =1 no damping in the mixing layer (kz criteria)
  317. ! =2 no damping in the mixed layer (rho crieria)
  318. cn_resto = 'resto.nc' ! Name of file containing restoration coefficient field (use dmp_tools to create this)
  319. /
  320. !-----------------------------------------------------------------------
  321. &namdyn_adv ! formulation of the momentum advection
  322. !-----------------------------------------------------------------------
  323. ln_dynadv_vec = .true. ! vector form (T) or flux form (F)
  324. ln_dynadv_cen2= .false. ! flux form - 2nd order centered scheme
  325. ln_dynadv_ubs = .false. ! flux form - 3rd order UBS scheme
  326. ln_dynzad_zts = .true. !lolo Use (T) sub timestepping for vertical advection
  327. /
  328. !-----------------------------------------------------------------------
  329. &nam_vvl ! vertical coordinate options
  330. !-----------------------------------------------------------------------
  331. /
  332. !-----------------------------------------------------------------------
  333. &namdyn_vor ! option of physics/algorithm (not control by CPP keys)
  334. !-----------------------------------------------------------------------
  335. /
  336. !-----------------------------------------------------------------------
  337. &namdyn_hpg ! Hydrostatic pressure gradient option
  338. !-----------------------------------------------------------------------
  339. ln_hpg_zco = .false. ! z-coordinate - full steps
  340. ln_hpg_zps = .false. ! z-coordinate - partial steps (interpolation)
  341. ln_hpg_sco = .true. !lolo s-coordinate (standard jacobian formulation)
  342. ln_hpg_isf = .false. ! s-coordinate (sco ) adapted to isf
  343. ln_hpg_djc = .false. ! s-coordinate (Density Jacobian with Cubic polynomial)
  344. ln_hpg_prj = .false. ! s-coordinate (Pressure Jacobian scheme)
  345. ln_dynhpg_imp = .false. ! time stepping: semi-implicit time scheme (T)
  346. ! centered time scheme (F)
  347. /
  348. !-----------------------------------------------------------------------
  349. &namdyn_ldf ! lateral diffusion on momentum
  350. !-----------------------------------------------------------------------
  351. rn_ahm_0_lap = 20000. ! horizontal laplacian eddy viscosity [m2/s]
  352. /
  353. !-----------------------------------------------------------------------
  354. &namzdf ! vertical physics
  355. !-----------------------------------------------------------------------
  356. /
  357. !-----------------------------------------------------------------------
  358. &namzdf_ric ! richardson number dependent vertical diffusion ("key_zdfric" )
  359. !-----------------------------------------------------------------------
  360. /
  361. !-----------------------------------------------------------------------
  362. &namzdf_tke ! turbulent eddy kinetic dependent vertical diffusion ("key_zdftke")
  363. !-----------------------------------------------------------------------
  364. rn_lc = 0.20 ! coef. associated to Langmuir cells
  365. nn_etau = 0 ! penetration of tke below the mixed layer (ML) due to internal & intertial waves
  366. ! = 0 no penetration
  367. ! = 1 add a tke source below the ML
  368. ! = 2 add a tke source just at the base of the ML
  369. ! = 3 as = 1 applied on HF part of the stress ("key_coupled")
  370. /
  371. !------------------------------------------------------------------------
  372. &namzdf_kpp ! K-Profile Parameterization dependent vertical mixing ("key_zdfkpp", and optionally:
  373. !------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb")
  374. /
  375. !-----------------------------------------------------------------------
  376. &namzdf_gls ! GLS vertical diffusion ("key_zdfgls")
  377. !-----------------------------------------------------------------------
  378. /
  379. !-----------------------------------------------------------------------
  380. &namzdf_ddm ! double diffusive mixing parameterization ("key_zdfddm")
  381. !-----------------------------------------------------------------------
  382. /
  383. !-----------------------------------------------------------------------
  384. &namzdf_tmx ! tidal mixing parameterization ("key_zdftmx")
  385. !-----------------------------------------------------------------------
  386. /
  387. !-----------------------------------------------------------------------
  388. &namzdf_tmx_new ! new tidal mixing parameterization ("key_zdftmx_new")
  389. !-----------------------------------------------------------------------
  390. /
  391. !-----------------------------------------------------------------------
  392. &namsol ! elliptic solver / island / free surface
  393. !-----------------------------------------------------------------------
  394. /
  395. !-----------------------------------------------------------------------
  396. &nammpp ! Massively Parallel Processing ("key_mpp_mpi)
  397. !-----------------------------------------------------------------------
  398. /
  399. !-----------------------------------------------------------------------
  400. &namctl ! Control prints & Benchmark
  401. !-----------------------------------------------------------------------
  402. /
  403. !-----------------------------------------------------------------------
  404. &namc1d_uvd ! data: U & V currents ("key_c1d")
  405. !-----------------------------------------------------------------------
  406. /
  407. !-----------------------------------------------------------------------
  408. &namc1d_dyndmp ! U & V newtonian damping ("key_c1d")
  409. !-----------------------------------------------------------------------
  410. /
  411. !-----------------------------------------------------------------------
  412. &namsto ! Stochastic parametrization of EOS
  413. !-----------------------------------------------------------------------
  414. /
  415. !-----------------------------------------------------------------------
  416. &namnc4 ! netcdf4 chunking and compression settings ("key_netcdf4")
  417. !-----------------------------------------------------------------------
  418. /
  419. !-----------------------------------------------------------------------
  420. &namtrd ! diagnostics on dynamics and/or tracer trends ("key_trddyn" and/or "key_trdtra")
  421. !-----------------------------------------------------------------------
  422. /
  423. !-----------------------------------------------------------------------
  424. &namflo ! float parameters ("key_float")
  425. !-----------------------------------------------------------------------
  426. /
  427. !-----------------------------------------------------------------------
  428. &namptr ! Poleward Transport Diagnostic
  429. !-----------------------------------------------------------------------
  430. /
  431. !-----------------------------------------------------------------------
  432. &namhsb ! Heat and salt budgets
  433. !-----------------------------------------------------------------------
  434. /
  435. !-----------------------------------------------------------------------
  436. &nam_diaharm ! Harmonic analysis of tidal constituents ('key_diaharm')
  437. !-----------------------------------------------------------------------
  438. /
  439. !-----------------------------------------------------------------------
  440. &namdct ! transports through sections
  441. !-----------------------------------------------------------------------
  442. /
  443. !-----------------------------------------------------------------------
  444. &namobs ! observation usage switch ('key_diaobs')
  445. !-----------------------------------------------------------------------
  446. /
  447. !-----------------------------------------------------------------------
  448. &nam_asminc ! assimilation increments ('key_asminc')
  449. !-----------------------------------------------------------------------
  450. /
  451. !-----------------------------------------------------------------------
  452. &namsbc_wave ! External fields from wave model
  453. !-----------------------------------------------------------------------
  454. /
  455. !-----------------------------------------------------------------------
  456. &namdyn_nept ! Neptune effect (simplified: lateral and vertical diffusions removed)
  457. !-----------------------------------------------------------------------
  458. /
  459. EOF