1 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
2 | !! NEMO/OPA Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref |
---|
3 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
4 | ! |
---|
5 | !----------------------------------------------------------------------- |
---|
6 | &namrun ! parameters of the run |
---|
7 | !----------------------------------------------------------------------- |
---|
8 | nn_no = 0 ! job number (no more used...) |
---|
9 | cn_exp = "ORCA2" ! experience name |
---|
10 | nn_it000 = 1 ! first time step |
---|
11 | nn_itend = 15 !!gm 5475 ! last time step (std 5475) |
---|
12 | / |
---|
13 | !----------------------------------------------------------------------- |
---|
14 | &namcfg ! parameters of the configuration |
---|
15 | !----------------------------------------------------------------------- |
---|
16 | ln_read_cfg = .true. ! (=T) read the domain configuration file |
---|
17 | ! ! (=F) user defined configuration ==>>> see usrdef(_...) modules |
---|
18 | cn_domcfg = "ORCA_R2_zps_domcfg" ! domain configuration filename |
---|
19 | / |
---|
20 | !----------------------------------------------------------------------- |
---|
21 | &namdom ! space and time domain (bathymetry, mesh, timestep) |
---|
22 | !----------------------------------------------------------------------- |
---|
23 | ln_linssh = .false. ! =T linear free surface ==>> model level are fixed in time |
---|
24 | ! |
---|
25 | nn_msh = 0 ! create (>0) a mesh file or not (=0) |
---|
26 | ! |
---|
27 | / |
---|
28 | !----------------------------------------------------------------------- |
---|
29 | &namcrs ! coarsened grid (for outputs and/or TOP) (ln_crs =T) |
---|
30 | !----------------------------------------------------------------------- |
---|
31 | / |
---|
32 | !----------------------------------------------------------------------- |
---|
33 | &namtsd ! data : Temperature & Salinity |
---|
34 | !----------------------------------------------------------------------- |
---|
35 | / |
---|
36 | !----------------------------------------------------------------------- |
---|
37 | &namsbc ! Surface Boundary Condition (surface module) |
---|
38 | !----------------------------------------------------------------------- |
---|
39 | nn_fsbc = 5 ! frequency of surface boundary condition computation |
---|
40 | ! (also = the frequency of sea-ice & iceberg model call) |
---|
41 | ! Type of air-sea fluxes |
---|
42 | ln_usr = .false. ! user defined formulation (T => check usrdef_sbc) |
---|
43 | ln_flx = .false. ! flux formulation (T => fill namsbc_flx ) |
---|
44 | ln_blk = .true. ! Bulk formulation (T => fill namsbc_blk ) |
---|
45 | ! Type of coupling (Ocean/Ice/Atmosphere) : |
---|
46 | ln_cpl = .false. ! atmosphere coupled formulation ( requires key_oasis3 ) |
---|
47 | ln_mixcpl = .false. ! forced-coupled mixed formulation ( requires key_oasis3 ) |
---|
48 | nn_components = 0 ! configuration of the opa-sas OASIS coupling |
---|
49 | ! =0 no opa-sas OASIS coupling: default single executable config. |
---|
50 | ! =1 opa-sas OASIS coupling: multi executable config., OPA component |
---|
51 | ! =2 opa-sas OASIS coupling: multi executable config., SAS component |
---|
52 | ! Sea-ice : |
---|
53 | nn_ice = 0 ! =0 no ice boundary condition , |
---|
54 | ! =1 use observed ice-cover , |
---|
55 | ! =2 or 3 automatically for LIM3 or CICE ("key_lim3" or "key_cice") |
---|
56 | ! except in AGRIF zoom where it has to be specified |
---|
57 | ln_ice_embd = .false. ! =T embedded sea-ice (pressure + mass and salt exchanges) |
---|
58 | ! =F levitating ice (no pressure, mass and salt exchanges) |
---|
59 | ! Misc. options of sbc : |
---|
60 | ln_traqsr = .true. ! Light penetration in the ocean (T => fill namtra_qsr) |
---|
61 | ln_dm2dc = .false. ! daily mean to diurnal cycle on short wave |
---|
62 | ln_rnf = .true. ! runoffs (T => fill namsbc_rnf) |
---|
63 | ln_ssr = .true. ! Sea Surface Restoring on T and/or S (T => fill namsbc_ssr) |
---|
64 | nn_fwb = 0 !!gm 2 ! FreshWater Budget: =0 unchecked |
---|
65 | ! =1 global mean of e-p-r set to zero at each time step |
---|
66 | ! =2 annual global mean of e-p-r set to zero |
---|
67 | ln_apr_dyn = .false. ! Patm gradient added in ocean & ice Eqs. (T => fill namsbc_apr ) |
---|
68 | ln_isf = .false. ! ice shelf (T => fill namsbc_isf) |
---|
69 | ln_wave = .false. ! Activate coupling with wave (T => fill namsbc_wave) |
---|
70 | ln_cdgw = .false. ! Neutral drag coefficient read from wave model (T => ln_wave=.true. & fill namsbc_wave) |
---|
71 | ln_sdw = .false. ! Read 2D Surf Stokes Drift & Computation of 3D stokes drift (T => ln_wave=.true. & fill namsbc_wave) |
---|
72 | ln_tauoc = .false. ! Activate ocean stress modified by external wave induced stress (T => ln_wave=.true. & fill namsbc_wave) |
---|
73 | ln_stcor = .false. ! Activate Stokes Coriolis term (T => ln_wave=.true. & ln_sdw=.true. & fill namsbc_wave) |
---|
74 | nn_lsm = 0 ! =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) , |
---|
75 | ! =1:n number of iterations of land/sea mask application for input fields (fill land/sea mask filename field) |
---|
76 | / |
---|
77 | !----------------------------------------------------------------------- |
---|
78 | &namsbc_blk ! namsbc_blk Bulk formulae |
---|
79 | !----------------------------------------------------------------------- |
---|
80 | ! ! file name ! frequency (hours) ! variable ! time interp. ! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask ! |
---|
81 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! filename ! pairing ! filename ! |
---|
82 | sn_wndi = 'u_10.15JUNE2009_fill' , 6 , 'U_10_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bicubic_noc.nc' , 'Uwnd' , '' |
---|
83 | sn_wndj = 'v_10.15JUNE2009_fill' , 6 , 'V_10_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bicubic_noc.nc' , 'Vwnd' , '' |
---|
84 | sn_qsr = 'ncar_rad.15JUNE2009_fill' , 24 , 'SWDN_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
85 | sn_qlw = 'ncar_rad.15JUNE2009_fill' , 24 , 'LWDN_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
86 | sn_tair = 't_10.15JUNE2009_fill' , 6 , 'T_10_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
87 | sn_humi = 'q_10.15JUNE2009_fill' , 6 , 'Q_10_MOD', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
88 | sn_prec = 'ncar_precip.15JUNE2009_fill', -1 , 'PRC_MOD1', .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
89 | sn_snow = 'ncar_precip.15JUNE2009_fill', -1 , 'SNOW' , .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
90 | sn_slp = 'slp.15JUNE2009_fill' , 6 , 'SLP' , .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
91 | sn_tdif = 'taudif_core' , 24 , 'taudif' , .false. , .true. , 'yearly' , 'weights_core_orca2_bilinear_noc.nc' , '' , '' |
---|
92 | ! ! bulk algorithm : |
---|
93 | ln_NCAR = .true. ! "NCAR" algorithm (Large and Yeager 2008) |
---|
94 | ln_COARE_3p0= .false. ! "COARE 3.0" algorithm (Fairall et al. 2003) |
---|
95 | ln_COARE_3p5= .false. ! "COARE 3.5" algorithm (Edson et al. 2013) |
---|
96 | ln_ECMWF = .false. ! "ECMWF" algorithm (IFS cycle 31) |
---|
97 | ! |
---|
98 | cn_dir = './' ! root directory for the location of the bulk files |
---|
99 | ln_taudif = .false. ! HF tau contribution: use "mean of stress module - module of the mean stress" data |
---|
100 | rn_zqt = 10. ! Air temperature and humidity reference height (m) |
---|
101 | rn_zu = 10. ! Wind vector reference height (m) |
---|
102 | rn_pfac = 1. ! multiplicative factor for precipitation (total & snow) |
---|
103 | rn_efac = 1. ! multiplicative factor for evaporation (0. or 1.) |
---|
104 | rn_vfac = 0. ! multiplicative factor for ocean & ice velocity used to |
---|
105 | ! ! calculate the wind stress (0.=absolute or 1.=relative winds) |
---|
106 | ln_Cd_L12 = .false. ! air-ice drags = F(ice concentration) (Lupkes et al. 2012) |
---|
107 | ln_Cd_L15 = .false. ! air-ice drags = F(ice concentration) (Lupkes et al. 2015) |
---|
108 | / |
---|
109 | / |
---|
110 | !----------------------------------------------------------------------- |
---|
111 | &namtra_qsr ! penetrative solar radiation |
---|
112 | !----------------------------------------------------------------------- |
---|
113 | / |
---|
114 | !----------------------------------------------------------------------- |
---|
115 | &namsbc_rnf ! runoffs namelist surface boundary condition |
---|
116 | !----------------------------------------------------------------------- |
---|
117 | / |
---|
118 | !----------------------------------------------------------------------- |
---|
119 | &namsbc_ssr ! surface boundary condition : sea surface restoring |
---|
120 | !----------------------------------------------------------------------- |
---|
121 | / |
---|
122 | !----------------------------------------------------------------------- |
---|
123 | &namsbc_alb ! albedo parameters |
---|
124 | !----------------------------------------------------------------------- |
---|
125 | / |
---|
126 | !----------------------------------------------------------------------- |
---|
127 | &namberg ! iceberg parameters |
---|
128 | !----------------------------------------------------------------------- |
---|
129 | ln_icebergs = .true. ! iceberg floats or not |
---|
130 | ln_bergdia = .true. ! Calculate budgets |
---|
131 | nn_verbose_level = 1 ! Turn on more verbose output if level > 0 |
---|
132 | nn_verbose_write = 15 ! Timesteps between verbose messages |
---|
133 | nn_sample_rate = 1 ! Timesteps between sampling for trajectory storage |
---|
134 | ! Initial mass required for an iceberg of each class |
---|
135 | rn_initial_mass = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 |
---|
136 | ! Proportion of calving mass to apportion to each class |
---|
137 | rn_distribution = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 |
---|
138 | ! Ratio between effective and real iceberg mass (non-dim) |
---|
139 | ! i.e. number of icebergs represented at a point |
---|
140 | rn_mass_scaling = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 |
---|
141 | ! thickness of newly calved bergs (m) |
---|
142 | rn_initial_thickness = 40., 67., 133., 175., 250., 250., 250., 250., 250., 250. |
---|
143 | rn_rho_bergs = 850. ! Density of icebergs |
---|
144 | rn_LoW_ratio = 1.5 ! Initial ratio L/W for newly calved icebergs |
---|
145 | ln_operator_splitting = .true. ! Use first order operator splitting for thermodynamics |
---|
146 | rn_bits_erosion_fraction = 0. ! Fraction of erosion melt flux to divert to bergy bits |
---|
147 | rn_sicn_shift = 0. ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) |
---|
148 | ln_passive_mode = .false. ! iceberg - ocean decoupling |
---|
149 | nn_test_icebergs = -1 ! Create test icebergs of this class (-1 = no) |
---|
150 | ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) |
---|
151 | rn_test_box = 108.0, 116.0, -66.0, -58.0 |
---|
152 | rn_speed_limit = 0. ! CFL speed limit for a berg |
---|
153 | |
---|
154 | ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask ! |
---|
155 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F ) ! 'monthly' ! filename ! pairing ! filename ! |
---|
156 | sn_icb = 'calving', -1 , 'calving' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
157 | |
---|
158 | cn_dir = './' |
---|
159 | / |
---|
160 | !----------------------------------------------------------------------- |
---|
161 | &namlbc ! lateral momentum boundary condition |
---|
162 | !----------------------------------------------------------------------- |
---|
163 | / |
---|
164 | !----------------------------------------------------------------------- |
---|
165 | &namdrg ! top/bottom friction |
---|
166 | !----------------------------------------------------------------------- |
---|
167 | ln_lin = .true. ! linear drag: Cd = Cd0 Uc0 |
---|
168 | / |
---|
169 | !----------------------------------------------------------------------- |
---|
170 | &namagrif ! AGRIF zoom ("key_agrif") |
---|
171 | !----------------------------------------------------------------------- |
---|
172 | nn_cln_update = 3 ! baroclinic update frequency |
---|
173 | / |
---|
174 | !----------------------------------------------------------------------- |
---|
175 | &nambbc ! bottom temperature boundary condition (default: NO) |
---|
176 | !----------------------------------------------------------------------- |
---|
177 | ln_trabbc = .true. ! Apply a geothermal heating at the ocean bottom |
---|
178 | / |
---|
179 | !----------------------------------------------------------------------- |
---|
180 | &nambbl ! bottom boundary layer scheme (default: NO) |
---|
181 | !----------------------------------------------------------------------- |
---|
182 | ln_trabbl = .true. ! Bottom Boundary Layer parameterisation flag |
---|
183 | nn_bbl_ldf = 1 ! diffusive bbl (=1) or not (=0) |
---|
184 | nn_bbl_adv = 0 ! advective bbl (=1/2) or not (=0) |
---|
185 | rn_ahtbbl = 1000. ! lateral mixing coefficient in the bbl [m2/s] |
---|
186 | rn_gambbl = 10. ! advective bbl coefficient [s] |
---|
187 | / |
---|
188 | !----------------------------------------------------------------------- |
---|
189 | &nameos ! ocean physical parameters |
---|
190 | !----------------------------------------------------------------------- |
---|
191 | !!gm ln_teos10 = .true. ! = Use TEOS-10 equation of state |
---|
192 | ln_eos80 = .true. ! = Use TEOS-10 equation of state |
---|
193 | / |
---|
194 | !----------------------------------------------------------------------- |
---|
195 | &namtra_adv ! advection scheme for tracer (default: NO advection) |
---|
196 | !----------------------------------------------------------------------- |
---|
197 | ln_traadv_fct = .true. ! FCT scheme |
---|
198 | nn_fct_h = 2 ! =2/4, horizontal 2nd / 4th order |
---|
199 | nn_fct_v = 2 ! =2/4, vertical 2nd / COMPACT 4th order |
---|
200 | / |
---|
201 | !----------------------------------------------------------------------- |
---|
202 | &namtra_adv_mle ! mixed layer eddy parametrisation (Fox-Kemper param) |
---|
203 | !----------------------------------------------------------------------- |
---|
204 | ln_mle = .true. ! (T) use the Mixed Layer Eddy (MLE) parameterisation |
---|
205 | / |
---|
206 | !---------------------------------------------------------------------------------- |
---|
207 | &namtra_ldf ! lateral diffusion scheme for tracers |
---|
208 | !---------------------------------------------------------------------------------- |
---|
209 | ! ! Operator type: |
---|
210 | ln_traldf_NONE = .false. ! No operator (no explicit advection) |
---|
211 | ln_traldf_lap = .true. ! laplacian operator |
---|
212 | ln_traldf_blp = .false. ! bilaplacian operator |
---|
213 | ! ! Direction of action: |
---|
214 | ln_traldf_lev = .false. ! iso-level |
---|
215 | ln_traldf_hor = .false. ! horizontal (geopotential) |
---|
216 | ln_traldf_iso = .true. ! iso-neutral (Standard operator) |
---|
217 | ln_traldf_triad = .false. ! iso-neutral (Triads operator) |
---|
218 | ! |
---|
219 | ! ! iso-neutral options: |
---|
220 | ln_traldf_msc = .true. ! Method of Stabilizing Correction (both operators) |
---|
221 | rn_slpmax = 0.01 ! slope limit (both operators) |
---|
222 | ln_triad_iso = .false. ! pure horizontal mixing in ML (triad only) |
---|
223 | rn_sw_triad = 1 ! =1 switching triad ; =0 all 4 triads used (triad only) |
---|
224 | ln_botmix_triad = .false. ! lateral mixing on bottom (triad only) |
---|
225 | ! |
---|
226 | ! ! Coefficients: |
---|
227 | nn_aht_ijk_t = 20 ! space/time variation of eddy coef |
---|
228 | ! ! =-20 (=-30) read in eddy_diffusivity_2D.nc (..._3D.nc) file |
---|
229 | ! ! = 0 constant |
---|
230 | ! ! = 10 F(k) =ldf_c1d |
---|
231 | ! ! = 20 F(i,j) =ldf_c2d |
---|
232 | ! ! = 21 F(i,j,t) =Treguier et al. JPO 1997 formulation |
---|
233 | ! ! = 30 F(i,j,k) =ldf_c2d + ldf_c1d |
---|
234 | ! ! = 31 F(i,j,k,t)=F(local velocity) |
---|
235 | rn_aht_0 = 2000. ! lateral eddy diffusivity (lap. operator) [m2/s] |
---|
236 | rn_bht_0 = 1.e+12 ! lateral eddy diffusivity (bilap. operator) [m4/s] |
---|
237 | / |
---|
238 | !---------------------------------------------------------------------------------- |
---|
239 | &namtra_ldfeiv ! eddy induced velocity param. |
---|
240 | !---------------------------------------------------------------------------------- |
---|
241 | ln_ldfeiv =.true. ! use eddy induced velocity parameterization |
---|
242 | ln_ldfeiv_dia =.true. ! diagnose eiv stream function and velocities |
---|
243 | rn_aeiv_0 = 2000. ! eddy induced velocity coefficient [m2/s] |
---|
244 | nn_aei_ijk_t = 21 ! space/time variation of the eiv coeficient |
---|
245 | ! ! =-20 (=-30) read in eddy_induced_velocity_2D.nc (..._3D.nc) file |
---|
246 | ! ! = 0 constant |
---|
247 | ! ! = 10 F(k) =ldf_c1d |
---|
248 | ! ! = 20 F(i,j) =ldf_c2d |
---|
249 | ! ! = 21 F(i,j,t) =Treguier et al. JPO 1997 formulation |
---|
250 | ! ! = 30 F(i,j,k) =ldf_c2d + ldf_c1d |
---|
251 | / |
---|
252 | !----------------------------------------------------------------------- |
---|
253 | &namtra_dmp ! tracer: T & S newtonian damping (default: NO) |
---|
254 | !----------------------------------------------------------------------- |
---|
255 | / |
---|
256 | !----------------------------------------------------------------------- |
---|
257 | &namdyn_adv ! formulation of the momentum advection (default: No selection) |
---|
258 | !----------------------------------------------------------------------- |
---|
259 | ln_dynadv_NONE= .false. ! linear dynamics (no momentum advection) |
---|
260 | ln_dynadv_vec = .true. ! vector form - 2nd centered scheme |
---|
261 | nn_dynkeg = 0 ! grad(KE) scheme: =0 C2 ; =1 Hollingsworth correction |
---|
262 | ln_dynadv_cen2= .false. ! flux form - 2nd order centered scheme |
---|
263 | ln_dynadv_ubs = .false. ! flux form - 3rd order UBS scheme |
---|
264 | / |
---|
265 | !----------------------------------------------------------------------- |
---|
266 | &namdyn_vor ! option of physics/algorithm (not control by CPP keys) |
---|
267 | !----------------------------------------------------------------------- |
---|
268 | ln_dynvor_ene = .false. ! enstrophy conserving scheme |
---|
269 | ln_dynvor_ens = .false. ! energy conserving scheme |
---|
270 | ln_dynvor_mix = .false. ! mixed scheme |
---|
271 | ln_dynvor_een = .true. ! energy & enstrophy scheme |
---|
272 | nn_een_e3f = 0 ! e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) |
---|
273 | / |
---|
274 | !----------------------------------------------------------------------- |
---|
275 | &namdyn_hpg ! Hydrostatic pressure gradient option |
---|
276 | !----------------------------------------------------------------------- |
---|
277 | ln_hpg_sco = .true. ! s-coordinate (standard jacobian formulation) |
---|
278 | / |
---|
279 | !----------------------------------------------------------------------- |
---|
280 | &namdyn_spg ! surface pressure gradient |
---|
281 | !----------------------------------------------------------------------- |
---|
282 | ln_dynspg_ts = .true. ! split-explicit free surface |
---|
283 | / |
---|
284 | !----------------------------------------------------------------------- |
---|
285 | &namdyn_ldf ! lateral diffusion on momentum |
---|
286 | !----------------------------------------------------------------------- |
---|
287 | ! ! Type of the operator : |
---|
288 | ln_dynldf_NONE= .false. ! No operator (no explicit diffusion) |
---|
289 | ln_dynldf_lap = .true. ! laplacian operator |
---|
290 | ln_dynldf_blp = .false. ! bilaplacian operator |
---|
291 | ! ! Direction of action : |
---|
292 | ln_dynldf_lev = .true. ! iso-level |
---|
293 | ln_dynldf_hor = .false. ! horizontal (geopotential) |
---|
294 | ln_dynldf_iso = .false. ! iso-neutral |
---|
295 | ! ! Coefficient |
---|
296 | nn_ahm_ijk_t = -30 ! space/time variation of eddy coef |
---|
297 | ! ! =-30 read in eddy_viscosity_3D.nc file |
---|
298 | ! ! =-20 read in eddy_viscosity_2D.nc file |
---|
299 | ! ! = 0 constant |
---|
300 | ! ! = 10 F(k)=c1d |
---|
301 | ! ! = 20 F(i,j)=F(grid spacing)=c2d |
---|
302 | ! ! = 30 F(i,j,k)=c2d*c1d |
---|
303 | ! ! = 31 F(i,j,k)=F(grid spacing and local velocity) |
---|
304 | rn_ahm_0 = 40000. ! horizontal laplacian eddy viscosity [m2/s] |
---|
305 | rn_ahm_b = 0. ! background eddy viscosity for ldf_iso [m2/s] |
---|
306 | rn_bhm_0 = 1.e+12 ! horizontal bilaplacian eddy viscosity [m4/s] |
---|
307 | ! |
---|
308 | ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) |
---|
309 | / |
---|
310 | !!====================================================================== |
---|
311 | !! vertical physics namelists !! |
---|
312 | !!====================================================================== |
---|
313 | !----------------------------------------------------------------------- |
---|
314 | &namzdf ! vertical physics (default: NO selection) |
---|
315 | !----------------------------------------------------------------------- |
---|
316 | ! ! type of vertical closure |
---|
317 | ln_zdfcst = .false. ! constant mixing |
---|
318 | ln_zdfric = .false. ! local Richardson dependent formulation (T => fill namzdf_ric) |
---|
319 | ln_zdftke = .true. ! Turbulent Kinetic Energy closure (T => fill namzdf_tke) |
---|
320 | ln_zdfgls = .false. ! Generic Length Scale closure (T => fill namzdf_gls) |
---|
321 | ! |
---|
322 | ! ! convection |
---|
323 | ln_zdfevd = .true. ! Enhanced Vertical Diffusion scheme |
---|
324 | nn_evdm = 0 ! evd apply on tracer (=0) or on tracer and momentum (=1) |
---|
325 | rn_evd = 100. ! evd mixing coefficient [m2/s] |
---|
326 | ! |
---|
327 | ln_zdfddm = .true. ! double diffusive mixing |
---|
328 | rn_avts = 1.e-4 ! maximum avs (vertical mixing on salinity) |
---|
329 | rn_hsbfr = 1.6 ! heat/salt buoyancy flux ratio |
---|
330 | ! |
---|
331 | ! ! gravity wave-driven vertical mixing |
---|
332 | ln_zdfiwm = .false. ! internal wave-induced mixing (T => fill namzdf_iwm) |
---|
333 | ln_zdfswm = .false. ! surface wave-induced mixing (T => ln_wave=ln_sdw=T ) |
---|
334 | ! |
---|
335 | ! ! Coefficients |
---|
336 | rn_avm0 = 1.2e-4 ! vertical eddy viscosity [m2/s] (background Kz if ln_zdfcst=F) |
---|
337 | rn_avt0 = 1.2e-5 ! vertical eddy diffusivity [m2/s] (background Kz if ln_zdfcst=F) |
---|
338 | nn_avb = 0 ! profile for background avt & avm (=1) or not (=0) |
---|
339 | nn_havtb = 1 ! horizontal shape for avtb (=1) or not (=0) |
---|
340 | / |
---|
341 | !----------------------------------------------------------------------- |
---|
342 | &namzdf_tke ! turbulent eddy kinetic dependent vertical diffusion |
---|
343 | !----------------------------------------------------------------------- |
---|
344 | / |
---|
345 | !----------------------------------------------------------------------- |
---|
346 | &namzdf_iwm ! tidal mixing parameterization (ln_zdfiwm =T) |
---|
347 | !----------------------------------------------------------------------- |
---|
348 | nn_zpyc = 2 ! pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) |
---|
349 | ln_mevar = .true. ! variable (T) or constant (F) mixing efficiency |
---|
350 | ln_tsdiff = .true. ! account for differential T/S mixing (T) or not (F) |
---|
351 | / |
---|
352 | !----------------------------------------------------------------------- |
---|
353 | &nammpp ! Massively Parallel Processing ("key_mpp_mpi) |
---|
354 | !----------------------------------------------------------------------- |
---|
355 | / |
---|
356 | !----------------------------------------------------------------------- |
---|
357 | &namctl ! Control prints & Benchmark |
---|
358 | !----------------------------------------------------------------------- |
---|
359 | / |
---|
360 | !----------------------------------------------------------------------- |
---|
361 | &namptr ! Poleward Transport Diagnostic |
---|
362 | !----------------------------------------------------------------------- |
---|
363 | / |
---|
364 | !----------------------------------------------------------------------- |
---|
365 | &namhsb ! Heat and salt budgets (default F) |
---|
366 | !----------------------------------------------------------------------- |
---|
367 | ln_diahsb = .true. ! check the heat and salt budgets (T) or not (F) |
---|
368 | / |
---|
369 | !----------------------------------------------------------------------- |
---|
370 | &namobs ! observation usage ('key_diaobs') |
---|
371 | !----------------------------------------------------------------------- |
---|
372 | / |
---|
373 | !----------------------------------------------------------------------- |
---|
374 | &nam_asminc ! assimilation increments ('key_asminc') |
---|
375 | !----------------------------------------------------------------------- |
---|
376 | / |
---|