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

source: branches/2013/dev_LOCEAN_2013/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/namelist_cfg @ 4152

Last change on this file since 4152 was 4152, checked in by cetlod, 10 years ago

merge in dev_LOCEAN_2013 the 2nd development branch dev_r3940_CNRS4_IOCRS, see ticket #1169

File size: 15.8 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   cn_exp      =  "ORCA2C"  !  experience name
15   nn_it000    =       1    !  first time step
16   nn_date0    = 19600101 
17/
18!-----------------------------------------------------------------------
19&namcfg        !   parameters of the configuration
20!-----------------------------------------------------------------------
21   cp_cfg      =  "orca"               !  name of the configuration
22   jp_cfg      =       2               !  resolution of the configuration
23   jpidta      =     182               !  1st lateral dimension ( >= jpi )
24   jpjdta      =     149               !  2nd    "         "    ( >= jpj )
25   jpkdta      =      31               !  number of levels      ( >= jpk )
26   jpiglo      =     182               !  1st dimension of global domain --> i =jpidta
27   jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta
28   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
29   jpjzoom     =       1               !  in data domain indices
30   jperio      =       4               !  lateral cond. type (between 0 and 6)
31/
32!-----------------------------------------------------------------------
33&namzgr        !   vertical coordinate
34!-----------------------------------------------------------------------
35/
36!-----------------------------------------------------------------------
37&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate
38!-----------------------------------------------------------------------
39   rn_sbot_min =  300.     !  minimum depth of s-bottom surface (>0) (m)
40   rn_sbot_max = 5250.     !  maximum depth of s-bottom surface (= ocean depth) (>0) (m)
41   rn_theta    =    6.0    !  surface control parameter (0<=rn_theta<=20)
42   rn_thetb    =    0.75   !  bottom control parameter  (0<=rn_thetb<= 1)
43   rn_rmax     =    0.15   !  maximum cut-off r-value allowed (0<rn_max<1)
44   ln_s_sigma  = .false.   !  hybrid s-sigma coordinates
45   rn_bb       =    0.8    !  stretching with s-sigma
46   rn_hc       =  150.0    !  critical depth with s-sigma
47/
48!-----------------------------------------------------------------------
49&namdom        !   space and time domain (bathymetry, mesh, timestep)
50!-----------------------------------------------------------------------
51   jphgr_msh   =       0               !  type of horizontal mesh
52   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
53   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
54   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
55   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
56   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
57   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
58   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
59   ppa0        =     255.58049070440   ! (default coefficients)
60   ppa1        =     245.58132232490   !
61   ppkth       =      21.43336197938   !
62   ppacr       =       3.0             !
63   ppdzmin     =  999999.              !  Minimum vertical spacing
64   pphmax      =  999999.              !  Maximum depth
65   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
66   ppa2        =  999999.              !  Double tanh function parameters
67   ppkth2      =  999999.              !
68   ppacr2      =  999999.              !
69/
70!-----------------------------------------------------------------------
71&namcrs        !   Grid coarsening for dynamics output and/or
72               !   passive tracer coarsened online simulations
73!-----------------------------------------------------------------------
74/
75!-----------------------------------------------------------------------
76&namtsd    !   data : Temperature  & Salinity                           
77!-----------------------------------------------------------------------
78/
79!-----------------------------------------------------------------------
80&namsbc        !   Surface Boundary Condition (surface module)
81!-----------------------------------------------------------------------
82/
83!-----------------------------------------------------------------------
84&namsbc_ana    !   analytical surface boundary condition
85!-----------------------------------------------------------------------
86/
87!-----------------------------------------------------------------------
88&namsbc_flx    !   surface boundary condition : flux formulation
89!-----------------------------------------------------------------------
90/     
91!-----------------------------------------------------------------------
92&namsbc_clio   !   namsbc_clio  CLIO bulk formulae
93!-----------------------------------------------------------------------
94/
95!-----------------------------------------------------------------------
96&namsbc_core   !   namsbc_core  CORE bulk formulae
97!-----------------------------------------------------------------------
98/
99!-----------------------------------------------------------------------
100&namsbc_mfs   !   namsbc_mfs  MFS bulk formulae
101!-----------------------------------------------------------------------
102/
103!-----------------------------------------------------------------------
104&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_coupled")
105!-----------------------------------------------------------------------
106/
107!-----------------------------------------------------------------------
108&namtra_qsr    !   penetrative solar radiation
109!-----------------------------------------------------------------------
110/
111!-----------------------------------------------------------------------
112&namsbc_rnf    !   runoffs namelist surface boundary condition
113!-----------------------------------------------------------------------
114/
115!-----------------------------------------------------------------------
116&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk
117!-----------------------------------------------------------------------
118/
119!-----------------------------------------------------------------------
120&namsbc_ssr    !   surface boundary condition : sea surface restoring
121!-----------------------------------------------------------------------
122/     
123!-----------------------------------------------------------------------
124&namsbc_alb    !   albedo parameters
125!-----------------------------------------------------------------------
126/
127!-----------------------------------------------------------------------
128&namlbc        !   lateral momentum boundary condition
129!-----------------------------------------------------------------------
130/
131!-----------------------------------------------------------------------
132&namcla        !   cross land advection
133!-----------------------------------------------------------------------
134/
135!-----------------------------------------------------------------------
136&namobc        !   open boundaries parameters                           ("key_obc")
137!-----------------------------------------------------------------------
138/
139!-----------------------------------------------------------------------
140&namagrif      !  AGRIF zoom                                            ("key_agrif")
141!-----------------------------------------------------------------------
142/
143!-----------------------------------------------------------------------
144&nam_tide      !   tide parameters (#ifdef key_tide)
145!-----------------------------------------------------------------------
146/
147!-----------------------------------------------------------------------
148&nambdy        !  unstructured open boundaries                          ("key_bdy")
149!-----------------------------------------------------------------------
150/
151!-----------------------------------------------------------------------
152&nambdy_dta      !  open boundaries - external data           ("key_bdy")
153!-----------------------------------------------------------------------
154/
155!-----------------------------------------------------------------------
156&nambdy_tide     ! tidal forcing at open boundaries             
157!-----------------------------------------------------------------------
158/
159!-----------------------------------------------------------------------
160&nambfr        !   bottom friction
161!-----------------------------------------------------------------------
162/
163!-----------------------------------------------------------------------
164&nambbc        !   bottom temperature boundary condition
165!-----------------------------------------------------------------------
166/
167!-----------------------------------------------------------------------
168&nambbl        !   bottom boundary layer scheme
169!-----------------------------------------------------------------------
170/
171!-----------------------------------------------------------------------
172&nameos        !   ocean physical parameters
173!-----------------------------------------------------------------------
174/
175!-----------------------------------------------------------------------
176&namtra_adv    !   advection scheme for tracer
177!-----------------------------------------------------------------------     
178/
179!----------------------------------------------------------------------------------
180&namtra_ldf    !   lateral diffusion scheme for tracers
181!----------------------------------------------------------------------------------
182/
183!-----------------------------------------------------------------------
184&namtra_dmp    !   tracer: T & S newtonian damping                 
185!-----------------------------------------------------------------------
186/
187!-----------------------------------------------------------------------
188&namdyn_adv    !   formulation of the momentum advection
189!-----------------------------------------------------------------------
190
191!-----------------------------------------------------------------------
192&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
193!-----------------------------------------------------------------------
194/
195!-----------------------------------------------------------------------
196&namdyn_hpg    !   Hydrostatic pressure gradient option
197!-----------------------------------------------------------------------
198/
199!-----------------------------------------------------------------------
200!namdyn_spg    !   surface pressure gradient   (CPP key only)
201!-----------------------------------------------------------------------
202!-----------------------------------------------------------------------
203&namdyn_ldf    !   lateral diffusion on momentum
204!-----------------------------------------------------------------------     
205/
206!-----------------------------------------------------------------------
207&namzdf        !   vertical physics
208!-----------------------------------------------------------------------
209/
210!-----------------------------------------------------------------------
211&namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" )
212!-----------------------------------------------------------------------
213/
214!-----------------------------------------------------------------------
215&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
216!-----------------------------------------------------------------------
217/
218!------------------------------------------------------------------------
219&namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally:
220!------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb")
221/
222!-----------------------------------------------------------------------
223&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls")
224!-----------------------------------------------------------------------
225/
226!-----------------------------------------------------------------------
227&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
228!-----------------------------------------------------------------------
229/
230!-----------------------------------------------------------------------
231&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
232!-----------------------------------------------------------------------
233/
234!-----------------------------------------------------------------------
235&namsol        !   elliptic solver / island / free surface
236!-----------------------------------------------------------------------
237/
238!-----------------------------------------------------------------------
239&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
240!-----------------------------------------------------------------------
241/
242!-----------------------------------------------------------------------
243&namctl        !   Control prints & Benchmark
244!-----------------------------------------------------------------------
245/
246!-----------------------------------------------------------------------
247&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
248!-----------------------------------------------------------------------
249/
250!-----------------------------------------------------------------------
251&namtrd        !   diagnostics on dynamics and/or tracer trends         ("key_trddyn" and/or "key_trdtra")
252!              !       or mixed-layer trends or barotropic vorticity    ("key_trdmld" or     "key_trdvor")
253!-----------------------------------------------------------------------
254/
255!-----------------------------------------------------------------------
256&namflo       !   float parameters                                      ("key_float")
257!-----------------------------------------------------------------------
258/
259!-----------------------------------------------------------------------
260&namptr       !   Poleward Transport Diagnostic
261!-----------------------------------------------------------------------
262/
263!-----------------------------------------------------------------------
264&namhsb       !  Heat and salt budgets
265!-----------------------------------------------------------------------
266/
267!-----------------------------------------------------------------------
268&nam_diaharm   !   Harmonic analysis of tidal constituents ('key_diaharm')
269!-----------------------------------------------------------------------
270/
271!-----------------------------------------------------------------------
272&namdct        ! transports through sections
273!-----------------------------------------------------------------------
274/
275!-----------------------------------------------------------------------
276&namobs       !  observation usage switch                               ('key_diaobs')
277!-----------------------------------------------------------------------
278/
279!-----------------------------------------------------------------------
280&nam_asminc   !   assimilation increments                               ('key_asminc')
281!-----------------------------------------------------------------------
282/
283!-----------------------------------------------------------------------
284&namsbc_wave   ! External fields from wave model
285!-----------------------------------------------------------------------
286/
287!-----------------------------------------------------------------------
288&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
289!-----------------------------------------------------------------------
290/
Note: See TracBrowser for help on using the repository browser.