New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
namelist_cfg in branches/2015/dev_r5803_NOC_WAD/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00 – NEMO

source: branches/2015/dev_r5803_NOC_WAD/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/namelist_cfg @ 5870

Last change on this file since 5870 was 5870, checked in by acc, 8 years ago

Branch 2015/dev_r5803_NOC_WAD. Merge in trunk changes from 5803 to 5869 in preparation for merge. Also tidied and reorganised some wetting and drying code. Renamed wadlmt.F90 to wetdry.F90. Wetting drying code changes restricted to domzgr.F90, domvvl.F90 nemogcm.F90 sshwzv.F90, dynspg_ts.F90, wetdry.F90 and dynhpg.F90. Code passes full SETTE tests with ln_wd=.false.. Still awaiting test case for checking with ln_wd=.false.

File size: 20.2 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  : ORCA2_LIM configuration namelist used to overwrite SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4
5!!======================================================================
6!!                   ***  Run management namelists  ***
7!!======================================================================
8!!   namrun        parameters of the run
9!!======================================================================
10!
11!-----------------------------------------------------------------------
12&namrun        !   parameters of the run
13!-----------------------------------------------------------------------
14   nn_date0    = 19600101 
15/
16!-----------------------------------------------------------------------
17&namcfg        !   parameters of the configuration
18!-----------------------------------------------------------------------
19   cp_cfg      =  "orca"               !  name of the configuration
20   jp_cfg      =       2               !  resolution of the configuration
21   jpidta      =     182               !  1st lateral dimension ( >= jpi )
22   jpjdta      =     149               !  2nd    "         "    ( >= jpj )
23   jpkdta      =      31               !  number of levels      ( >= jpk )
24   jpiglo      =     182               !  1st dimension of global domain --> i =jpidta
25   jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta
26   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
27   jpjzoom     =       1               !  in data domain indices
28   jperio      =       4               !  lateral cond. type (between 0 and 6)
29/
30!-----------------------------------------------------------------------
31&namzgr        !   vertical coordinate
32!-----------------------------------------------------------------------
33/
34!-----------------------------------------------------------------------
35&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate
36!-----------------------------------------------------------------------
37   rn_sbot_min =  300.     !  minimum depth of s-bottom surface (>0) (m)
38   rn_sbot_max = 5250.     !  maximum depth of s-bottom surface (= ocean depth) (>0) (m)
39   rn_theta    =    6.0    !  surface control parameter (0<=rn_theta<=20)
40   rn_thetb    =    0.75   !  bottom control parameter  (0<=rn_thetb<= 1)
41   rn_rmax     =    0.15   !  maximum cut-off r-value allowed (0<rn_max<1)
42   ln_s_sigma  = .false.   !  hybrid s-sigma coordinates
43   rn_bb       =    0.8    !  stretching with s-sigma
44   rn_hc       =  150.0    !  critical depth with s-sigma
45/
46!-----------------------------------------------------------------------
47&namdom        !   space and time domain (bathymetry, mesh, timestep)
48!-----------------------------------------------------------------------
49   jphgr_msh   =       0               !  type of horizontal mesh
50   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
51   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
52   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
53   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
54   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
55   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
56   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
57   ppa0        =     255.58049070440   ! (default coefficients)
58   ppa1        =     245.58132232490   !
59   ppkth       =      21.43336197938   !
60   ppacr       =       3.0             !
61   ppdzmin     =  999999.              !  Minimum vertical spacing
62   pphmax      =  999999.              !  Maximum depth
63   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
64   ppa2        =  999999.              !  Double tanh function parameters
65   ppkth2      =  999999.              !
66   ppacr2      =  999999.              !
67/
68!-----------------------------------------------------------------------
69&namsplit      !   time splitting parameters                            ("key_dynspg_ts")
70!-----------------------------------------------------------------------
71/
72!-----------------------------------------------------------------------
73&namcrs        !   Grid coarsening for dynamics output and/or
74               !   passive tracer coarsened online simulations
75!-----------------------------------------------------------------------
76/
77!-----------------------------------------------------------------------
78&namtsd    !   data : Temperature  & Salinity                           
79!-----------------------------------------------------------------------
80/
81!-----------------------------------------------------------------------
82&namsbc        !   Surface Boundary Condition (surface module)
83!-----------------------------------------------------------------------
84/
85!-----------------------------------------------------------------------
86&namsbc_ana    !   analytical surface boundary condition
87!-----------------------------------------------------------------------
88/
89!-----------------------------------------------------------------------
90&namsbc_flx    !   surface boundary condition : flux formulation
91!-----------------------------------------------------------------------
92/     
93!-----------------------------------------------------------------------
94&namsbc_clio   !   namsbc_clio  CLIO bulk formulae
95!-----------------------------------------------------------------------
96/
97!-----------------------------------------------------------------------
98&namsbc_core   !   namsbc_core  CORE bulk formulae
99!-----------------------------------------------------------------------
100/
101!-----------------------------------------------------------------------
102&namsbc_mfs   !   namsbc_mfs  MFS bulk formulae
103!-----------------------------------------------------------------------
104/
105!-----------------------------------------------------------------------
106&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
107!-----------------------------------------------------------------------
108/
109!-----------------------------------------------------------------------
110&namtra_qsr    !   penetrative solar radiation
111!-----------------------------------------------------------------------
112/
113!-----------------------------------------------------------------------
114&namsbc_rnf    !   runoffs namelist surface boundary condition
115!-----------------------------------------------------------------------
116/
117!-----------------------------------------------------------------------
118&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk
119!-----------------------------------------------------------------------
120/
121!-----------------------------------------------------------------------
122&namsbc_ssr    !   surface boundary condition : sea surface restoring
123!-----------------------------------------------------------------------
124/     
125!-----------------------------------------------------------------------
126&namsbc_alb    !   albedo parameters
127!-----------------------------------------------------------------------
128/
129!-----------------------------------------------------------------------
130&namlbc        !   lateral momentum boundary condition
131!-----------------------------------------------------------------------
132/
133!-----------------------------------------------------------------------
134&namagrif      !  AGRIF zoom                                            ("key_agrif")
135!-----------------------------------------------------------------------
136/
137!-----------------------------------------------------------------------
138&nam_tide      !   tide parameters (#ifdef key_tide)
139!-----------------------------------------------------------------------
140/
141!-----------------------------------------------------------------------
142&nambdy        !  unstructured open boundaries                          ("key_bdy")
143!-----------------------------------------------------------------------
144/
145!-----------------------------------------------------------------------
146&nambdy_dta      !  open boundaries - external data           ("key_bdy")
147!-----------------------------------------------------------------------
148/
149!-----------------------------------------------------------------------
150&nambdy_tide     ! tidal forcing at open boundaries             
151!-----------------------------------------------------------------------
152/
153!-----------------------------------------------------------------------
154&nambfr        !   bottom friction
155!-----------------------------------------------------------------------
156/
157!-----------------------------------------------------------------------
158&nambbc        !   bottom temperature boundary condition
159!-----------------------------------------------------------------------
160/
161!-----------------------------------------------------------------------
162&nambbl        !   bottom boundary layer scheme
163!-----------------------------------------------------------------------
164/
165!-----------------------------------------------------------------------
166&nameos        !   ocean physical parameters
167!-----------------------------------------------------------------------
168/
169!-----------------------------------------------------------------------
170&namtra_adv    !   advection scheme for tracer
171!-----------------------------------------------------------------------
172   ln_traadv_fct =  .true.    !  FCT scheme
173      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
174      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
175      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping
176      !                             !        (number of sub-timestep = nn_fct_zts)
177/
178!----------------------------------------------------------------------------------
179&namtra_ldf    !   lateral diffusion scheme for tracers
180!----------------------------------------------------------------------------------
181   !                       !  Operator type:
182   !                           !  no diffusion: set ln_traldf_lap=..._blp=F
183   ln_traldf_lap   =  .true.   !    laplacian operator
184   ln_traldf_blp   =  .false.  !  bilaplacian operator
185   !                       !  Direction of action:
186   ln_traldf_lev   =  .false.  !  iso-level
187   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
188   ln_traldf_iso   =  .true.   !  iso-neutral (standard operator)
189   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator)
190   !
191   !                       !  iso-neutral options:       
192   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
193   rn_slpmax       =   0.01    !  slope limit                      (both operators)
194   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only)
195   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
196   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only)
197   !
198   !                       !  Coefficients:
199   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef
200   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
201   !                                !   =  0           constant
202   !                                !   = 10 F(k)      =ldf_c1d
203   !                                !   = 20 F(i,j)    =ldf_c2d
204   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
205   !                                !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d
206   !                                !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing)
207   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
208   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
209/
210!----------------------------------------------------------------------------------
211&namtra_ldfeiv !   eddy induced velocity param.
212!----------------------------------------------------------------------------------
213   ln_ldfeiv     =.true.    ! use eddy induced velocity parameterization
214   ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities
215   rn_aeiv_0     = 2000.    ! eddy induced velocity coefficient   [m2/s]
216   nn_aei_ijk_t  = 21       ! space/time variation of the eiv coeficient
217   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file
218   !                                !   =  0           constant
219   !                                !   = 10 F(k)      =ldf_c1d
220   !                                !   = 20 F(i,j)    =ldf_c2d
221   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
222   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
223/
224!-----------------------------------------------------------------------
225&namtra_dmp    !   tracer: T & S newtonian damping                 
226!-----------------------------------------------------------------------
227/
228!-----------------------------------------------------------------------
229&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
230!-----------------------------------------------------------------------
231/
232!-----------------------------------------------------------------------
233&namdyn_adv    !   formulation of the momentum advection
234!-----------------------------------------------------------------------
235
236!-----------------------------------------------------------------------
237&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
238!-----------------------------------------------------------------------
239   ln_dynvor_ene = .false. !  enstrophy conserving scheme
240   ln_dynvor_ens = .false. !  energy conserving scheme
241   ln_dynvor_mix = .false. !  mixed scheme
242   ln_dynvor_een = .true.  !  energy & enstrophy scheme
243      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
244/
245!-----------------------------------------------------------------------
246&namdyn_hpg    !   Hydrostatic pressure gradient option
247!-----------------------------------------------------------------------
248/
249!-----------------------------------------------------------------------
250!namdyn_spg    !   surface pressure gradient   (CPP key only)
251!-----------------------------------------------------------------------
252!-----------------------------------------------------------------------
253&namdyn_ldf    !   lateral diffusion on momentum
254!-----------------------------------------------------------------------     
255   !                       !  Type of the operator :
256   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
257   ln_dynldf_lap =  .true.     !    laplacian operator
258   ln_dynldf_blp =  .false.    !  bilaplacian operator
259   !                       !  Direction of action  :
260   ln_dynldf_lev =  .true.     !  iso-level
261   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
262   ln_dynldf_iso =  .false.    !  iso-neutral
263   !                       !  Coefficient
264   nn_ahm_ijk_t  = -30         !  space/time variation of eddy coef
265   !                                !  =-30  read in eddy_viscosity_3D.nc file
266   !                                !  =-20  read in eddy_viscosity_2D.nc file
267   !                                !  =  0  constant
268   !                                !  = 10  F(k)=c1d
269   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
270   !                                !  = 30  F(i,j,k)=c2d*c1d
271   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
272   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s]
273   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
274   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s]
275/
276!-----------------------------------------------------------------------
277&namzdf        !   vertical physics
278!-----------------------------------------------------------------------
279/
280!-----------------------------------------------------------------------
281&namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" )
282!-----------------------------------------------------------------------
283/
284!-----------------------------------------------------------------------
285&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
286!-----------------------------------------------------------------------
287/
288!-----------------------------------------------------------------------
289&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls")
290!-----------------------------------------------------------------------
291/
292!-----------------------------------------------------------------------
293&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
294!-----------------------------------------------------------------------
295/
296!-----------------------------------------------------------------------
297&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
298!-----------------------------------------------------------------------
299/
300!-----------------------------------------------------------------------
301&namsol        !   elliptic solver / island / free surface
302!-----------------------------------------------------------------------
303/
304!-----------------------------------------------------------------------
305&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
306!-----------------------------------------------------------------------
307/
308!-----------------------------------------------------------------------
309&namctl        !   Control prints & Benchmark
310!-----------------------------------------------------------------------
311/
312!-----------------------------------------------------------------------
313&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
314!-----------------------------------------------------------------------
315/
316!-----------------------------------------------------------------------
317&namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra")
318!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor")
319!-----------------------------------------------------------------------
320/
321!-----------------------------------------------------------------------
322&namflo       !   float parameters                                      ("key_float")
323!-----------------------------------------------------------------------
324/
325!-----------------------------------------------------------------------
326&namptr       !   Poleward Transport Diagnostic
327!-----------------------------------------------------------------------
328/
329!-----------------------------------------------------------------------
330&namhsb       !  Heat and salt budgets
331!-----------------------------------------------------------------------
332/
333!-----------------------------------------------------------------------
334&nam_diaharm   !   Harmonic analysis of tidal constituents ('key_diaharm')
335!-----------------------------------------------------------------------
336/
337!-----------------------------------------------------------------------
338&namdct        ! transports through sections
339!-----------------------------------------------------------------------
340/
341!-----------------------------------------------------------------------
342&namobs       !  observation usage switch                               ('key_diaobs')
343!-----------------------------------------------------------------------
344/
345!-----------------------------------------------------------------------
346&nam_asminc   !   assimilation increments                               ('key_asminc')
347!-----------------------------------------------------------------------
348/
349!-----------------------------------------------------------------------
350&namsbc_wave   ! External fields from wave model
351!-----------------------------------------------------------------------
352/
353!-----------------------------------------------------------------------
354&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
355!-----------------------------------------------------------------------
356/
Note: See TracBrowser for help on using the repository browser.