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/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00 – NEMO

source: branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/namelist_cfg @ 7280

Last change on this file since 7280 was 7280, checked in by flavoni, 7 years ago

merge CNRS2016 with aerobulk branch

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