build_namelist_cfg.sh 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  1. # namelist.nemo-ORCA1L75.cfg.sh writes the NEMO namelist for ORCA1L75 in
  2. # This namelist will overwrite the reference namelist (namelist.nemo.ref.sh).
  3. #
  4. if $leg_is_restart
  5. then
  6. nemo_restart=".TRUE."
  7. else
  8. nemo_restart=".FALSE."
  9. fi
  10. cat << EOF
  11. !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  12. !! NEMO/OPA Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
  13. !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  14. !
  15. !-----------------------------------------------------------------------
  16. &namrun ! parameters of the run
  17. !-----------------------------------------------------------------------
  18. cn_exp = "${exp_name}" ! experience name
  19. nn_it000 = $(( leg_start_sec / nem_time_step_sec + 1 )) ! first time step
  20. nn_itend = $(( leg_end_sec / nem_time_step_sec )) ! last time step (std 5475)
  21. nn_date0 = ${leg_start_date_yyyymmdd} ! date at nit_0000 (format yyyymmdd)
  22. ! used if ln_rstart=F or
  23. ! (ln_rstart=T and nn_rstctl=0 or 1)
  24. ln_rstart = ${nemo_restart} ! start from rest (F) or from a restart file (T)
  25. nn_rstctl = 1 ! restart control ==> activated only if ln_rstart=T
  26. ! = 0 nn_date0 read in namelist ; nn_it000 : read in namelist
  27. ! = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart
  28. ! = 2 nn_date0 read in restart ; nn_it000 : check consistancy between namelist and restart
  29. cn_ocerst_in = "restart_oce" ! suffix of ocean restart name (input)
  30. cn_ocerst_out = "restart_oce" ! suffix of ocean restart name (output)
  31. nn_stock = 0 ! frequency of creation of a restart file (modulo referenced to 1)
  32. nn_write = -1 ! frequency of write in the output file (modulo referenced to nn_it000)
  33. /
  34. !-----------------------------------------------------------------------
  35. &namcfg ! parameters of the configuration
  36. !-----------------------------------------------------------------------
  37. cp_cfg = "orca" ! name of the configuration
  38. jp_cfg = 1 ! resolution of the configuration
  39. jpidta = 362 ! 1st lateral dimension ( >= jpi )
  40. jpjdta = 292 ! 2nd " " ( >= jpj )
  41. jpkdta = 75 ! number of levels ( >= jpk )
  42. jpiglo = 362 ! 1st dimension of global domain --> i =jpidta
  43. jpjglo = 292 ! 2nd - - --> j =jpjdta
  44. jperio = 6 ! 6 cyclic East-West AND North fold F-point pivot
  45. ln_use_jattr = .true. ! use (T) the file attribute: open_ocean_jstart if present
  46. /
  47. !-----------------------------------------------------------------------
  48. &namzgr ! vertical coordinate
  49. !-----------------------------------------------------------------------
  50. /
  51. !-----------------------------------------------------------------------
  52. &namzgr_sco ! s-coordinate or hybrid z-s-coordinate
  53. !-----------------------------------------------------------------------
  54. /
  55. !-----------------------------------------------------------------------
  56. &namdom ! space and time domain (bathymetry, mesh, timestep)
  57. !-----------------------------------------------------------------------
  58. nn_msh = 0 ! create (=1) a mesh file or not (=0)
  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.95300960000000 ! (default coefficients)
  69. ppa1 = 2.41595126900000 !
  70. ppkth = 15.35101370000000 !
  71. ppacr = 7.0 !
  72. ppdzmin = 999999. ! Minimum vertical spacing
  73. pphmax = 999999. ! Maximum depth
  74. ppa2 = 100.7609285000000 ! Double tanh function parameters
  75. ppkth2 = 48.02989372000000 !
  76. ppacr2 = 13.00000000000 !
  77. /
  78. !-----------------------------------------------------------------------
  79. &namsplit ! time splitting parameters ("key_dynspg_ts")
  80. !-----------------------------------------------------------------------
  81. /
  82. !-----------------------------------------------------------------------
  83. &namcrs ! Grid coarsening for dynamics output and/or
  84. ! passive tracer coarsened online simulations
  85. !-----------------------------------------------------------------------
  86. /
  87. !-----------------------------------------------------------------------
  88. &namc1d ! 1D configuration options ("key_c1d")
  89. !-----------------------------------------------------------------------
  90. /
  91. !-----------------------------------------------------------------------
  92. &namtsd ! data : Temperature & Salinity
  93. !-----------------------------------------------------------------------
  94. ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask !
  95. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename !
  96. sn_tem = 'conservative_temperature_WOA13_decav_Reg1L75_clim.nc', -1 ,'votemper' , .true. , .true. , 'yearly' ,'weight_bilinear_360x180-clipped_eORCA1L75_3D.nc', '' , ''
  97. sn_sal = 'absolute_salinity_WOA13_decav_Reg1L75_clim.nc' , -1 ,'vosaline' , .true. , .true. , 'yearly' ,'weight_bilinear_360x180-clipped_eORCA1L75_3D.nc', '' , ''
  98. !
  99. ln_tsd_tradmp = .false. ! damping of ocean T & S toward T &S input data (T) or not (F)
  100. /
  101. !-----------------------------------------------------------------------
  102. &namsbc ! Surface Boundary Condition (surface module)
  103. !-----------------------------------------------------------------------
  104. nn_fsbc = $(( lim_time_step_sec / nem_time_step_sec )) ! frequency of surface boundary condition computation
  105. ! (also = the frequency of sea-ice model call)
  106. nn_isf = 3 ! ice shelf melting/freezing (/=0 => fill namsbc_isf)
  107. ! 0 =no isf 1 = presence of ISF
  108. ! 2 = bg03 parametrisation 3 = rnf file for isf
  109. ! 4 = ISF fwf specified
  110. ! option 1 and 4 need ln_isfcav = .true. (domzgr)
  111. nn_fwb = 0 ! FreshWater Budget: =0 unchecked
  112. ! =1 global mean of e-p-r set to zero at each time step
  113. ! =2 annual global mean of e-p-r set to zero
  114. /
  115. !-----------------------------------------------------------------------
  116. &namsbc_ana ! analytical surface boundary condition
  117. !-----------------------------------------------------------------------
  118. /
  119. !-----------------------------------------------------------------------
  120. &namsbc_flx ! surface boundary condition : flux formulation
  121. !-----------------------------------------------------------------------
  122. /
  123. !-----------------------------------------------------------------------
  124. &namsbc_clio ! namsbc_clio CLIO bulk formulae
  125. !-----------------------------------------------------------------------
  126. ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask !
  127. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename !
  128. sn_utau = 'uwnd_10m' , 24 , 'uwnd' , .true. , .false., 'yearly' , '' , ''
  129. sn_vtau = 'vwnd_10m' , 24 , 'vwnd' , .true. , .false., 'yearly' , '' , ''
  130. sn_wndm = 'ncep_bulk' , 24 , 'wspd' , .true. , .false., 'yearly' , '' , ''
  131. sn_tair = 'ncep_bulk' , 24 , 'air' , .true. , .false., 'yearly' , '' , ''
  132. sn_humi = 'flx_correc', -1 , 'socliohu', .true. , .true. , 'yearly' , '' , ''
  133. sn_ccov = 'flx_correc', -1 , 'socliocl', .true. , .true. , 'yearly' , '' , ''
  134. sn_prec = 'flx_correc', -1 , 'socliopl', .true. , .true. , 'yearly' , '' , ''
  135. /
  136. !-----------------------------------------------------------------------
  137. &namsbc_core ! namsbc_core CORE bulk formulae
  138. !-----------------------------------------------------------------------
  139. ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask !
  140. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename !
  141. sn_wndi = 'drowned_u10_DFS5.2' , 3 , 'u10' , .true. , .false. , 'yearly' , 'weights_bicub_DFS5.2_to_clipped_eORCA1.nc' , 'U1' , ''
  142. sn_wndj = 'drowned_v10_DFS5.2' , 3 , 'v10' , .true. , .false. , 'yearly' , 'weights_bicub_DFS5.2_to_clipped_eORCA1.nc' , 'V1' , ''
  143. sn_qsr = 'drowned_radsw_DFS5.2' , 24 , 'radsw' , .true. , .false. , 'yearly' , 'weights_bilin_DFS5.2_to_clipped_eORCA1.nc' , '' , ''
  144. sn_qlw = 'drowned_radlw_DFS5.2' , 24 , 'radlw' , .true. , .false. , 'yearly' , 'weights_bilin_DFS5.2_to_clipped_eORCA1.nc' , '' , ''
  145. sn_tair = 'drowned_t2_DFS5.2' , 3 , 't2' , .true. , .false. , 'yearly' , 'weights_bilin_DFS5.2_to_clipped_eORCA1.nc' , '' , ''
  146. sn_humi = 'drowned_q2_DFS5.2' , 3 , 'q2' , .true. , .false. , 'yearly' , 'weights_bilin_DFS5.2_to_clipped_eORCA1.nc' , '' , ''
  147. sn_prec = 'drowned_precip_DFS5.2' , 24 , 'precip' , .true. , .false. , 'yearly' , 'weights_bilin_DFS5.2_to_clipped_eORCA1.nc' , '' , ''
  148. sn_snow = 'drowned_snow_DFS5.2' , 24 , 'snow' , .true. , .false. , 'yearly' , 'weights_bilin_DFS5.2_to_clipped_eORCA1.nc' , '' , ''
  149. rn_zqt = 2. ! Air temperature and humidity reference height (m)
  150. /
  151. !-----------------------------------------------------------------------
  152. &namsbc_mfs ! namsbc_mfs MFS bulk formulae
  153. !-----------------------------------------------------------------------
  154. /
  155. !-----------------------------------------------------------------------
  156. &namsbc_cpl ! coupled ocean/atmosphere model ("key_coupled")
  157. !-----------------------------------------------------------------------
  158. /
  159. !-----------------------------------------------------------------------
  160. &namsbc_sas ! analytical surface boundary condition
  161. !-----------------------------------------------------------------------
  162. /
  163. !-----------------------------------------------------------------------
  164. &namtra_qsr ! penetrative solar radiation
  165. !-----------------------------------------------------------------------
  166. nn_chldta = 0 ! RGB : Chl data (=1) or cst value (=0)
  167. /
  168. !-----------------------------------------------------------------------
  169. &namsbc_rnf ! runoffs namelist surface boundary condition
  170. !-----------------------------------------------------------------------
  171. ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask !
  172. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename !
  173. sn_rnf = 'clipped_runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc', -1 , 'sorunoff' , .true. , .true. , 'yearly' , '' , '' , ''
  174. sn_cnf = 'clipped_runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc', 0 , 'socoefr' , .false. , .true. , 'yearly' , '' , '' , ''
  175. ln_rnf_mouth = .false. ! specific treatment at rivers mouths
  176. ln_rnf_depth_ini = .true. ! compute depth at initialisation from runoff file
  177. rn_rnf_max = 0.05 ! max value of the runoff climatologie over global domain ( ln_rnf_depth_ini = .true )
  178. /
  179. !-----------------------------------------------------------------------
  180. &namsbc_isf ! Top boundary layer (ISF)
  181. !-----------------------------------------------------------------------
  182. ! ! file name ! frequency (hours) ! variable ! time interpol. ! clim ! 'yearly'/ ! weights ! rotation !
  183. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing !
  184. sn_rnfisf = 'clipped_runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc' , -12 ,'sornfisf' , .false. , .true. , 'yearly' , '' , ''
  185. sn_depmax_isf = 'clipped_runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc' , -12 ,'sodepmax_isf', .false. , .true. , 'yearly' , '' , ''
  186. sn_depmin_isf = 'clipped_runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc' , -12 ,'sodepmin_isf', .false. , .true. , 'yearly' , '' , ''
  187. /
  188. !-----------------------------------------------------------------------
  189. &namsbc_apr ! Atmospheric pressure used as ocean forcing or in bulk
  190. !-----------------------------------------------------------------------
  191. /
  192. !-----------------------------------------------------------------------
  193. &namsbc_ssr ! surface boundary condition : sea surface restoring
  194. !-----------------------------------------------------------------------
  195. ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask !
  196. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename !
  197. sn_sss = 'sss_absolute_salinity_WOA13_decav_Reg1L75_clim.nc' , -1 , 'sosaline', .true. , .true. , 'yearly' ,'weight_bilinear_360x180-clipped_eORCA1L75_2D.nc', '' , ''
  198. /
  199. !-----------------------------------------------------------------------
  200. &namsbc_alb ! albedo parameters
  201. !-----------------------------------------------------------------------
  202. /
  203. !-----------------------------------------------------------------------
  204. &namberg ! iceberg parameters
  205. !-----------------------------------------------------------------------
  206. /
  207. !-----------------------------------------------------------------------
  208. &namlbc ! lateral momentum boundary condition
  209. !-----------------------------------------------------------------------
  210. rn_shlat = 0. ! shlat = 0 ! 0 < shlat < 2 ! shlat = 2 ! 2 < shlat
  211. ! free slip ! partial slip ! no slip ! strong slip
  212. /
  213. !-----------------------------------------------------------------------
  214. &namcla ! cross land advection
  215. !-----------------------------------------------------------------------
  216. /
  217. !-----------------------------------------------------------------------
  218. &namagrif ! AGRIF zoom ("key_agrif")
  219. !-----------------------------------------------------------------------
  220. /
  221. !-----------------------------------------------------------------------
  222. &nam_tide ! tide parameters (#ifdef key_tide)
  223. !-----------------------------------------------------------------------
  224. /
  225. !-----------------------------------------------------------------------
  226. &nambdy ! unstructured open boundaries ("key_bdy")
  227. !-----------------------------------------------------------------------
  228. /
  229. !-----------------------------------------------------------------------
  230. &nambdy_dta ! open boundaries - external data ("key_bdy")
  231. !-----------------------------------------------------------------------
  232. /
  233. !-----------------------------------------------------------------------
  234. &nambdy_tide ! tidal forcing at open boundaries
  235. !-----------------------------------------------------------------------
  236. /
  237. !-----------------------------------------------------------------------
  238. &nambfr ! bottom friction
  239. !-----------------------------------------------------------------------
  240. nn_bfr = 2 ! type of bottom friction : = 0 : free slip, = 1 : linear friction
  241. ! = 2 : nonlinear friction
  242. /
  243. !-----------------------------------------------------------------------
  244. &nambbc ! bottom temperature boundary condition
  245. !-----------------------------------------------------------------------
  246. nn_geoflx = 1 ! geothermal heat flux: = 0 no flux
  247. ! = 1 constant flux
  248. ! = 2 variable flux (read in geothermal_heating.nc in mW/m2)
  249. /
  250. !-----------------------------------------------------------------------
  251. &nambbl ! bottom boundary layer scheme
  252. !-----------------------------------------------------------------------
  253. /
  254. !-----------------------------------------------------------------------
  255. &nameos ! ocean physical parameters
  256. !-----------------------------------------------------------------------
  257. /
  258. !-----------------------------------------------------------------------
  259. &namtra_adv ! advection scheme for tracer
  260. !-----------------------------------------------------------------------
  261. /
  262. !-----------------------------------------------------------------------
  263. &namtra_adv_mle ! mixed layer eddy parametrisation (Fox-Kemper param)
  264. !-----------------------------------------------------------------------
  265. /
  266. !----------------------------------------------------------------------------------
  267. &namtra_ldf ! lateral diffusion scheme for tracers
  268. !----------------------------------------------------------------------------------
  269. rn_aht_0 = 1000. ! horizontal eddy diffusivity for tracers [m2/s]
  270. rn_aeiv_0 = 1000. ! eddy induced velocity coefficient [m2/s] (require "key_traldf_eiv")
  271. /
  272. !-----------------------------------------------------------------------
  273. &namtra_dmp ! tracer: T & S newtonian damping
  274. !-----------------------------------------------------------------------
  275. ln_tradmp = .false. ! add a damping termn (T) or not (F)
  276. /
  277. !-----------------------------------------------------------------------
  278. &namdyn_adv ! formulation of the momentum advection
  279. !-----------------------------------------------------------------------
  280. /
  281. !-----------------------------------------------------------------------
  282. &nam_vvl ! vertical coordinate options
  283. !-----------------------------------------------------------------------
  284. /
  285. !-----------------------------------------------------------------------
  286. &namdyn_vor ! option of physics/algorithm (not control by CPP keys)
  287. !-----------------------------------------------------------------------
  288. /
  289. !-----------------------------------------------------------------------
  290. &namdyn_hpg ! Hydrostatic pressure gradient option
  291. !-----------------------------------------------------------------------
  292. ln_hpg_zps = .false. ! z-coordinate - partial steps (interpolation)
  293. ln_hpg_sco = .true. ! s-coordinate (standard jacobian formulation)
  294. /
  295. !-----------------------------------------------------------------------
  296. &namdyn_ldf ! lateral diffusion on momentum
  297. !-----------------------------------------------------------------------
  298. rn_ahm_0_lap = 20000. ! horizontal laplacian eddy viscosity [m2/s]
  299. /
  300. !-----------------------------------------------------------------------
  301. &namzdf ! vertical physics
  302. !-----------------------------------------------------------------------
  303. /
  304. !-----------------------------------------------------------------------
  305. &namzdf_ric ! richardson number dependent vertical diffusion ("key_zdfric" )
  306. !-----------------------------------------------------------------------
  307. /
  308. !-----------------------------------------------------------------------
  309. &namzdf_tke ! turbulent eddy kinetic dependent vertical diffusion ("key_zdftke")
  310. !-----------------------------------------------------------------------
  311. /
  312. !------------------------------------------------------------------------
  313. &namzdf_kpp ! K-Profile Parameterization dependent vertical mixing ("key_zdfkpp", and optionally:
  314. !------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb")
  315. /
  316. !-----------------------------------------------------------------------
  317. &namzdf_gls ! GLS vertical diffusion ("key_zdfgls")
  318. !-----------------------------------------------------------------------
  319. /
  320. !-----------------------------------------------------------------------
  321. &namzdf_ddm ! double diffusive mixing parameterization ("key_zdfddm")
  322. !-----------------------------------------------------------------------
  323. /
  324. !-----------------------------------------------------------------------
  325. &namzdf_tmx ! tidal mixing parameterization ("key_zdftmx")
  326. !-----------------------------------------------------------------------
  327. /
  328. !-----------------------------------------------------------------------
  329. &namzdf_tmx_new ! new tidal mixing parameterization ("key_zdftmx_new")
  330. !-----------------------------------------------------------------------
  331. /
  332. !-----------------------------------------------------------------------
  333. &namsol ! elliptic solver / island / free surface
  334. !-----------------------------------------------------------------------
  335. /
  336. !-----------------------------------------------------------------------
  337. &nammpp ! Massively Parallel Processing ("key_mpp_mpi)
  338. !-----------------------------------------------------------------------
  339. /
  340. !-----------------------------------------------------------------------
  341. &namctl ! Control prints & Benchmark
  342. !-----------------------------------------------------------------------
  343. /
  344. !-----------------------------------------------------------------------
  345. &namc1d_uvd ! data: U & V currents ("key_c1d")
  346. !-----------------------------------------------------------------------
  347. /
  348. !-----------------------------------------------------------------------
  349. &namc1d_dyndmp ! U & V newtonian damping ("key_c1d")
  350. !-----------------------------------------------------------------------
  351. /
  352. !-----------------------------------------------------------------------
  353. &namsto ! Stochastic parametrization of EOS
  354. !-----------------------------------------------------------------------
  355. /
  356. !-----------------------------------------------------------------------
  357. &namnc4 ! netcdf4 chunking and compression settings ("key_netcdf4")
  358. !-----------------------------------------------------------------------
  359. /
  360. !-----------------------------------------------------------------------
  361. &namtrd ! diagnostics on dynamics and/or tracer trends ("key_trddyn" and/or "key_trdtra")
  362. !-----------------------------------------------------------------------
  363. /
  364. !-----------------------------------------------------------------------
  365. &namflo ! float parameters ("key_float")
  366. !-----------------------------------------------------------------------
  367. /
  368. !-----------------------------------------------------------------------
  369. &namptr ! Poleward Transport Diagnostic
  370. !-----------------------------------------------------------------------
  371. /
  372. !-----------------------------------------------------------------------
  373. &namhsb ! Heat and salt budgets
  374. !-----------------------------------------------------------------------
  375. /
  376. !-----------------------------------------------------------------------
  377. &nam_diaharm ! Harmonic analysis of tidal constituents ('key_diaharm')
  378. !-----------------------------------------------------------------------
  379. /
  380. !-----------------------------------------------------------------------
  381. &namdct ! transports through sections
  382. !-----------------------------------------------------------------------
  383. /
  384. !-----------------------------------------------------------------------
  385. &namobs ! observation usage switch ('key_diaobs')
  386. !-----------------------------------------------------------------------
  387. /
  388. !-----------------------------------------------------------------------
  389. &nam_asminc ! assimilation increments ('key_asminc')
  390. !-----------------------------------------------------------------------
  391. /
  392. !-----------------------------------------------------------------------
  393. &namsbc_wave ! External fields from wave model
  394. !-----------------------------------------------------------------------
  395. /
  396. !-----------------------------------------------------------------------
  397. &namdyn_nept ! Neptune effect (simplified: lateral and vertical diffusions removed)
  398. !-----------------------------------------------------------------------
  399. /
  400. EOF