build_namelist_cfg.sh 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567
  1. # This configuration namelist will overwrite SHARED/namelist_ref
  2. #
  3. if $leg_is_restart
  4. then
  5. nemo_restart=".TRUE."
  6. else
  7. nemo_restart=".FALSE."
  8. fi
  9. cat << EOF
  10. !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  11. !! NEMO/OCE Configuration namelist : overwrite default values defined in SHARED/namelist_ref
  12. !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  13. !! ORCA025 - ICE configuration !!
  14. !!======================================================================
  15. !! *** Domain & Run management namelists *** !!
  16. !! !!
  17. !! namrun parameters of the run
  18. !! namdom space and time domain
  19. !! namcfg parameters of the configuration (default: user defined GYRE)
  20. !! namwad Wetting and drying (default: OFF)
  21. !! namtsd data: temperature & salinity (default: OFF)
  22. !! namcrs coarsened grid (for outputs and/or TOP) (ln_crs =T)
  23. !! namc1d 1D configuration options (ln_c1d =T)
  24. !! namc1d_dyndmp 1D newtonian damping applied on currents (ln_c1d =T)
  25. !! namc1d_uvd 1D data (currents) (ln_c1d =T)
  26. !!======================================================================
  27. !
  28. !-----------------------------------------------------------------------
  29. &namrun ! parameters of the run
  30. !-----------------------------------------------------------------------
  31. cn_exp = "${exp_name}" ! experience name
  32. nn_it000 = $(( leg_start_sec / nem_time_step_sec + 1 )) ! first time step
  33. nn_itend = $(( leg_end_sec / nem_time_step_sec )) ! last time step (std 5475)
  34. nn_date0 = ${leg_start_date_yyyymmdd} ! date at nit_0000 (format yyyymmdd)
  35. ln_rstart = ${nemo_restart} ! start from rest (F) or from a restart file (T)
  36. nn_leapy = 0 ! Leap year calendar (1) or not (0)
  37. nn_rstctl = 1 ! restart control ==> activated only if ln_rstart=T
  38. ! = 0 nn_date0 read in namelist ; nn_it000 : read in namelist
  39. ! = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart
  40. ! = 2 nn_date0 read in restart ; nn_it000 : check consistancy between namelist and restart
  41. cn_ocerst_in = "restart_oce" ! suffix of ocean restart name (input)
  42. cn_ocerst_indir = "." ! directory from which to read input ocean restarts
  43. cn_ocerst_out = "restart_oce" ! suffix of ocean restart name (output)
  44. ln_cfmeta = .true. ! output additional data to netCDF files required for compliance with the CF metadata standard
  45. /
  46. !-----------------------------------------------------------------------
  47. &namdom ! time and space domain
  48. !-----------------------------------------------------------------------
  49. rn_Dt = ${nem_time_step_sec} ! time step for the dynamics and tracer
  50. ln_meshmask = .false. ! =T create a mesh file
  51. /
  52. !-----------------------------------------------------------------------
  53. &namcfg ! parameters of the configuration (default: use namusr_def in namelist_cfg)
  54. !-----------------------------------------------------------------------
  55. ln_read_cfg = .true. ! (=T) read the domain configuration file
  56. /
  57. !-----------------------------------------------------------------------
  58. &namtsd ! Temperature & Salinity Data (init/dmp) (default: OFF)
  59. !-----------------------------------------------------------------------
  60. ! ! =T read T-S fields for:
  61. ln_tsd_init = .true. ! ocean initialisation
  62. ln_tsd_dmp = .false. ! T-S restoring (see namtra_dmp)
  63. cn_dir = './' ! root directory for the T-S data location
  64. !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
  65. ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
  66. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename !
  67. sn_tem = 'woce_monthly_init.nc', -1 ,'t_an' , .true. , .true. , 'yearly' , '' , '' , ''
  68. sn_sal = 'woce_monthly_init.nc', -1 ,'s_an' , .true. , .true. , 'yearly' , '' , '' , ''
  69. /
  70. !!======================================================================
  71. !! *** Surface Boundary Condition namelists *** !!
  72. !! !!
  73. !! namsbc surface boundary condition manager (default: NO selection)
  74. !! namsbc_flx flux formulation (ln_flx =T)
  75. !! namsbc_blk Bulk formulae formulation (ln_blk =T)
  76. !! namsbc_cpl CouPLed formulation ("key_oasis3" )
  77. !! namsbc_sas Stand-Alone Surface module (SAS_SRC only)
  78. !! namsbc_iif Ice-IF: use observed ice cover (nn_ice = 1 )
  79. !! namtra_qsr penetrative solar radiation (ln_traqsr =T)
  80. !! namsbc_ssr sea surface restoring term (for T and/or S) (ln_ssr =T)
  81. !! namsbc_rnf river runoffs (ln_rnf =T)
  82. !! namsbc_apr Atmospheric Pressure (ln_apr_dyn =T)
  83. !! namsbc_isf ice shelf melting/freezing (ln_isfcav =T : read (ln_read_cfg=T) or set or usr_def_zgr )
  84. !! namsbc_iscpl coupling option between land ice model and ocean (ln_isfcav =T)
  85. !! namsbc_wave external fields from wave model (ln_wave =T)
  86. !! namberg iceberg floats (ln_icebergs=T)
  87. !!======================================================================
  88. !
  89. !-----------------------------------------------------------------------
  90. &namsbc ! Surface Boundary Condition manager (default: NO selection)
  91. !-----------------------------------------------------------------------
  92. nn_fsbc = $(( lim_time_step_sec / nem_time_step_sec )) ! frequency of SBC module call
  93. ! (also = the frequency of sea-ice & iceberg model call)
  94. ! Type of air-sea fluxes
  95. ln_blk = .true. ! Bulk formulation (T => fill namsbc_blk )
  96. ! Sea-ice :
  97. nn_ice = 2 ! =2 or 3 automatically for SI3 or CICE ("key_si3" or "key_cice")
  98. ! Misc. options of sbc :
  99. ln_traqsr = .true. ! Light penetration in the ocean (T => fill namtra_qsr)
  100. ln_ssr = .true. ! Sea Surface Restoring on T and/or S (T => fill namsbc_ssr)
  101. ln_rnf = .true. ! runoffs (T => fill namsbc_rnf)
  102. /
  103. !-----------------------------------------------------------------------
  104. &namsbc_blk ! namsbc_blk generic Bulk formula (ln_blk =T)
  105. !-----------------------------------------------------------------------
  106. ! ! bulk algorithm :
  107. ln_NCAR = .true. ! "NCAR" algorithm (Large and Yeager 2008)
  108. rn_zqt = 2. ! Air temperature & humidity reference height (m)
  109. !
  110. cn_dir = './' ! root directory for the bulk data location
  111. !_______!_________________________!___________________!___________!_____________!_________!___________!_____________________________________!__________!_______________!
  112. ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! lsm !
  113. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! paring ! !
  114. sn_wndi = 'drowned_uas_JRA55' , 3. , 'uas' , .true. , .false. , 'yearly' , 'eORCA025_JRA55_do_c3.0_weights_bicubic_nohls.nc' , 'U1' , ''
  115. sn_wndj = 'drowned_vas_JRA55' , 3. , 'vas' , .true. , .false. , 'yearly' , 'eORCA025_JRA55_do_c3.0_weights_bicubic_nohls.nc' , 'V1' , ''
  116. sn_qsr = 'drowned_rsds_JRA55' , 3. , 'rsds' , .true. , .false. , 'yearly' , 'eORCA025_JRA55_do_c3.0_weights_bilin_nohls.nc' , '' , ''
  117. sn_qlw = 'drowned_rlds_JRA55' , 3. , 'rlds' , .true. , .false. , 'yearly' , 'eORCA025_JRA55_do_c3.0_weights_bilin_nohls.nc' , '' , ''
  118. sn_tair = 'drowned_tas_JRA55' , 3. , 'tas' , .true. , .false. , 'yearly' , 'eORCA025_JRA55_do_c3.0_weights_bilin_nohls.nc' , '' , ''
  119. sn_humi = 'drowned_huss_JRA55' , 3. , 'huss' , .true. , .false. , 'yearly' , 'eORCA025_JRA55_do_c3.0_weights_bilin_nohls.nc' , '' , ''
  120. sn_prec = 'drowned_tprecip_JRA55' , 3. , 'tprecip', .true. , .false. , 'yearly' , 'eORCA025_JRA55_do_c3.0_weights_bilin_nohls.nc' , '' , ''
  121. sn_snow = 'drowned_prsn_JRA55 ' , 3. , 'prsn' , .true. , .false. , 'yearly' , 'eORCA025_JRA55_do_c3.0_weights_bilin_nohls.nc' , '' , ''
  122. sn_slp = 'drowned_psl_JRA55' , 3. , 'psl' , .true. , .false. , 'yearly' , 'eORCA025_JRA55_do_c3.0_weights_bilin_nohls.nc' , '' , ''
  123. /
  124. !-----------------------------------------------------------------------
  125. &namsbc_sas ! Stand-Alone Surface module: ocean data (SAS_SRC only)
  126. !-----------------------------------------------------------------------
  127. l_sasread = .false. ! =T Read in file ; =F set all to 0. (see sbcssm)
  128. /
  129. !-----------------------------------------------------------------------
  130. &namtra_qsr ! penetrative solar radiation (ln_traqsr =T)
  131. !-----------------------------------------------------------------------
  132. ! ! type of penetration (default: NO selection)
  133. ln_qsr_rgb = .true. ! RGB light penetration (Red-Green-Blue)
  134. rn_abs = 0.53 ! RGB & 2BD: fraction absorbed in the very near surface ! std value 0.58. RBB -> 0.53
  135. nn_chldta = 1 ! RGB : Chl data (=1) or cst value (=0)
  136. cn_dir = './' ! root directory for the chlorophyl data location
  137. !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
  138. ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
  139. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename !
  140. sn_chl = 'chlorophyl' , -1. , 'CHLA' , .true. , .true. , 'yearly' , 'chlorophyl_weights_bilin.nc' , '' , ''
  141. /
  142. !-----------------------------------------------------------------------
  143. &namsbc_ssr ! surface boundary condition : sea surface restoring (ln_ssr =T)
  144. !-----------------------------------------------------------------------
  145. nn_sssr = 3 ! add a damping term to the surface freshwater flux
  146. ! ! or to SSS only (=1) or no damping term (=0) or read from a file (=3)
  147. cn_dir = './' ! root directory for the SST/SSS data location
  148. !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
  149. ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
  150. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename !
  151. sn_sst = 'NOT USED' , 120 , 'votemper', .true. , .false., 'yearly' , '' , '' , ''
  152. sn_sss = 'NOT USED' , 120 , 'vosaline', .true. , .false., 'yearly' , '' , '' , ''
  153. /
  154. !-----------------------------------------------------------------------
  155. &namsbc_ssr_drk ! surface boundary condition : sea surface restoring (ln_ssr =T)
  156. !-----------------------------------------------------------------------
  157. ln_sssr_flt = .false. ! use filtering of SSS model for sss restoring
  158. nn_shap_iter = 300 ! number of iteration of the shapiro filter
  159. ln_sssr_msk = .true. ! use a mask near the coast
  160. !___________!____________________!___________________!__________!_____________!________!___________!__________!__________!_______________!
  161. ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask !
  162. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename !
  163. sn_coast = 'distcoast' , 0. , 'Tcoast' , .false. , .true. , 'yearly' , '' , '' , ''
  164. sn_empc = 'empc' , -1. , 'sowafld', .true. , .true., 'yearly' , '' , '' , ''
  165. rn_dist = 150. ! distance to the coast
  166. /
  167. !-----------------------------------------------------------------------
  168. &namsbc_rnf ! runoffs (ln_rnf =T)
  169. !-----------------------------------------------------------------------
  170. ln_rnf_mouth = .false. ! specific treatment at rivers mouths
  171. rn_hrnf = 10.e0 ! depth over which enhanced vertical mixing is used (ln_rnf_mouth=T)
  172. rn_avt_rnf = 2.e-3 ! value of the additional vertical mixing coef. [m2/s] (ln_rnf_mouth=T)
  173. ln_rnf_icb = .false. ! read in iceberg flux from a file (fill sn_i_rnf if .true.)
  174. cn_dir = './' ! root directory for the runoff data location
  175. !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
  176. ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
  177. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename !
  178. sn_rnf = 'runoff' , -1. , 'sorunoff', .true. , .true. , 'yearly' , '' , '' , ''
  179. sn_cnf = 'runoff' , 0. , 'socoefr' , .false. , .true. , 'yearly' , '' , '' , ''
  180. sn_s_rnf = 'NOT_USED' , 24. , 'rosaline', .true. , .true. , 'yearly' , '' , '' , ''
  181. sn_t_rnf = 'NOT_USED' , 24. , 'rotemper', .true. , .true. , 'yearly' , '' , '' , ''
  182. sn_dep_rnf = 'NOT_USED' , 0. , 'rodepth' , .false. , .true. , 'yearly' , '' , '' , ''
  183. sn_i_rnf = 'bergmelt' , 120. ,'berg_melt', .true. , .false., 'yearly' , '' , '' , ''
  184. /
  185. !-----------------------------------------------------------------------
  186. &namisf ! Top boundary layer (ISF) (default: OFF)
  187. !-----------------------------------------------------------------------
  188. !
  189. ! ---------------- ice shelf melt formulation -------------------------------
  190. !
  191. ln_isf = .true. ! activate ice shelf module
  192. !
  193. ! ---------------- cavities opened -------------------------------
  194. !
  195. ln_isfcav_mlt = .true. ! ice shelf melting into the cavity (need ln_isfcav = .true. in domain_cfg.nc)
  196. !
  197. rn_htbl = 20. ! thickness of the top boundary layer (Losh et al. 2008)
  198. ! ! 0 => thickness of the tbl = thickness of the first wet cell
  199. !
  200. !* 'spe' and 'oasis' case
  201. !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________!
  202. ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask !
  203. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename !
  204. sn_isfcav_fwf = 'NOT_USED', -12. , 'fwflisf' , .false. , .true. , 'yearly' , '' , '' , ''
  205. !
  206. ! ---------------- cavities parametrised -------------------------------
  207. !
  208. ln_isfpar_mlt = .false. ! ice shelf melting parametrised
  209. cn_isfpar_mlt = 'spe' ! ice shelf melting parametrisation (spe/bg03/oasis)
  210. ! ! spe = fwfisf is read from a forcing field
  211. ! ! bg03 = melt computed using Beckmann and Goosse parametrisation
  212. ! ! oasis = fwfisf is given by oasis and pattern by file sn_isfpar_fwf
  213. !
  214. !* all cases
  215. !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________!
  216. ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask !
  217. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename !
  218. sn_isfpar_zmax = 'NOT_USED' , 0 ,'sozisfmax', .false. , .true. , 'yearly' , '' , '' , ''
  219. sn_isfpar_zmin = 'NOT_USED' , 0 ,'sozisfmin', .false. , .true. , 'yearly' , '' , '' , ''
  220. !* 'spe' and 'oasis' case
  221. sn_isfpar_fwf = 'NOT_USED' , -12. ,'sofwfisf' , .false. , .true. , 'yearly' , '' , '' , ''
  222. !* 'bg03' case
  223. sn_isfpar_Leff = 'NOT_USED' , 0. ,'Leff' , .false. , .true. , 'yearly' , '' , '' , ''
  224. /
  225. !-----------------------------------------------------------------------
  226. &namberg ! iceberg parameters (default: OFF)
  227. !-----------------------------------------------------------------------
  228. ln_icebergs = .true. ! activate iceberg floats (force =F with "key_agrif")
  229. !
  230. ! ! diagnostics:
  231. nn_verbose_write = 64 ! Timesteps between verbose messages
  232. nn_sample_rate = 64 ! Timesteps between sampling for trajectory storage
  233. !
  234. ! ! iceberg setting:
  235. rn_distribution = 0.0003, 0.018, 0.047, 0.097, 0.041, 0.093, 0.085, 0.145, 0.185, 0.276
  236. nn_test_icebergs = -1 ! Create test icebergs of this class (-1 = no)
  237. rn_speed_limit = 0.4 ! CFL speed limit for a berg
  238. !
  239. ln_M2016 = .true. ! use Merino et al. (2016) modification (use of 3d ocean data instead of only sea surface data)
  240. ln_icb_area_mask = .true. !Avoid the overfilling of a grid cell by too many icebergs
  241. !
  242. cn_dir = './' ! root directory for the calving data location
  243. !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
  244. ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
  245. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename !
  246. sn_icb = 'calving' , -12. ,'soicbclv' , .true. , .true. , 'yearly' , '' , '' , ''
  247. /
  248. !!======================================================================
  249. !! *** Lateral boundary condition *** !!
  250. !! !!
  251. !! namlbc lateral momentum boundary condition (default: NO selection)
  252. !! namagrif agrif nested grid (read by child model only) ("key_agrif")
  253. !! nam_tide Tidal forcing (default: OFF)
  254. !! nambdy Unstructured open boundaries (default: OFF)
  255. !! nambdy_dta Unstructured open boundaries - external data (see nambdy)
  256. !! nambdy_tide tidal forcing at open boundaries (default: OFF)
  257. !!======================================================================
  258. !
  259. !-----------------------------------------------------------------------
  260. &namlbc ! lateral momentum boundary condition (default: NO selection)
  261. !-----------------------------------------------------------------------
  262. rn_shlat = 0. ! no slip
  263. /
  264. !-----------------------------------------------------------------------
  265. &namlbc_drk ! lateral momentum boundary condition (default: NO selection)
  266. !-----------------------------------------------------------------------
  267. ln_shlat2d = .true. ! use 2D file for shlat
  268. cn_dir = './'
  269. !___________!____________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
  270. ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
  271. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename !
  272. sn_shlat2d = 'shlat2d' , -12. , 'shlat2d' , .false. , .true. , 'yearly' , '' , '' , ''
  273. /
  274. !-----------------------------------------------------------------------
  275. &namagrif ! AGRIF zoom ("key_agrif")
  276. !-----------------------------------------------------------------------
  277. /
  278. !!======================================================================
  279. !! *** Top/Bottom boundary condition *** !!
  280. !! !!
  281. !! namdrg top/bottom drag coefficient (default: NO selection)
  282. !! namdrg_top top friction (ln_OFF=F & ln_isfcav=T)
  283. !! namdrg_bot bottom friction (ln_OFF=F)
  284. !! nambbc bottom temperature boundary condition (default: OFF)
  285. !! nambbl bottom boundary layer scheme (default: OFF)
  286. !!======================================================================
  287. !
  288. !-----------------------------------------------------------------------
  289. &namdrg ! top/bottom drag coefficient (default: NO selection)
  290. !-----------------------------------------------------------------------
  291. ln_non_lin = .true. ! non-linear drag: Cd = Cd0 |U|
  292. /
  293. !-----------------------------------------------------------------------
  294. &namdrg_top ! TOP friction (ln_drg_OFF =F & ln_isfcav=T)
  295. !-----------------------------------------------------------------------
  296. rn_Cd0 = 2.5e-3 ! drag coefficient [-]
  297. rn_ke0 = 0.0 ! background kinetic energy [m2/s2] (non-linear cases)
  298. /
  299. !-----------------------------------------------------------------------
  300. &namdrg_bot ! BOTTOM friction (ln_OFF =F)
  301. !-----------------------------------------------------------------------
  302. rn_Cd0 = 1.e-3 ! drag coefficient [-]
  303. ln_boost = .true. ! =T regional boost of Cd0 ; =F constant
  304. /
  305. !-----------------------------------------------------------------------
  306. &nambbc ! bottom temperature boundary condition (default: OFF)
  307. !-----------------------------------------------------------------------
  308. ln_trabbc = .true. ! Apply a geothermal heating at the ocean bottom
  309. cn_dir = './' ! root directory for the geothermal data location
  310. !___________!____________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
  311. ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
  312. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename !
  313. sn_qgh = 'Goutorbe_ghflux.nc' , -12. , 'gh_flux' , .false. , .true. , 'yearly' , 'weights_ghflux_bilinear.nc' , '' , ''
  314. /
  315. !-----------------------------------------------------------------------
  316. &nambbl ! bottom boundary layer scheme (default: OFF)
  317. !-----------------------------------------------------------------------
  318. ln_trabbl = .true. ! Bottom Boundary Layer parameterisation flag
  319. nn_bbl_adv = 1 ! advective bbl (=1/2) or not (=0)
  320. /
  321. !!======================================================================
  322. !! Tracer (T-S) namelists !!
  323. !! !!
  324. !! nameos equation of state (default: NO selection)
  325. !! namtra_adv advection scheme (default: NO selection)
  326. !! namtra_ldf lateral diffusion scheme (default: NO selection)
  327. !! namtra_mle mixed layer eddy param. (Fox-Kemper param.) (default: OFF)
  328. !! namtra_eiv eddy induced velocity param. (default: OFF)
  329. !! namtra_dmp T & S newtonian damping (default: OFF)
  330. !!======================================================================
  331. !
  332. !-----------------------------------------------------------------------
  333. &nameos ! ocean Equation Of Seawater (default: NO selection)
  334. !-----------------------------------------------------------------------
  335. ln_teos10 = .true. ! = Use TEOS-10
  336. /
  337. !-----------------------------------------------------------------------
  338. &namtra_adv ! advection scheme for tracer (default: NO selection)
  339. !-----------------------------------------------------------------------
  340. ln_traadv_fct = .true. ! FCT scheme
  341. nn_fct_h = 4 ! =2/4, horizontal 2nd / 4th order
  342. /
  343. !-----------------------------------------------------------------------
  344. &namtra_ldf ! lateral diffusion scheme for tracers (default: NO selection)
  345. !-----------------------------------------------------------------------
  346. ln_traldf_lap = .true. ! laplacian operator
  347. ln_traldf_iso = .true. ! iso-neutral (Standard operator)
  348. ! ! Coefficients:
  349. nn_aht_ijk_t = 20 ! space/time variation of eddy coef
  350. ! ! = 20 aht = 1/2 Ud. max(e1,e2)
  351. rn_Ud = 0.011 ! lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
  352. /
  353. !-----------------------------------------------------------------------
  354. &namtra_mle ! mixed layer eddy parametrisation (Fox-Kemper) (default: OFF)
  355. !-----------------------------------------------------------------------
  356. /
  357. !-----------------------------------------------------------------------
  358. &namtra_eiv ! eddy induced velocity param. (default: OFF)
  359. !-----------------------------------------------------------------------
  360. ln_ldfeiv = .true. ! use eddy induced velocity parameterization
  361. ! ! Coefficients:
  362. nn_aei_ijk_t = 21 ! space/time variation of the eiv coeficient
  363. ! ! = 21 F(i,j,t) =Treguier et al. JPO 1997 formulation
  364. ! ! time invariant coefficients: aei0 = 1/2 Ue*Le
  365. rn_Ue = 0.03 ! lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
  366. rn_Le = 10.e+3 ! lateral diffusive length [m] (nn_aht_ijk_t= 0, 10)
  367. /
  368. !-----------------------------------------------------------------------
  369. &namtra_dmp ! tracer: T & S newtonian damping (default: OFF)
  370. !-----------------------------------------------------------------------
  371. cn_resto = 'NOT_USED' ! Name of file containing restoration coeff. field (use dmp_tools to create this)
  372. /
  373. !!======================================================================
  374. !! *** Dynamics namelists *** !!
  375. !! !!
  376. !! nam_vvl vertical coordinate options (default: z-star)
  377. !! namdyn_adv formulation of the momentum advection (default: NO selection)
  378. !! namdyn_vor advection scheme (default: NO selection)
  379. !! namdyn_hpg hydrostatic pressure gradient (default: NO selection)
  380. !! namdyn_spg surface pressure gradient (default: NO selection)
  381. !! namdyn_ldf lateral diffusion scheme (default: NO selection)
  382. !! namdta_dyn offline TOP: dynamics read in files (OFF_SRC only)
  383. !!======================================================================
  384. !
  385. !-----------------------------------------------------------------------
  386. &nam_vvl ! vertical coordinate options (default: z-star)
  387. !-----------------------------------------------------------------------
  388. nn_vvl_interp = 0 ! interpolation method of scale factor anomalies at U/V/F points
  389. ! =0 linear even at the bottom (old)
  390. ! =1 linear with bottom correction
  391. ! =2 proportionnal to scale factors at rest ("qco" like)
  392. /
  393. !-----------------------------------------------------------------------
  394. &namdyn_adv ! formulation of the momentum advection (default: NO selection)
  395. !-----------------------------------------------------------------------
  396. ln_dynadv_vec = .true. ! vector form - 2nd centered scheme
  397. nn_dynkeg = 1 ! grad(KE) scheme: =0 C2 ; =1 Hollingsworth correction
  398. /
  399. !-----------------------------------------------------------------------
  400. &namdyn_vor ! Vorticity / Coriolis scheme (default: NO selection)
  401. !-----------------------------------------------------------------------
  402. ln_dynvor_een = .true. ! energy & enstrophy scheme
  403. /
  404. !-----------------------------------------------------------------------
  405. &namdyn_hpg ! Hydrostatic pressure gradient option (default: NO selection)
  406. !-----------------------------------------------------------------------
  407. ln_hpg_isf = .true. ! s-coordinate (sco ) adapted to isf
  408. /
  409. !-----------------------------------------------------------------------
  410. &namdyn_spg ! surface pressure gradient (default: NO selection)
  411. !-----------------------------------------------------------------------
  412. ln_dynspg_ts = .true. ! split-explicit free surface
  413. /
  414. !-----------------------------------------------------------------------
  415. &namdyn_ldf ! lateral diffusion on momentum (default: NO selection)
  416. !-----------------------------------------------------------------------
  417. ln_dynldf_blp = .true. ! bilaplacian operator
  418. ln_dynldf_hor = .true. ! horizontal (geopotential)
  419. nn_ahm_ijk_t = 20 ! space/time variation of eddy coefficient :
  420. ! ! =-30 read in eddy_viscosity_3D.nc file
  421. ! ! =-20 read in eddy_viscosity_2D.nc file
  422. ! ! = 0 constant
  423. ! ! = 10 F(k)=c1d
  424. ! ! = 20 F(i,j)=F(grid spacing)=c2d
  425. ! ! = 30 F(i,j,k)=c2d*c1d
  426. ! ! = 31 F(i,j,k)=F(grid spacing and local velocity)
  427. ! ! = 32 F(i,j,k)=F(local gridscale and deformation rate)
  428. ! ! time invariant coefficients : ahm = 1/2 Uv*Lv (lap case)
  429. ! ! or = 1/12 Uv*Lv^3 (blp case)
  430. rn_Uv = 0.0838 ! lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30)
  431. /
  432. !!======================================================================
  433. !! vertical physics namelists !!
  434. !! !!
  435. !! namzdf vertical physics manager (default: NO selection)
  436. !! namzdf_ric richardson number vertical mixing (ln_zdfric=T)
  437. !! namzdf_tke TKE vertical mixing (ln_zdftke=T)
  438. !! namzdf_gls GLS vertical mixing (ln_zdfgls=T)
  439. !! namzdf_osm OSM vertical diffusion (ln_zdfosm=T)
  440. !! namzdf_iwm tidal mixing parameterization (ln_zdfiwm=T)
  441. !!======================================================================
  442. !
  443. !-----------------------------------------------------------------------
  444. &namzdf ! vertical physics manager (default: NO selection)
  445. !-----------------------------------------------------------------------
  446. ! ! adaptive-implicit vertical advection
  447. ln_zad_Aimp = .true. ! Courant number dependent scheme (Shchepetkin 2015)
  448. !
  449. ! ! type of vertical closure (required)
  450. ln_zdftke = .true. ! Turbulent Kinetic Energy closure (T => fill namzdf_tke)
  451. !
  452. ! ! convection
  453. ln_zdfevd = .true. ! Enhanced Vertical Diffusion scheme
  454. nn_evdm = 1 ! evd apply on tracer (=0) or on tracer and momentum (=1)
  455. rn_evd = 10. ! evd mixing coefficient [m2/s]
  456. !
  457. ln_zdfddm = .true. ! double diffusive mixing
  458. !
  459. ! ! gravity wave-driven vertical mixing
  460. ln_zdfiwm = .true. ! internal wave-induced mixing (T => fill namzdf_iwm)
  461. !
  462. ! ! Coefficients
  463. rn_avm0 = 1.4e-6 ! vertical eddy viscosity [m2/s] (background Kz if ln_zdfcst=F)
  464. rn_avt0 = 1.4e-7 ! vertical eddy diffusivity [m2/s] (background Kz if ln_zdfcst=F)
  465. nn_havtb = 1 ! horizontal shape for avtb (=1) or not (=0)
  466. /
  467. !-----------------------------------------------------------------------
  468. &namzdf_tke ! turbulent eddy kinetic dependent vertical diffusion (ln_zdftke =T)
  469. !-----------------------------------------------------------------------
  470. rn_emin = 1.e-10 ! minimum value of tke [m2/s2] (1.e-10 is because of iwm)
  471. nn_eice = 3 ! below sea ice: =0 ON ; =4 OFF when ice fraction > 1/4
  472. /
  473. !-----------------------------------------------------------------------
  474. &namzdf_iwm ! internal wave-driven mixing parameterization (ln_zdfiwm =T)
  475. !-----------------------------------------------------------------------
  476. ln_mevar = .true. ! variable (T) or constant (F) mixing efficiency
  477. ln_tsdiff = .true. ! account for differential T/S mixing (T) or not (F)
  478. cn_dir = './' ! root directory for the iwm data location
  479. !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
  480. ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
  481. ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename !
  482. sn_mpb = 'zdfiwm_forcing.nc' , -12 , 'power_bot' , .false. , .true. , 'yearly' , '' , '' , ''
  483. sn_mpc = 'zdfiwm_forcing.nc' , -12 , 'power_cri' , .false. , .true. , 'yearly' , '' , '' , ''
  484. sn_mpn = 'zdfiwm_forcing.nc' , -12 , 'power_nsq' , .false. , .true. , 'yearly' , '' , '' , ''
  485. sn_mps = 'zdfiwm_forcing.nc' , -12 , 'power_sho' , .false. , .true. , 'yearly' , '' , '' , ''
  486. sn_dsb = 'zdfiwm_forcing.nc' , -12 , 'scale_bot' , .false. , .true. , 'yearly' , '' , '' , ''
  487. sn_dsc = 'zdfiwm_forcing.nc' , -12 , 'scale_cri' , .false. , .true. , 'yearly' , '' , '' , ''
  488. /
  489. !!======================================================================
  490. !! *** Diagnostics namelists *** !!
  491. !! !!
  492. !! namtrd dynamics and/or tracer trends (default: OFF)
  493. !! namptr Poleward Transport Diagnostics (default: OFF)
  494. !! namhsb Heat and salt budgets (default: OFF)
  495. !! namdiu Cool skin and warm layer models (default: OFF)
  496. !! namdiu Cool skin and warm layer models (default: OFF)
  497. !! namflo float parameters (default: OFF)
  498. !! nam_diaharm Harmonic analysis of tidal constituents (default: OFF)
  499. !! nam_diadct transports through some sections (default: OFF)
  500. !! nam_diatmb Top Middle Bottom Output (default: OFF)
  501. !! nam_dia25h 25h Mean Output (default: OFF)
  502. !! namnc4 netcdf4 chunking and compression settings ("key_netcdf4")
  503. !!======================================================================
  504. !-----------------------------------------------------------------------
  505. &namtrd ! trend diagnostics (default: OFF)
  506. !-----------------------------------------------------------------------
  507. /
  508. !-----------------------------------------------------------------------
  509. &namptr ! Poleward Transport Diagnostic (default: OFF)
  510. !-----------------------------------------------------------------------
  511. /
  512. !-----------------------------------------------------------------------
  513. &nam_diaharm ! Harmonic analysis of tidal constituents (default: OFF)
  514. !-----------------------------------------------------------------------
  515. /
  516. !-----------------------------------------------------------------------
  517. &namnc4 ! netcdf4 chunking and compression settings ("key_netcdf4")
  518. !-----------------------------------------------------------------------
  519. /
  520. !!======================================================================
  521. !! *** Observation & Assimilation *** !!
  522. !! !!
  523. !! namobs observation and model comparison (default: OFF)
  524. !! nam_asminc assimilation increments ('key_asminc')
  525. !!======================================================================
  526. !
  527. !!======================================================================
  528. !! *** Miscellaneous namelists *** !!
  529. !! !!
  530. !! nammpp Massively Parallel Processing ("key_mpp_mpi")
  531. !! namctl Control prints (default: OFF)
  532. !! namsto Stochastic parametrization of EOS (default: OFF)
  533. !!======================================================================
  534. !
  535. !-----------------------------------------------------------------------
  536. &nammpp ! Massively Parallel Processing ("key_mpp_mpi")
  537. !-----------------------------------------------------------------------
  538. /
  539. !-----------------------------------------------------------------------
  540. &namctl ! Control prints (default: OFF)
  541. !-----------------------------------------------------------------------
  542. ln_timing = .true. ! timing by routine write out in timing.output file
  543. /
  544. !-----------------------------------------------------------------------
  545. &namhsb ! Heat and salt budgets (default: OFF)
  546. !-----------------------------------------------------------------------
  547. /
  548. !-----------------------------------------------------------------------
  549. &namnc4 ! netcdf4 chunking and compression settings ("key_netcdf4")
  550. !-----------------------------------------------------------------------
  551. nn_nchunks_i = 4 ! number of chunks in i-dimension
  552. nn_nchunks_j = 4 ! number of chunks in j-dimension
  553. nn_nchunks_k = 121 ! number of chunks in k-dimension
  554. ! ! setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which
  555. ! ! is optimal for postprocessing which works exclusively with horizontal slabs
  556. ln_nc4zip = .true. ! (T) use netcdf4 chunking and compression
  557. ! ! (F) ignore chunking information and produce netcdf3-compatible files
  558. /
  559. EOF