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

source: branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/namelist_cfg @ 6624

Last change on this file since 6624 was 6624, checked in by gm, 8 years ago

#1692 - branch SIMPLIF_2_usrdef: add domain_cfg.nc file which includes jperio, and vert. coord. logicals. +code cleaning

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