1 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
2 | !! NEMO/OCE Configuration namelist : overwrite default values defined in SHARED/namelist_ref |
---|
3 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
4 | !! ORCA2 - ICE - PISCES configuration !! |
---|
5 | !!====================================================================== |
---|
6 | !! *** Domain & Run management namelists *** !! |
---|
7 | !! !! |
---|
8 | !! namrun parameters of the run |
---|
9 | !! namdom space and time domain |
---|
10 | !! namcfg parameters of the configuration (default: user defined GYRE) |
---|
11 | !! namwad Wetting and drying (default: OFF) |
---|
12 | !! namtsd data: temperature & salinity (default: OFF) |
---|
13 | !! namcrs coarsened grid (for outputs and/or TOP) (ln_crs =T) |
---|
14 | !! namc1d 1D configuration options ("key_c1d") |
---|
15 | !! namc1d_dyndmp 1D newtonian damping applied on currents ("key_c1d") |
---|
16 | !! namc1d_uvd 1D data (currents) ("key_c1d") |
---|
17 | !!====================================================================== |
---|
18 | ! |
---|
19 | !----------------------------------------------------------------------- |
---|
20 | &namrun ! parameters of the run |
---|
21 | !----------------------------------------------------------------------- |
---|
22 | cn_exp = _AUTO_ |
---|
23 | nn_date0 = _AUTO_ ! date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) |
---|
24 | nn_leapy = _AUTO_ ! Leap year calendar (1) or not (0) |
---|
25 | ln_rstart = _AUTO_ |
---|
26 | nn_rstctl = _AUTO_ |
---|
27 | nn_it000 = _AUTO_ |
---|
28 | nn_itend = _AUTO_ |
---|
29 | nn_stock = _AUTO_ |
---|
30 | ln_mskland = .true. |
---|
31 | ln_clobber = .true. |
---|
32 | ln_cfmeta = .true. ! output additional data to netCDF files required for compliance with the CF metadata standard |
---|
33 | / |
---|
34 | !----------------------------------------------------------------------- |
---|
35 | &namdom ! time and space domain |
---|
36 | !----------------------------------------------------------------------- |
---|
37 | ln_linssh = .false. ! =T linear free surface ==>> model level are fixed in time |
---|
38 | ! rn_Dt = 2700. ! time step for the dynamics and tracer |
---|
39 | rn_Dt = 3600. ! time step for the dynamics and tracer |
---|
40 | ln_meshmask = _AUTO_ |
---|
41 | / |
---|
42 | !----------------------------------------------------------------------- |
---|
43 | &namcfg ! parameters of the configuration (default: use namusr_def in namelist_cfg) |
---|
44 | !----------------------------------------------------------------------- |
---|
45 | ln_read_cfg = .true. ! (=T) read the domain configuration file |
---|
46 | cn_domcfg = "domain_cfg.nc" ! domain configuration filename |
---|
47 | ! |
---|
48 | ln_closea = .false. ! F => suppress closed seas (defined by closea_mask field) |
---|
49 | ! ! from the bathymetry at runtime. |
---|
50 | / |
---|
51 | !----------------------------------------------------------------------- |
---|
52 | &namtsd ! Temperature & Salinity Data (init/dmp) (default: OFF) |
---|
53 | !----------------------------------------------------------------------- |
---|
54 | ! ! =T read T-S fields for: |
---|
55 | ln_tsd_init = .true. ! ocean initialisation |
---|
56 | ln_tsd_dmp = .false. ! T-S restoring (see namtra_dmp) |
---|
57 | |
---|
58 | cn_dir = './' ! root directory for the T-S data location |
---|
59 | !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! |
---|
60 | ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! |
---|
61 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! |
---|
62 | sn_tem = 'conservative_temperature_WOA13_decav_Reg1L75_clim', -1 ,'votemper' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_2_bilinear.nc' , '' , '' |
---|
63 | sn_sal = 'absolute_salinity_WOA13_decav_Reg1L75_clim' , -1 ,'vosaline' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_2_bilinear.nc' , '' |
---|
64 | / |
---|
65 | !!====================================================================== |
---|
66 | !! *** Surface Boundary Condition namelists *** !! |
---|
67 | !! !! |
---|
68 | !! namsbc surface boundary condition manager (default: NO selection) |
---|
69 | !! namsbc_flx flux formulation (ln_flx =T) |
---|
70 | !! namsbc_blk Bulk formulae formulation (ln_blk =T) |
---|
71 | !! namsbc_cpl CouPLed formulation ("key_oasis3" ) |
---|
72 | !! namsbc_sas Stand-Alone Surface module (SAS_SRC only) |
---|
73 | !! namsbc_iif Ice-IF: use observed ice cover (nn_ice = 1 ) |
---|
74 | !! namtra_qsr penetrative solar radiation (ln_traqsr =T) |
---|
75 | !! namsbc_ssr sea surface restoring term (for T and/or S) (ln_ssr =T) |
---|
76 | !! namsbc_rnf river runoffs (ln_rnf =T) |
---|
77 | !! namsbc_apr Atmospheric Pressure (ln_apr_dyn =T) |
---|
78 | !! namsbc_isf ice shelf melting/freezing (ln_isfcav =T : read (ln_read_cfg=T) or set or usr_def_zgr ) |
---|
79 | !! namsbc_iscpl coupling option between land ice model and ocean (ln_isfcav =T) |
---|
80 | !! namsbc_wave external fields from wave model (ln_wave =T) |
---|
81 | !! namberg iceberg floats (ln_icebergs=T) |
---|
82 | !!====================================================================== |
---|
83 | ! |
---|
84 | !----------------------------------------------------------------------- |
---|
85 | &namsbc ! Surface Boundary Condition manager (default: NO selection) |
---|
86 | !----------------------------------------------------------------------- |
---|
87 | nn_fsbc = 3 ! frequency of SBC module call |
---|
88 | ! nn_fsbc = 2 ! frequency of SBC module call |
---|
89 | ! (also = the frequency of sea-ice & iceberg model call) |
---|
90 | ! Type of air-sea fluxes |
---|
91 | ln_blk = .true. ! Bulk formulation (T => fill namsbc_blk ) |
---|
92 | ! Sea-ice : |
---|
93 | nn_ice = 2 ! =2 or 3 automatically for SI3 or CICE ("key_si3" or "key_cice") |
---|
94 | ! Misc. options of sbc : |
---|
95 | ln_traqsr = .true. ! Light penetration in the ocean (T => fill namtra_qsr) |
---|
96 | ln_dm2dc = .false. ! daily mean to diurnal cycle on short wave |
---|
97 | ln_ssr = .true. ! Sea Surface Restoring on T and/or S (T => fill namsbc_ssr) |
---|
98 | nn_fwb = 2 ! FreshWater Budget: =0 unchecked |
---|
99 | ! ! =1 global mean of e-p-r set to zero at each time step |
---|
100 | ! ! =2 annual global mean of e-p-r set to zero |
---|
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 | rn_zu = 10. ! Wind vector reference height (m) |
---|
110 | |
---|
111 | cn_dir = './' ! root directory for the bulk data location |
---|
112 | !___________!__________________!___________________!___________!_____________!________!___________!______________________!__________!_______________! |
---|
113 | ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! |
---|
114 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! |
---|
115 | sn_wndi = 'uwnd.10m.gauss' , 6 , 'uwnd' , .true. , .false. , 'yearly' , 'weights_bicubic.nc' , 'U1' |
---|
116 | sn_wndj = 'vwnd.10m.gauss' , 6 , 'vwnd' , .true. , .false. , 'yearly' , 'weights_bicubic.nc' , 'V1' |
---|
117 | sn_qsr = 'dswrf.sfc.gauss', 6 , 'dswrf' , .false. , .false. , 'yearly' , 'weights_bilinear.nc' , '' |
---|
118 | sn_qlw = 'dlwrf.sfc.gauss', 6 , 'dlwrf' , .false. , .false. , 'yearly' , 'weights_bilinear.nc' , '' |
---|
119 | sn_tair = 'air.2m.gauss' , 6 , 'air' , .true. , .false. , 'yearly' , 'weights_bilinear.nc' , '' |
---|
120 | sn_humi = 'shum.2m.gauss' , 6 , 'shum' , .true. , .false. , 'yearly' , 'weights_bilinear.nc' , '' |
---|
121 | sn_prec = 'prate.sfc.gauss', 6 , 'prate' , .true. , .false. , 'yearly' , 'weights_bilinear.nc' , '' |
---|
122 | sn_snow = 'snow.sfc.gauss' , 6 , 'snow' , .true. , .false. , 'yearly' , 'weights_bilinear.nc' , '' |
---|
123 | sn_slp = 'NOT USED' , 6 , 'slp' , .true. , .false. , 'yearly' , 'weights_bilinear.nc' , '' |
---|
124 | / |
---|
125 | !----------------------------------------------------------------------- |
---|
126 | &namtra_qsr ! penetrative solar radiation (ln_traqsr =T) |
---|
127 | !----------------------------------------------------------------------- |
---|
128 | ! ! type of penetration (default: NO selection) |
---|
129 | ln_qsr_rgb = .true. ! RGB light penetration (Red-Green-Blue) |
---|
130 | ! |
---|
131 | nn_chldta = 1 ! RGB : Chl data (=1) or cst value (=0) |
---|
132 | |
---|
133 | cn_dir = './' ! root directory for the chlorophyl data location |
---|
134 | !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! |
---|
135 | ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! |
---|
136 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! |
---|
137 | sn_chl ='merged_ESACCI_BIOMER4V1R1_CHL_REG05', -1 , 'CHLA' , .true. , .true. , 'yearly' , 'weights_reg05_2_bilinear.nc' , '' , '' |
---|
138 | / |
---|
139 | !----------------------------------------------------------------------- |
---|
140 | &namsbc_ssr ! surface boundary condition : sea surface restoring (ln_ssr =T) |
---|
141 | !----------------------------------------------------------------------- |
---|
142 | nn_sssr = 2 ! add a damping term to the surface freshwater flux |
---|
143 | rn_deds = -166.67 ! magnitude of the damping on salinity [mm/day] |
---|
144 | ln_sssr_bnd = .true. ! flag to bound erp term (associated with nn_sssr=2) |
---|
145 | rn_sssr_bnd = 4.e0 ! ABS(Max/Min) value of the damping erp term [mm/day] |
---|
146 | nn_sssr_ice = 0 ! control of sea surface restoring under sea-ice |
---|
147 | ! 0 = no restoration under ice : * (1-icefrac) |
---|
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_sss = 'sss_absolute_salinity.nc', -1. , 'sosaline', .true. , .true. , 'yearly' , '' , '' |
---|
152 | / |
---|
153 | !----------------------------------------------------------------------- |
---|
154 | &namsbc_rnf ! runoffs (ln_rnf =T) |
---|
155 | !----------------------------------------------------------------------- |
---|
156 | ln_rnf_mouth = .false. ! specific treatment at rivers mouths |
---|
157 | rn_hrnf = 15.e0 ! depth over which enhanced vertical mixing is used (ln_rnf_mouth=T) |
---|
158 | rn_avt_rnf = 1.e-3 ! value of the additional vertical mixing coef. [m2/s] (ln_rnf_mouth=T) |
---|
159 | rn_rfact = 1.e0 ! multiplicative factor for runoff |
---|
160 | ln_rnf_depth = .false. ! read in depth information for runoff |
---|
161 | ln_rnf_tem = .false. ! read in temperature information for runoff |
---|
162 | ln_rnf_sal = .false. ! read in salinity information for runoff |
---|
163 | ln_rnf_icb = .false. ! read iceberg flux |
---|
164 | ln_rnf_depth_ini = .true. ! compute depth at initialisation from runoff file |
---|
165 | rn_rnf_max = 0.05 ! max value of the runoff climatologie over global domain ( ln_rnf_depth_ini = .true ) |
---|
166 | rn_dep_max = 150. ! depth over which runoffs is spread ( ln_rnf_depth_ini = .true ) |
---|
167 | nn_rnf_depth_file = 0 ! create (=1) a runoff depth file or not (=0) |
---|
168 | |
---|
169 | cn_dir = './' ! root directory for the location of the runoff files |
---|
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 = 'runoff-icb_DaiTrenberth_Depoorter.nc', -1 , 'sorunoff', .true. , .true. , 'yearly' , '' , '' , '' |
---|
174 | sn_i_rnf = 'runoff-icb_DaiTrenberth_Depoorter.nc', -1 , 'Icb_flux', .true. , .true. , 'yearly' , '' , '' , '' |
---|
175 | sn_cnf = 'runoff-icb_DaiTrenberth_Depoorter.nc', 0 , 'socoeff' , .false. , .true. , 'yearly' , '' , '' , '' |
---|
176 | sn_s_rnf = 'runoffs' , 24 , 'rosaline', .true. , .true. , 'yearly' , '' , '' , '' |
---|
177 | sn_t_rnf = 'runoffs' , 24 , 'rotemper', .true. , .true. , 'yearly' , '' , '' , '' |
---|
178 | sn_dep_rnf = 'runoffs_eORCA1.1_depths.nc' , 0 , 'rodepth' , .false. , .true. , 'yearly' , '' , '' , '' |
---|
179 | / |
---|
180 | !----------------------------------------------------------------------- |
---|
181 | &namisf ! Top boundary layer (ISF) (default: OFF) |
---|
182 | !----------------------------------------------------------------------- |
---|
183 | ! |
---|
184 | ! ---------------- ice shelf load ------------------------------- |
---|
185 | ! |
---|
186 | cn_isfload = 'uniform' ! scheme to compute ice shelf load (ln_isfcav = .true. in domain_cfg.nc) |
---|
187 | rn_isfload_T = -1.9 |
---|
188 | rn_isfload_S = 34.4 |
---|
189 | ! |
---|
190 | ! ---------------- ice shelf melt formulation ------------------------------- |
---|
191 | ! |
---|
192 | ln_isf = .true. ! activate ice shelf module |
---|
193 | ln_isfdebug = .false. ! add debug print in ISF code (global min/max/sum of specific variable) |
---|
194 | cn_isfdir = './' ! directory for all ice shelf input file |
---|
195 | ! |
---|
196 | ! ---------------- cavities opened ------------------------------- |
---|
197 | ! |
---|
198 | ln_isfcav_mlt = .false. ! ice shelf melting into the cavity (need ln_isfcav = .true. in domain_cfg.nc) |
---|
199 | cn_isfcav_mlt = '3eq' ! ice shelf melting formulation (spe/2eq/3eq/oasis) |
---|
200 | ! ! spe = fwfisf is read from a forcing field |
---|
201 | ! ! 2eq = ISOMIP like: 2 equations formulation (Hunter et al., 2006 for a short description) |
---|
202 | ! ! 3eq = ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2016 for a short description) |
---|
203 | ! ! oasis = fwfisf is given by oasis and pattern by file sn_isfcav_fwf |
---|
204 | ! ! cn_isfcav_mlt = 2eq or 3eq cases: |
---|
205 | cn_gammablk = 'vel' ! scheme to compute gammat/s (spe,ad15,hj99) |
---|
206 | ! ! spe = constant transfert velocity (rn_gammat0, rn_gammas0) |
---|
207 | ! ! vel = velocity dependent transfert velocity (u* * gammat/s) (Asay-Davis et al. 2016 for a short description) |
---|
208 | ! ! vel_stab = velocity and stability dependent transfert coeficient (Holland et al. 1999 for a complete description) |
---|
209 | rn_gammat0 = 1.4e-2 ! gammat coefficient used in spe, vel and vel_stab gamma computation method |
---|
210 | rn_gammas0 = 4.0e-4 ! gammas coefficient used in spe, vel and vel_stab gamma computation method |
---|
211 | ! |
---|
212 | rn_htbl = 30. ! thickness of the top boundary layer (Losh et al. 2008) |
---|
213 | ! ! 0 => thickness of the tbl = thickness of the first wet cell |
---|
214 | ! |
---|
215 | !* 'spe' and 'oasis' case |
---|
216 | !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________! |
---|
217 | ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask ! |
---|
218 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename ! |
---|
219 | sn_isfcav_fwf = 'isfmlt_cav', -12. , 'fwflisf' , .false. , .true. , 'yearly' , '' , '' , '' |
---|
220 | ! |
---|
221 | ! ---------------- cavities parametrised ------------------------------- |
---|
222 | ! |
---|
223 | ln_isfpar_mlt = .true. ! ice shelf melting parametrised |
---|
224 | cn_isfpar_mlt = 'spe' ! ice shelf melting parametrisation (spe/bg03/oasis) |
---|
225 | ! ! spe = fwfisf is read from a forcing field |
---|
226 | ! ! bg03 = melt computed using Beckmann and Goosse parametrisation |
---|
227 | ! ! oasis = fwfisf is given by oasis and pattern by file sn_isfpar_fwf |
---|
228 | ! |
---|
229 | !* all cases |
---|
230 | !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________! |
---|
231 | ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask ! |
---|
232 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename ! |
---|
233 | sn_isfpar_zmax = 'runoff-icb_DaiTrenberth_Depoorter.nc' , -1 ,'sodepmax_isf' , .false. , .true. , 'yearly' , '' , '' |
---|
234 | sn_isfpar_zmin = 'runoff-icb_DaiTrenberth_Depoorter.nc' , -1 ,'sodepmin_isf' , .false. , .true. , 'yearly' , '' , '' |
---|
235 | !* 'spe' and 'oasis' case |
---|
236 | sn_isfpar_fwf = 'runoff-icb_DaiTrenberth_Depoorter.nc' , -1 ,'sornfisf', .false. , .true. , 'yearly' , '' , '' |
---|
237 | !* 'bg03' case |
---|
238 | sn_isfpar_Leff = 'isfmlt_par', 0. ,'Leff' , .false. , .true. , 'yearly' , '' , '' , '' |
---|
239 | ! |
---|
240 | ! ---------------- ice sheet coupling ------------------------------- |
---|
241 | ! |
---|
242 | ln_isfcpl = .false. |
---|
243 | nn_drown = 10 ! number of iteration of the extrapolation loop (fill the new wet cells) |
---|
244 | ln_isfcpl_cons = .false. |
---|
245 | / |
---|
246 | !----------------------------------------------------------------------- |
---|
247 | &namsbc_wave ! External fields from wave model (ln_wave=T) |
---|
248 | !----------------------------------------------------------------------- |
---|
249 | / |
---|
250 | !----------------------------------------------------------------------- |
---|
251 | &namberg ! iceberg parameters (default: OFF) |
---|
252 | !----------------------------------------------------------------------- |
---|
253 | / |
---|
254 | !!====================================================================== |
---|
255 | !! *** Lateral boundary condition *** !! |
---|
256 | !! !! |
---|
257 | !! namlbc lateral momentum boundary condition (default: NO selection) |
---|
258 | !! namagrif agrif nested grid (read by child model only) ("key_agrif") |
---|
259 | !! nam_tide Tidal forcing (default: OFF) |
---|
260 | !! nambdy Unstructured open boundaries (default: OFF) |
---|
261 | !! nambdy_dta Unstructured open boundaries - external data (see nambdy) |
---|
262 | !! nambdy_tide tidal forcing at open boundaries (default: OFF) |
---|
263 | !!====================================================================== |
---|
264 | ! |
---|
265 | !----------------------------------------------------------------------- |
---|
266 | &namlbc ! lateral momentum boundary condition (default: NO selection) |
---|
267 | !----------------------------------------------------------------------- |
---|
268 | rn_shlat = 0. ! no slip |
---|
269 | / |
---|
270 | !----------------------------------------------------------------------- |
---|
271 | &namagrif ! AGRIF zoom ("key_agrif") |
---|
272 | !----------------------------------------------------------------------- |
---|
273 | / |
---|
274 | !!====================================================================== |
---|
275 | !! *** Top/Bottom boundary condition *** !! |
---|
276 | !! !! |
---|
277 | !! namdrg top/bottom drag coefficient (default: NO selection) |
---|
278 | !! namdrg_top top friction (ln_OFF=F & ln_isfcav=T) |
---|
279 | !! namdrg_bot bottom friction (ln_OFF=F) |
---|
280 | !! nambbc bottom temperature boundary condition (default: OFF) |
---|
281 | !! nambbl bottom boundary layer scheme (default: OFF) |
---|
282 | !!====================================================================== |
---|
283 | ! |
---|
284 | !----------------------------------------------------------------------- |
---|
285 | &namdrg ! top/bottom drag coefficient (default: NO selection) |
---|
286 | !----------------------------------------------------------------------- |
---|
287 | ln_non_lin = .true. ! non-linear drag: Cd = Cd0 |U| |
---|
288 | ln_loglayer = .false. ! logarithmic drag: Cd = vkarmn/log(z/z0) |U| |
---|
289 | ! |
---|
290 | ln_drgimp = .true. ! implicit top/bottom friction flag |
---|
291 | / |
---|
292 | !----------------------------------------------------------------------- |
---|
293 | &namdrg_bot ! BOTTOM friction (ln_OFF =F) |
---|
294 | !----------------------------------------------------------------------- |
---|
295 | rn_Cd0 = 1.e-3 ! drag coefficient [-] |
---|
296 | rn_Cdmax = 0.1 ! drag value maximum [-] (logarithmic drag) |
---|
297 | rn_ke0 = 2.5e-3 ! background kinetic energy [m2/s2] (non-linear cases) |
---|
298 | rn_z0 = 3.e-3 ! roughness [m] (ln_loglayer=T) |
---|
299 | ln_boost = .false. ! =T regional boost of Cd0 ; =F constant |
---|
300 | rn_boost = 50. ! local boost factor [-] |
---|
301 | / |
---|
302 | !----------------------------------------------------------------------- |
---|
303 | &nambbc ! bottom temperature boundary condition (default: OFF) |
---|
304 | !----------------------------------------------------------------------- |
---|
305 | ln_trabbc = .true. ! Apply a geothermal heating at the ocean bottom |
---|
306 | nn_geoflx = 2 ! geothermal heat flux: = 2 read variable flux [mW/m2] |
---|
307 | |
---|
308 | cn_dir = './' ! root directory for the geothermal data location |
---|
309 | !___________!____________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! |
---|
310 | ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! |
---|
311 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! |
---|
312 | sn_qgh ='Lucazeau_ghflux.nc', -12. , 'gh_flux' , .false. , .true. , 'yearly' , 'weights_Lucazeau1_2_bilinear.nc' , '' , '' |
---|
313 | / |
---|
314 | !----------------------------------------------------------------------- |
---|
315 | &nambbl ! bottom boundary layer scheme (default: OFF) |
---|
316 | !----------------------------------------------------------------------- |
---|
317 | ln_trabbl = .true. ! Bottom Boundary Layer parameterisation flag |
---|
318 | nn_bbl_ldf = 1 ! diffusive bbl (=1) or not (=0) |
---|
319 | nn_bbl_adv = 0 ! advective bbl (=1/2) or not (=0) |
---|
320 | rn_ahtbbl = 1000. ! lateral mixing coefficient in the bbl [m2/s] |
---|
321 | rn_gambbl = 10. ! advective bbl coefficient [s] |
---|
322 | / |
---|
323 | !!====================================================================== |
---|
324 | !! Tracer (T-S) namelists !! |
---|
325 | !! !! |
---|
326 | !! nameos equation of state (default: NO selection) |
---|
327 | !! namtra_adv advection scheme (default: NO selection) |
---|
328 | !! namtra_ldf lateral diffusion scheme (default: NO selection) |
---|
329 | !! namtra_mle mixed layer eddy param. (Fox-Kemper param.) (default: OFF) |
---|
330 | !! namtra_eiv eddy induced velocity param. (default: OFF) |
---|
331 | !! namtra_dmp T & S newtonian damping (default: OFF) |
---|
332 | !!====================================================================== |
---|
333 | ! |
---|
334 | !----------------------------------------------------------------------- |
---|
335 | &nameos ! ocean Equation Of Seawater (default: NO selection) |
---|
336 | !----------------------------------------------------------------------- |
---|
337 | ln_teos10 = .true. ! = Use TEOS-10 |
---|
338 | / |
---|
339 | !----------------------------------------------------------------------- |
---|
340 | &namtra_adv ! advection scheme for tracer (default: NO selection) |
---|
341 | !----------------------------------------------------------------------- |
---|
342 | ln_traadv_fct = .true. ! FCT scheme |
---|
343 | nn_fct_h = 2 ! =2/4, horizontal 2nd / 4th order |
---|
344 | nn_fct_v = 2 ! =2/4, vertical 2nd / COMPACT 4th order |
---|
345 | / |
---|
346 | !----------------------------------------------------------------------- |
---|
347 | &namtra_ldf ! lateral diffusion scheme for tracers (default: NO selection) |
---|
348 | !----------------------------------------------------------------------- |
---|
349 | ln_traldf_lap = .true. ! laplacian operator |
---|
350 | ln_traldf_iso = .true. ! iso-neutral (Standard operator) |
---|
351 | ln_traldf_msc = .true. ! Method of Stabilizing Correction (both operators) |
---|
352 | ! ! Coefficients: |
---|
353 | nn_aht_ijk_t = 20 ! space/time variation of eddy coef |
---|
354 | ! ! = 20 aht = 1/2 Ud. max(e1,e2) |
---|
355 | rn_Ud = 0.018 ! lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) |
---|
356 | rn_Ld = 100.e+3 ! lateral diffusive length [m] (nn_aht_ijk_t= 0, 10) |
---|
357 | / |
---|
358 | !----------------------------------------------------------------------- |
---|
359 | &namtra_mle ! mixed layer eddy parametrisation (Fox-Kemper) (default: OFF) |
---|
360 | !----------------------------------------------------------------------- |
---|
361 | ln_mle = .true. ! (T) use the Mixed Layer Eddy (MLE) parameterisation |
---|
362 | / |
---|
363 | !----------------------------------------------------------------------- |
---|
364 | &namtra_eiv ! eddy induced velocity param. (default: OFF) |
---|
365 | !----------------------------------------------------------------------- |
---|
366 | ln_ldfeiv = .true. ! use eddy induced velocity parameterization |
---|
367 | ! ! Coefficients: |
---|
368 | nn_aei_ijk_t = 21 ! space/time variation of the eiv coeficient |
---|
369 | ! ! = 21 F(i,j,t) =Treguier et al. JPO 1997 formulation |
---|
370 | ! ! time invariant coefficients: aei0 = 1/2 Ue*Le |
---|
371 | rn_Ue = 0.018 ! lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) |
---|
372 | rn_Le = 100.e+3 ! lateral diffusive length [m] (nn_aht_ijk_t= 0, 10) |
---|
373 | ! |
---|
374 | ln_ldfeiv_dia =.true. ! diagnose eiv stream function and velocities |
---|
375 | / |
---|
376 | !----------------------------------------------------------------------- |
---|
377 | &namtra_dmp ! tracer: T & S newtonian damping (default: OFF) |
---|
378 | !----------------------------------------------------------------------- |
---|
379 | ln_tradmp = .false. ! add a damping term (using resto.nc coef.) |
---|
380 | nn_zdmp = 0 ! vertical shape =0 damping throughout the water column |
---|
381 | / |
---|
382 | !!====================================================================== |
---|
383 | !! *** Dynamics namelists *** !! |
---|
384 | !! !! |
---|
385 | !! nam_vvl vertical coordinate options (default: z-star) |
---|
386 | !! namdyn_adv formulation of the momentum advection (default: NO selection) |
---|
387 | !! namdyn_vor advection scheme (default: NO selection) |
---|
388 | !! namdyn_hpg hydrostatic pressure gradient (default: NO selection) |
---|
389 | !! namdyn_spg surface pressure gradient (default: NO selection) |
---|
390 | !! namdyn_ldf lateral diffusion scheme (default: NO selection) |
---|
391 | !! namdta_dyn offline TOP: dynamics read in files (OFF_SRC only) |
---|
392 | !!====================================================================== |
---|
393 | ! |
---|
394 | !----------------------------------------------------------------------- |
---|
395 | &namdyn_adv ! formulation of the momentum advection (default: NO selection) |
---|
396 | !----------------------------------------------------------------------- |
---|
397 | ln_dynadv_vec = .true. ! vector form - 2nd centered scheme |
---|
398 | nn_dynkeg = 1 ! grad(KE) scheme: =0 C2 ; =1 Hollingsworth correction |
---|
399 | / |
---|
400 | !----------------------------------------------------------------------- |
---|
401 | &namdyn_vor ! Vorticity / Coriolis scheme (default: NO selection) |
---|
402 | !----------------------------------------------------------------------- |
---|
403 | ln_dynvor_een = .true. ! energy & enstrophy scheme |
---|
404 | nn_e3f_typ = 0 ! =0 e3f = mean masked e3t divided by 4 |
---|
405 | / |
---|
406 | !----------------------------------------------------------------------- |
---|
407 | &namdyn_hpg ! Hydrostatic pressure gradient option (default: NO selection) |
---|
408 | !----------------------------------------------------------------------- |
---|
409 | ln_hpg_sco = .true. ! s-coordinate (standard jacobian formulation) |
---|
410 | / |
---|
411 | !----------------------------------------------------------------------- |
---|
412 | &namdyn_spg ! surface pressure gradient (default: NO selection) |
---|
413 | !----------------------------------------------------------------------- |
---|
414 | ln_dynspg_ts = .true. ! split-explicit free surface |
---|
415 | / |
---|
416 | !----------------------------------------------------------------------- |
---|
417 | &namdyn_ldf ! lateral diffusion on momentum (default: NO selection) |
---|
418 | !----------------------------------------------------------------------- |
---|
419 | ln_dynldf_lap = .true. ! laplacian operator |
---|
420 | ln_dynldf_lev = .true. ! iso-level |
---|
421 | nn_ahm_ijk_t = -30 ! space/time variation of eddy coefficient : |
---|
422 | ! ! =-30 read in eddy_viscosity_3D.nc file |
---|
423 | / |
---|
424 | !!====================================================================== |
---|
425 | !! vertical physics namelists !! |
---|
426 | !! !! |
---|
427 | !! namzdf vertical physics manager (default: NO selection) |
---|
428 | !! namzdf_ric richardson number vertical mixing (ln_zdfric=T) |
---|
429 | !! namzdf_tke TKE vertical mixing (ln_zdftke=T) |
---|
430 | !! namzdf_gls GLS vertical mixing (ln_zdfgls=T) |
---|
431 | !! namzdf_osm OSM vertical diffusion (ln_zdfosm=T) |
---|
432 | !! namzdf_iwm tidal mixing parameterization (ln_zdfiwm=T) |
---|
433 | !!====================================================================== |
---|
434 | ! |
---|
435 | !----------------------------------------------------------------------- |
---|
436 | &namzdf ! vertical physics manager (default: NO selection) |
---|
437 | !----------------------------------------------------------------------- |
---|
438 | ln_zdftke = .true. ! Turbulent Kinetic Energy closure (T => fill namzdf_tke) |
---|
439 | ln_zdfevd = .true. ! Enhanced Vertical Diffusion scheme |
---|
440 | nn_evdm = 0 ! evd apply on tracer (=0) or on tracer and momentum (=1) |
---|
441 | rn_evd = 100. ! evd mixing coefficient [m2/s] |
---|
442 | ln_zdfddm = .true. ! double diffusive mixing |
---|
443 | rn_avts = 1.e-4 ! maximum avs (vertical mixing on salinity) |
---|
444 | rn_hsbfr = 1.6 ! heat/salt buoyancy flux ratio |
---|
445 | ln_zdfiwm = .true. ! internal wave-induced mixing (T => fill namzdf_iwm) |
---|
446 | ! ! Coefficients |
---|
447 | rn_avm0 = 1.2e-4 ! vertical eddy viscosity [m2/s] (background Kz if ln_zdfcst=F) |
---|
448 | rn_avt0 = 1.2e-5 ! vertical eddy diffusivity [m2/s] (background Kz if ln_zdfcst=F) |
---|
449 | nn_avb = 0 ! profile for background avt & avm (=1) or not (=0) |
---|
450 | nn_havtb = 0 ! horizontal shape for avtb (=1) or not (=0) |
---|
451 | / |
---|
452 | !----------------------------------------------------------------------- |
---|
453 | &namzdf_tke ! turbulent eddy kinetic dependent vertical diffusion (ln_zdftke =T) |
---|
454 | !----------------------------------------------------------------------- |
---|
455 | nn_mxl = 2 ! mixing length: = 2 first vertical derivative of mixing length bounded by 1 |
---|
456 | ln_mxl0 = .true. ! surface mixing length scale = F(wind stress) (T) or not (F) |
---|
457 | nn_mxlice = 2 ! type of scaling under sea-ice |
---|
458 | ! = 2 scaling with mean sea-ice thickness |
---|
459 | nn_etau = 0 ! penetration of tke below the mixed layer (ML) due to NIWs |
---|
460 | ! = 0 none ; = 1 add a tke source below the ML |
---|
461 | ln_lc = .true. ! Langmuir cell parameterisation (Axell 2002) |
---|
462 | rn_lc = 0.20 ! coef. associated to Langmuir cells |
---|
463 | nn_eice = 3 ! attenutaion of langmuir & surface wave breaking under ice |
---|
464 | ! ! = 3 weighted by 1-MIN(1,4*fr_i) |
---|
465 | / |
---|
466 | !----------------------------------------------------------------------- |
---|
467 | &namzdf_iwm ! internal wave-driven mixing parameterization (ln_zdfiwm =T) |
---|
468 | !----------------------------------------------------------------------- |
---|
469 | ln_mevar = .false. ! variable (T) or constant (F) mixing efficiency |
---|
470 | ln_tsdiff = .true. ! account for differential T/S mixing (T) or not (F) |
---|
471 | |
---|
472 | cn_dir = './' ! root directory for the iwm data location |
---|
473 | !___________!____________________!___________________!_____________!_____________!________!___________!__________________!__________!_______________! |
---|
474 | ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! |
---|
475 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename ! |
---|
476 | sn_mpb = 'zdfiwm_forcing.nc', -12. , 'power_bot' , .false. , .true. , 'yearly' , '' , '' , '' |
---|
477 | sn_mpc = 'zdfiwm_forcing.nc', -12. , 'power_cri' , .false. , .true. , 'yearly' , '' , '' , '' |
---|
478 | sn_mpn = 'zdfiwm_forcing.nc', -12. , 'power_nsq' , .false. , .true. , 'yearly' , '' , '' , '' |
---|
479 | sn_mps = 'zdfiwm_forcing.nc', -12. , 'power_sho' , .false. , .true. , 'yearly' , '' , '' , '' |
---|
480 | sn_dsb = 'zdfiwm_forcing.nc', -12. , 'scale_bot' , .false. , .true. , 'yearly' , '' , '' , '' |
---|
481 | sn_dsc = 'zdfiwm_forcing.nc', -12. , 'scale_cri' , .false. , .true. , 'yearly' , '' , '' , '' |
---|
482 | / |
---|
483 | !!====================================================================== |
---|
484 | !! *** Diagnostics namelists *** !! |
---|
485 | !! !! |
---|
486 | !! namtrd dynamics and/or tracer trends (default: OFF) |
---|
487 | !! namptr Poleward Transport Diagnostics (default: OFF) |
---|
488 | !! namhsb Heat and salt budgets (default: OFF) |
---|
489 | !! namdiu Cool skin and warm layer models (default: OFF) |
---|
490 | !! namdiu Cool skin and warm layer models (default: OFF) |
---|
491 | !! namflo float parameters (default: OFF) |
---|
492 | !! nam_diaharm Harmonic analysis of tidal constituents (default: OFF) |
---|
493 | !! nam_diadct transports through some sections (default: OFF) |
---|
494 | !! nam_diatmb Top Middle Bottom Output (default: OFF) |
---|
495 | !! nam_dia25h 25h Mean Output (default: OFF) |
---|
496 | !! namnc4 netcdf4 chunking and compression settings ("key_netcdf4") |
---|
497 | !!====================================================================== |
---|
498 | !----------------------------------------------------------------------- |
---|
499 | &namtrd ! trend diagnostics (default: OFF) |
---|
500 | !----------------------------------------------------------------------- |
---|
501 | ln_tra_trd = .true. ! (T) 3D tracer trend output |
---|
502 | / |
---|
503 | ! |
---|
504 | !!====================================================================== |
---|
505 | !! *** Observation & Assimilation *** !! |
---|
506 | !! !! |
---|
507 | !! namobs observation and model comparison (default: OFF) |
---|
508 | !! nam_asminc assimilation increments ('key_asminc') |
---|
509 | !!====================================================================== |
---|
510 | ! |
---|
511 | !!====================================================================== |
---|
512 | !! *** Miscellaneous namelists *** !! |
---|
513 | !! !! |
---|
514 | !! nammpp Massively Parallel Processing ("key_mpp_mpi") |
---|
515 | !! namctl Control prints (default: OFF) |
---|
516 | !! namsto Stochastic parametrization of EOS (default: OFF) |
---|
517 | !!====================================================================== |
---|
518 | ! |
---|
519 | !----------------------------------------------------------------------- |
---|
520 | &nammpp ! Massively Parallel Processing ("key_mpp_mpi") |
---|
521 | !----------------------------------------------------------------------- |
---|
522 | nn_hls = 1 ! halo width (applies to both rows and columns) |
---|
523 | / |
---|
524 | !----------------------------------------------------------------------- |
---|
525 | &namctl ! Control prints (default: OFF) |
---|
526 | !----------------------------------------------------------------------- |
---|
527 | sn_cfctl%l_runstat = .true. ! switches and which areas produce reports with the proc integer settings. |
---|
528 | sn_cfctl%l_trcstat = .true. ! The default settings for the proc integers should ensure |
---|
529 | / |
---|
530 | !----------------------------------------------------------------------- |
---|
531 | &namsto ! Stochastic parametrization of EOS (default: OFF) |
---|
532 | !----------------------------------------------------------------------- |
---|
533 | / |
---|
534 | !----------------------------------------------------------------------- |
---|
535 | &namhsb ! Heat and salt budgets (default: OFF) |
---|
536 | !----------------------------------------------------------------------- |
---|
537 | ln_diahsb = .true. ! output the heat and salt budgets (T) or not (F) |
---|
538 | / |
---|