1 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
2 | !! NEMO/OPA Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref |
---|
3 | !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> |
---|
4 | ! |
---|
5 | !----------------------------------------------------------------------- |
---|
6 | &namusr_def ! LOCK_EXCHANGE user defined namelist |
---|
7 | !----------------------------------------------------------------------- |
---|
8 | rn_dx = 500. ! horizontal resolution in meters |
---|
9 | rn_dz = 1. ! vertical resolution in meters |
---|
10 | / |
---|
11 | ! |
---|
12 | !----------------------------------------------------------------------- |
---|
13 | &namrun ! parameters of the run |
---|
14 | !----------------------------------------------------------------------- |
---|
15 | nn_no = 0 ! job number (no more used...) |
---|
16 | cn_exp = "LOCK_FCT2_vect_ene" ! experience name |
---|
17 | nn_it000 = 1 ! first time step |
---|
18 | nn_itend = 61200 ! for 17h of simulation (=61200 time-step) |
---|
19 | nn_istate = 0 ! output the initial state (1) or not (0) |
---|
20 | nn_stock = 61200 ! frequency of creation of a restart file (modulo referenced to 1) |
---|
21 | nn_write = 61200 ! frequency of write in the output file (modulo referenced to nn_it000) |
---|
22 | / |
---|
23 | !----------------------------------------------------------------------- |
---|
24 | &namcfg ! parameters of the configuration |
---|
25 | !----------------------------------------------------------------------- |
---|
26 | ln_read_cfg = .false. ! (=T) read the domain configuration file |
---|
27 | ! ! (=F) user defined configuration ==>>> see usrdef(_...) modules |
---|
28 | ln_write_cfg= .false. ! (=T) create the domain configuration file |
---|
29 | / |
---|
30 | !----------------------------------------------------------------------- |
---|
31 | &namdom ! space and time domain (bathymetry, mesh, timestep) |
---|
32 | !----------------------------------------------------------------------- |
---|
33 | ln_linssh = .false. ! =T linear free surface ==>> model level are fixed in time |
---|
34 | nn_closea = 1 ! remove (=0) or keep (=1) closed seas and lakes (ORCA) |
---|
35 | ! |
---|
36 | nn_msh = 1 ! create (>0) a mesh file or not (=0) |
---|
37 | rn_isfhmin = 0.00 ! treshold (m) to discriminate grounding ice to floating ice |
---|
38 | ! |
---|
39 | rn_rdt = 1. ! time step for the dynamics (and tracer if nn_acc=0) |
---|
40 | rn_atfp = 0.1 ! asselin time filter parameter |
---|
41 | ! |
---|
42 | ln_crs = .false. ! Logical switch for coarsening module |
---|
43 | / |
---|
44 | !----------------------------------------------------------------------- |
---|
45 | &namtsd ! data : Temperature & Salinity |
---|
46 | !----------------------------------------------------------------------- |
---|
47 | ln_tsd_init = .false. ! Initialisation of ocean T & S with T &S input data (T) or not (F) |
---|
48 | ln_tsd_tradmp = .false. ! damping of ocean T & S toward T &S input data (T) or not (F) |
---|
49 | / |
---|
50 | !----------------------------------------------------------------------- |
---|
51 | &namsbc ! Surface Boundary Condition (surface module) |
---|
52 | !----------------------------------------------------------------------- |
---|
53 | nn_fsbc = 1 ! frequency of surface boundary condition computation |
---|
54 | ! (also = the frequency of sea-ice & iceberg model call) |
---|
55 | ln_usr = .true. ! user defined formulation (T => check usrdef_sbc) |
---|
56 | ln_blk = .false. ! Bulk formulation (T => fill namsbc_blk ) |
---|
57 | nn_ice = 0 ! =0 no ice boundary condition |
---|
58 | ln_traqsr = .false. ! Light penetration in the ocean (T => fill namtra_qsr ) |
---|
59 | ln_rnf = .false. ! runoffs (T => fill namsbc_rnf) |
---|
60 | ln_ssr = .false. ! Sea Surface Restoring on T and/or S (T => fill namsbc_ssr) |
---|
61 | nn_fwb = 0 ! FreshWater Budget: =0 unchecked |
---|
62 | / |
---|
63 | !----------------------------------------------------------------------- |
---|
64 | &namlbc ! lateral momentum boundary condition |
---|
65 | !----------------------------------------------------------------------- |
---|
66 | ! ! free slip ! partial slip ! no slip ! strong slip |
---|
67 | rn_shlat = 0. ! shlat = 0 ! 0 < shlat < 2 ! shlat = 2 ! 2 < shlat |
---|
68 | / |
---|
69 | !----------------------------------------------------------------------- |
---|
70 | &namdrg ! top/bottom drag coefficient (default: NO selection) |
---|
71 | !----------------------------------------------------------------------- |
---|
72 | ln_NONE = .true. ! free-slip : Cd = 0 |
---|
73 | / |
---|
74 | !----------------------------------------------------------------------- |
---|
75 | &nameos ! ocean physical parameters |
---|
76 | !----------------------------------------------------------------------- |
---|
77 | ln_seos = .true. ! = Use simplified equation of state (S-EOS) |
---|
78 | ! ! S-EOS coefficients (nn_eos=1): |
---|
79 | ! ! rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS |
---|
80 | rn_a0 = 0.2 ! thermal expension coefficient (nn_eos= 1) |
---|
81 | rn_b0 = 0. ! saline expension coefficient (nn_eos= 1) |
---|
82 | rn_lambda1 = 0. ! cabbeling coeff in T^2 (=0 for linear eos) |
---|
83 | rn_lambda2 = 0. ! cabbeling coeff in S^2 (=0 for linear eos) |
---|
84 | rn_mu1 = 0. ! thermobaric coeff. in T (=0 for linear eos) |
---|
85 | rn_mu2 = 0. ! thermobaric coeff. in S (=0 for linear eos) |
---|
86 | rn_nu = 0. ! cabbeling coeff in T*S (=0 for linear eos) |
---|
87 | / |
---|
88 | !----------------------------------------------------------------------- |
---|
89 | &namtra_adv ! advection scheme for tracer |
---|
90 | !----------------------------------------------------------------------- |
---|
91 | ln_traadv_cen = .false. ! 2nd order centered scheme |
---|
92 | nn_cen_h = 4 ! =2/4, horizontal 2nd order CEN / 4th order CEN |
---|
93 | nn_cen_v = 4 ! =2/4, vertical 2nd order CEN / 4th order COMPACT |
---|
94 | ln_traadv_fct = .true. ! FCT scheme |
---|
95 | nn_fct_h = 2 ! =2/4, horizontal 2nd / 4th order |
---|
96 | nn_fct_v = 2 ! =2/4, vertical 2nd / COMPACT 4th order |
---|
97 | ln_traadv_mus = .false. ! MUSCL scheme |
---|
98 | ln_mus_ups = .false. ! use upstream scheme near river mouths |
---|
99 | ln_traadv_ubs = .false. ! UBS scheme |
---|
100 | nn_ubs_v = 2 ! =2 , vertical 2nd order FCT / COMPACT 4th order |
---|
101 | ln_traadv_qck = .false. ! QUICKEST scheme |
---|
102 | / |
---|
103 | !----------------------------------------------------------------------- |
---|
104 | &namtra_adv_mle ! mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) |
---|
105 | !----------------------------------------------------------------------- |
---|
106 | / |
---|
107 | !----------------------------------------------------------------------- |
---|
108 | &namtra_ldf ! lateral diffusion scheme for tracers |
---|
109 | !----------------------------------------------------------------------- |
---|
110 | ! ! Operator type: both false = No lateral diffusion |
---|
111 | ln_traldf_lap = .false. ! laplacian operator |
---|
112 | ln_traldf_blp = .false. ! bilaplacian operator |
---|
113 | / |
---|
114 | !----------------------------------------------------------------------- |
---|
115 | &namtra_ldfeiv ! eddy induced velocity param. (default: NO) |
---|
116 | !----------------------------------------------------------------------- |
---|
117 | / |
---|
118 | !----------------------------------------------------------------------- |
---|
119 | &namtra_dmp ! tracer: T & S newtonian damping (default: YES) |
---|
120 | !----------------------------------------------------------------------- |
---|
121 | ln_tradmp = .false. ! add a damping termn (T) or not (F) |
---|
122 | / |
---|
123 | !----------------------------------------------------------------------- |
---|
124 | &namdyn_adv ! formulation of the momentum advection |
---|
125 | !----------------------------------------------------------------------- |
---|
126 | ln_dynadv_vec = .true. ! vector form (T) or flux form (F) |
---|
127 | nn_dynkeg = 0 ! scheme for grad(KE): =0 C2 ; =1 Hollingsworth correction |
---|
128 | ln_dynadv_cen2= .false. ! flux form - 2nd order centered scheme |
---|
129 | ln_dynadv_ubs = .false. ! flux form - 3rd order UBS scheme |
---|
130 | / |
---|
131 | !----------------------------------------------------------------------- |
---|
132 | &nam_vvl ! vertical coordinate options (default: zstar) |
---|
133 | !----------------------------------------------------------------------- |
---|
134 | ln_vvl_zstar = .true. ! zstar vertical coordinate |
---|
135 | / |
---|
136 | !----------------------------------------------------------------------- |
---|
137 | &namdyn_vor ! option of physics/algorithm |
---|
138 | !----------------------------------------------------------------------- |
---|
139 | ln_dynvor_ene = .true. ! enstrophy conserving scheme |
---|
140 | ln_dynvor_ens = .false. ! energy conserving scheme |
---|
141 | ln_dynvor_mix = .false. ! mixed scheme |
---|
142 | ln_dynvor_een = .false. ! energy & enstrophy scheme |
---|
143 | nn_een_e3f = 0 ! e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) |
---|
144 | / |
---|
145 | !----------------------------------------------------------------------- |
---|
146 | &namdyn_hpg ! Hydrostatic pressure gradient option |
---|
147 | !----------------------------------------------------------------------- |
---|
148 | ln_hpg_zps = .false. ! z-coordinate - partial steps (interpolation) |
---|
149 | ln_hpg_sco = .true. ! s-coordinate (standard jacobian formulation) |
---|
150 | / |
---|
151 | !----------------------------------------------------------------------- |
---|
152 | &namdyn_spg ! Surface pressure gradient |
---|
153 | !----------------------------------------------------------------------- |
---|
154 | ln_dynspg_ts = .true. ! explicit free surface |
---|
155 | ln_bt_fw = .true. ! Forward integration of barotropic Eqs. |
---|
156 | ln_bt_av = .true. ! Time filtering of barotropic variables |
---|
157 | nn_bt_flt = 1 ! Time filter choice = 0 None |
---|
158 | ! ! = 1 Boxcar over nn_baro sub-steps |
---|
159 | ! ! = 2 Boxcar over 2*nn_baro " " |
---|
160 | ln_bt_auto = .true. ! Number of sub-step defined from: |
---|
161 | nn_baro = 1 ! =F : the number of sub-step in rn_rdt seconds |
---|
162 | / |
---|
163 | !----------------------------------------------------------------------- |
---|
164 | &namdyn_ldf ! lateral diffusion on momentum |
---|
165 | !----------------------------------------------------------------------- |
---|
166 | ! ! Type of the operator : |
---|
167 | ! ! no diffusion: set ln_dynldf_lap=..._blp=F |
---|
168 | ln_dynldf_lap = .true. ! laplacian operator |
---|
169 | ln_dynldf_blp = .false. ! bilaplacian operator |
---|
170 | ! ! Direction of action : |
---|
171 | ln_dynldf_lev = .false. ! iso-level |
---|
172 | ln_dynldf_hor = .true. ! horizontal (geopotential) |
---|
173 | ln_dynldf_iso = .false. ! iso-neutral |
---|
174 | ! ! Coefficient |
---|
175 | nn_ahm_ijk_t = 0 ! space/time variation of eddy coef |
---|
176 | ! ! =-30 read in eddy_viscosity_3D.nc file |
---|
177 | ! ! =-20 read in eddy_viscosity_2D.nc file |
---|
178 | ! ! = 0 constant |
---|
179 | ! ! = 10 F(k)=c1d |
---|
180 | ! ! = 20 F(i,j)=F(grid spacing)=c2d |
---|
181 | ! ! = 30 F(i,j,k)=c2d*c1d |
---|
182 | ! ! = 31 F(i,j,k)=F(grid spacing and local velocity) |
---|
183 | rn_ahm_0 = 0.01 ! horizontal laplacian eddy viscosity [m2/s] |
---|
184 | rn_ahm_b = 0. ! background eddy viscosity for ldf_iso [m2/s] |
---|
185 | rn_bhm_0 = 1.e+12 ! horizontal bilaplacian eddy viscosity [m4/s] |
---|
186 | / |
---|
187 | !!====================================================================== |
---|
188 | !! vertical physics namelists !! |
---|
189 | !!====================================================================== |
---|
190 | !----------------------------------------------------------------------- |
---|
191 | &namzdf ! vertical physics (default: NO selection) |
---|
192 | !----------------------------------------------------------------------- |
---|
193 | ! ! type of vertical closure |
---|
194 | ln_zdfcst = .true. ! constant mixing |
---|
195 | ! |
---|
196 | ! ! convection |
---|
197 | ln_zdfevd = .false. ! enhanced vertical diffusion |
---|
198 | ln_zdfnpc = .false. ! Non-Penetrative Convective algorithm |
---|
199 | ! |
---|
200 | ! ! coefficients |
---|
201 | rn_avm0 = 1.e-4 ! vertical eddy viscosity [m2/s] (background Kz if ln_zdfcst=F) |
---|
202 | rn_avt0 = 0.e0 ! vertical eddy diffusivity [m2/s] (background Kz if ln_zdfcst=F) |
---|
203 | nn_avb = 0 ! profile for background avt & avm (=1) or not (=0) |
---|
204 | nn_havtb = 0 ! horizontal shape for avtb (=1) or not (=0) |
---|
205 | / |
---|
206 | !----------------------------------------------------------------------- |
---|
207 | &nammpp ! Massively Parallel Processing ("key_mpp_mpi) |
---|
208 | !----------------------------------------------------------------------- |
---|
209 | / |
---|
210 | !----------------------------------------------------------------------- |
---|
211 | &namctl ! Control prints & Benchmark |
---|
212 | !----------------------------------------------------------------------- |
---|
213 | / |
---|