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 = 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 | &namzgr ! vertical coordinate |
---|
22 | !----------------------------------------------------------------------- |
---|
23 | ln_zps = .true. ! z-coordinate - partial steps |
---|
24 | / |
---|
25 | !----------------------------------------------------------------------- |
---|
26 | &namdom ! space and time domain (bathymetry, mesh, timestep) |
---|
27 | !----------------------------------------------------------------------- |
---|
28 | ln_linssh = .false. ! =T linear free surface ==>> model level are fixed in time |
---|
29 | ! |
---|
30 | nn_msh = 0 ! create (>0) a mesh file or not (=0) |
---|
31 | ! |
---|
32 | / |
---|
33 | !----------------------------------------------------------------------- |
---|
34 | &namcrs ! Grid coarsening for dynamics output and/or |
---|
35 | ! passive tracer coarsened online simulations |
---|
36 | !----------------------------------------------------------------------- |
---|
37 | / |
---|
38 | !----------------------------------------------------------------------- |
---|
39 | &namtsd ! data : Temperature & Salinity |
---|
40 | !----------------------------------------------------------------------- |
---|
41 | / |
---|
42 | !----------------------------------------------------------------------- |
---|
43 | &namsbc ! Surface Boundary Condition (surface module) |
---|
44 | !----------------------------------------------------------------------- |
---|
45 | ln_blk = .true. ! Bulk formulation (T => fill namsbc_blk ) |
---|
46 | / |
---|
47 | !----------------------------------------------------------------------- |
---|
48 | &namsbc_blk ! namsbc_blk Bulk formulae |
---|
49 | !----------------------------------------------------------------------- |
---|
50 | ln_NCAR = .true. ! "NCAR" algorithm (Large and Yeager 2008) |
---|
51 | / |
---|
52 | !----------------------------------------------------------------------- |
---|
53 | &namtra_qsr ! penetrative solar radiation |
---|
54 | !----------------------------------------------------------------------- |
---|
55 | / |
---|
56 | !----------------------------------------------------------------------- |
---|
57 | &namsbc_rnf ! runoffs namelist surface boundary condition |
---|
58 | !----------------------------------------------------------------------- |
---|
59 | / |
---|
60 | !----------------------------------------------------------------------- |
---|
61 | &namsbc_ssr ! surface boundary condition : sea surface restoring |
---|
62 | !----------------------------------------------------------------------- |
---|
63 | / |
---|
64 | !----------------------------------------------------------------------- |
---|
65 | &namsbc_alb ! albedo parameters |
---|
66 | !----------------------------------------------------------------------- |
---|
67 | / |
---|
68 | !----------------------------------------------------------------------- |
---|
69 | &namberg ! iceberg parameters |
---|
70 | !----------------------------------------------------------------------- |
---|
71 | ln_icebergs = .false. ! iceberg floats or not |
---|
72 | ln_bergdia = .true. ! Calculate budgets |
---|
73 | nn_verbose_level = 1 ! Turn on more verbose output if level > 0 |
---|
74 | nn_verbose_write = 15 ! Timesteps between verbose messages |
---|
75 | nn_sample_rate = 1 ! Timesteps between sampling for trajectory storage |
---|
76 | ! Initial mass required for an iceberg of each class |
---|
77 | rn_initial_mass = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 |
---|
78 | ! Proportion of calving mass to apportion to each class |
---|
79 | rn_distribution = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 |
---|
80 | ! Ratio between effective and real iceberg mass (non-dim) |
---|
81 | ! i.e. number of icebergs represented at a point |
---|
82 | rn_mass_scaling = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 |
---|
83 | ! thickness of newly calved bergs (m) |
---|
84 | rn_initial_thickness = 40., 67., 133., 175., 250., 250., 250., 250., 250., 250. |
---|
85 | rn_rho_bergs = 850. ! Density of icebergs |
---|
86 | rn_LoW_ratio = 1.5 ! Initial ratio L/W for newly calved icebergs |
---|
87 | ln_operator_splitting = .true. ! Use first order operator splitting for thermodynamics |
---|
88 | rn_bits_erosion_fraction = 0. ! Fraction of erosion melt flux to divert to bergy bits |
---|
89 | rn_sicn_shift = 0. ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) |
---|
90 | ln_passive_mode = .false. ! iceberg - ocean decoupling |
---|
91 | nn_test_icebergs = -1 ! Create test icebergs of this class (-1 = no) |
---|
92 | ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) |
---|
93 | rn_test_box = 108.0, 116.0, -66.0, -58.0 |
---|
94 | rn_speed_limit = 0. ! CFL speed limit for a berg |
---|
95 | |
---|
96 | ! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights ! rotation ! land/sea mask ! |
---|
97 | ! ! ! (if <0 months) ! name ! (logical) ! (T/F ) ! 'monthly' ! filename ! pairing ! filename ! |
---|
98 | sn_icb = 'calving', -1 , 'calving' , .true. , .true. , 'yearly' , '' , '' , '' |
---|
99 | |
---|
100 | cn_dir = './' |
---|
101 | / |
---|
102 | !----------------------------------------------------------------------- |
---|
103 | &namlbc ! lateral momentum boundary condition |
---|
104 | !----------------------------------------------------------------------- |
---|
105 | / |
---|
106 | !----------------------------------------------------------------------- |
---|
107 | &nambfr ! bottom friction |
---|
108 | !----------------------------------------------------------------------- |
---|
109 | / |
---|
110 | !----------------------------------------------------------------------- |
---|
111 | &nambbc ! bottom temperature boundary condition (default: NO) |
---|
112 | !----------------------------------------------------------------------- |
---|
113 | ln_trabbc = .true. ! Apply a geothermal heating at the ocean bottom |
---|
114 | / |
---|
115 | !----------------------------------------------------------------------- |
---|
116 | &nambbl ! bottom boundary layer scheme |
---|
117 | !----------------------------------------------------------------------- |
---|
118 | / |
---|
119 | !----------------------------------------------------------------------- |
---|
120 | &nameos ! ocean physical parameters |
---|
121 | !----------------------------------------------------------------------- |
---|
122 | ln_teos10 = .true. ! = Use TEOS-10 equation of state |
---|
123 | / |
---|
124 | !----------------------------------------------------------------------- |
---|
125 | &namtra_adv ! advection scheme for tracer |
---|
126 | !----------------------------------------------------------------------- |
---|
127 | ln_traadv_fct = .true. ! FCT scheme |
---|
128 | nn_fct_h = 2 ! =2/4, horizontal 2nd / 4th order |
---|
129 | nn_fct_v = 2 ! =2/4, vertical 2nd / COMPACT 4th order |
---|
130 | nn_fct_zts = 0 ! > 1 , 2nd order FCT scheme with vertical sub-timestepping |
---|
131 | ! ! (number of sub-timestep = nn_fct_zts) |
---|
132 | / |
---|
133 | !----------------------------------------------------------------------- |
---|
134 | &namtra_adv_mle ! mixed layer eddy parametrisation (Fox-Kemper param) |
---|
135 | !----------------------------------------------------------------------- |
---|
136 | / |
---|
137 | !---------------------------------------------------------------------------------- |
---|
138 | &namtra_ldf ! lateral diffusion scheme for tracers |
---|
139 | !---------------------------------------------------------------------------------- |
---|
140 | ! ! Operator type: |
---|
141 | ln_traldf_lap = .true. ! laplacian operator |
---|
142 | ln_traldf_blp = .false. ! bilaplacian operator |
---|
143 | ! ! Direction of action: |
---|
144 | ln_traldf_lev = .false. ! iso-level |
---|
145 | ln_traldf_hor = .false. ! horizontal (geopotential) |
---|
146 | ln_traldf_iso = .true. ! iso-neutral (Standard operator) |
---|
147 | ln_traldf_triad = .false. ! iso-neutral (Triads operator) |
---|
148 | ! |
---|
149 | ! ! iso-neutral options: |
---|
150 | ln_traldf_msc = .true. ! Method of Stabilizing Correction (both operators) |
---|
151 | rn_slpmax = 0.01 ! slope limit (both operators) |
---|
152 | ln_triad_iso = .false. ! pure horizontal mixing in ML (triad only) |
---|
153 | rn_sw_triad = 1 ! =1 switching triad ; =0 all 4 triads used (triad only) |
---|
154 | ln_botmix_triad = .false. ! lateral mixing on bottom (triad only) |
---|
155 | ! |
---|
156 | ! ! Coefficients: |
---|
157 | nn_aht_ijk_t = 20 ! space/time variation of eddy coef |
---|
158 | ! ! =-20 (=-30) read in eddy_diffusivity_2D.nc (..._3D.nc) file |
---|
159 | ! ! = 0 constant |
---|
160 | ! ! = 10 F(k) =ldf_c1d |
---|
161 | ! ! = 20 F(i,j) =ldf_c2d |
---|
162 | ! ! = 21 F(i,j,t) =Treguier et al. JPO 1997 formulation |
---|
163 | ! ! = 30 F(i,j,k) =ldf_c2d + ldf_c1d |
---|
164 | ! ! = 31 F(i,j,k,t)=F(local velocity) |
---|
165 | rn_aht_0 = 2000. ! lateral eddy diffusivity (lap. operator) [m2/s] |
---|
166 | rn_bht_0 = 1.e+12 ! lateral eddy diffusivity (bilap. operator) [m4/s] |
---|
167 | / |
---|
168 | !---------------------------------------------------------------------------------- |
---|
169 | &namtra_ldfeiv ! eddy induced velocity param. |
---|
170 | !---------------------------------------------------------------------------------- |
---|
171 | ln_ldfeiv =.true. ! use eddy induced velocity parameterization |
---|
172 | ln_ldfeiv_dia =.true. ! diagnose eiv stream function and velocities |
---|
173 | rn_aeiv_0 = 2000. ! eddy induced velocity coefficient [m2/s] |
---|
174 | nn_aei_ijk_t = 21 ! space/time variation of the eiv coeficient |
---|
175 | ! ! =-20 (=-30) read in eddy_induced_velocity_2D.nc (..._3D.nc) file |
---|
176 | ! ! = 0 constant |
---|
177 | ! ! = 10 F(k) =ldf_c1d |
---|
178 | ! ! = 20 F(i,j) =ldf_c2d |
---|
179 | ! ! = 21 F(i,j,t) =Treguier et al. JPO 1997 formulation |
---|
180 | ! ! = 30 F(i,j,k) =ldf_c2d + ldf_c1d |
---|
181 | / |
---|
182 | !----------------------------------------------------------------------- |
---|
183 | &namtra_dmp ! tracer: T & S newtonian damping (default: NO) |
---|
184 | !----------------------------------------------------------------------- |
---|
185 | / |
---|
186 | !----------------------------------------------------------------------- |
---|
187 | &namdyn_adv ! formulation of the momentum advection |
---|
188 | !----------------------------------------------------------------------- |
---|
189 | / |
---|
190 | !----------------------------------------------------------------------- |
---|
191 | &namdyn_vor ! option of physics/algorithm (not control by CPP keys) |
---|
192 | !----------------------------------------------------------------------- |
---|
193 | ln_dynvor_ene = .false. ! enstrophy conserving scheme |
---|
194 | ln_dynvor_ens = .false. ! energy conserving scheme |
---|
195 | ln_dynvor_mix = .false. ! mixed scheme |
---|
196 | ln_dynvor_een = .true. ! energy & enstrophy scheme |
---|
197 | nn_een_e3f = 0 ! e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) |
---|
198 | / |
---|
199 | !----------------------------------------------------------------------- |
---|
200 | &namdyn_hpg ! Hydrostatic pressure gradient option |
---|
201 | !----------------------------------------------------------------------- |
---|
202 | ln_hpg_sco = .true. ! s-coordinate (standard jacobian formulation) |
---|
203 | / |
---|
204 | !----------------------------------------------------------------------- |
---|
205 | &namdyn_spg ! surface pressure gradient |
---|
206 | !----------------------------------------------------------------------- |
---|
207 | ln_dynspg_ts = .true. ! split-explicit free surface |
---|
208 | / |
---|
209 | !----------------------------------------------------------------------- |
---|
210 | &namdyn_ldf ! lateral diffusion on momentum |
---|
211 | !----------------------------------------------------------------------- |
---|
212 | ! ! Type of the operator : |
---|
213 | ! ! no diffusion: set ln_dynldf_lap=..._blp=F |
---|
214 | ln_dynldf_lap = .true. ! laplacian operator |
---|
215 | ln_dynldf_blp = .false. ! bilaplacian operator |
---|
216 | ! ! Direction of action : |
---|
217 | ln_dynldf_lev = .true. ! iso-level |
---|
218 | ln_dynldf_hor = .false. ! horizontal (geopotential) |
---|
219 | ln_dynldf_iso = .false. ! iso-neutral |
---|
220 | ! ! Coefficient |
---|
221 | nn_ahm_ijk_t = -30 ! space/time variation of eddy coef |
---|
222 | ! ! =-30 read in eddy_viscosity_3D.nc file |
---|
223 | ! ! =-20 read in eddy_viscosity_2D.nc file |
---|
224 | ! ! = 0 constant |
---|
225 | ! ! = 10 F(k)=c1d |
---|
226 | ! ! = 20 F(i,j)=F(grid spacing)=c2d |
---|
227 | ! ! = 30 F(i,j,k)=c2d*c1d |
---|
228 | ! ! = 31 F(i,j,k)=F(grid spacing and local velocity) |
---|
229 | rn_ahm_0 = 40000. ! horizontal laplacian eddy viscosity [m2/s] |
---|
230 | rn_ahm_b = 0. ! background eddy viscosity for ldf_iso [m2/s] |
---|
231 | rn_bhm_0 = 1.e+12 ! horizontal bilaplacian eddy viscosity [m4/s] |
---|
232 | ! |
---|
233 | ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) |
---|
234 | / |
---|
235 | !----------------------------------------------------------------------- |
---|
236 | &namzdf ! vertical physics |
---|
237 | !----------------------------------------------------------------------- |
---|
238 | / |
---|
239 | !----------------------------------------------------------------------- |
---|
240 | &namzdf_tke ! turbulent eddy kinetic dependent vertical diffusion ("key_zdftke") |
---|
241 | !----------------------------------------------------------------------- |
---|
242 | / |
---|
243 | !----------------------------------------------------------------------- |
---|
244 | &namzdf_ddm ! double diffusive mixing parameterization ("key_zdfddm") |
---|
245 | !----------------------------------------------------------------------- |
---|
246 | / |
---|
247 | !----------------------------------------------------------------------- |
---|
248 | &namzdf_tmx ! tidal mixing parameterization ("key_zdftmx") |
---|
249 | !----------------------------------------------------------------------- |
---|
250 | / |
---|
251 | !----------------------------------------------------------------------- |
---|
252 | &nammpp ! Massively Parallel Processing ("key_mpp_mpi) |
---|
253 | !----------------------------------------------------------------------- |
---|
254 | / |
---|
255 | !----------------------------------------------------------------------- |
---|
256 | &namctl ! Control prints & Benchmark |
---|
257 | !----------------------------------------------------------------------- |
---|
258 | / |
---|
259 | !----------------------------------------------------------------------- |
---|
260 | &namptr ! Poleward Transport Diagnostic |
---|
261 | !----------------------------------------------------------------------- |
---|
262 | / |
---|
263 | !----------------------------------------------------------------------- |
---|
264 | &namhsb ! Heat and salt budgets (default F) |
---|
265 | !----------------------------------------------------------------------- |
---|
266 | ln_diahsb = .true. ! check the heat and salt budgets (T) or not (F) |
---|
267 | / |
---|
268 | !----------------------------------------------------------------------- |
---|
269 | &namobs ! observation usage ('key_diaobs') |
---|
270 | !----------------------------------------------------------------------- |
---|
271 | / |
---|
272 | !----------------------------------------------------------------------- |
---|
273 | &nam_asminc ! assimilation increments ('key_asminc') |
---|
274 | !----------------------------------------------------------------------- |
---|
275 | / |
---|