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/2017/dev_r7963_nemo_v3_6_AGRIF-3_AGRIFVVL/NEMOGCM/CONFIG/VORTEX/EXP00 – NEMO

source: branches/2017/dev_r7963_nemo_v3_6_AGRIF-3_AGRIFVVL/NEMOGCM/CONFIG/VORTEX/EXP00/namelist_cfg @ 8011

Last change on this file since 8011 was 8011, checked in by jchanut, 7 years ago

VORTEX test case for AGRIF

File size: 22.2 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!
5!-----------------------------------------------------------------------
6&namrun        !   parameters of the run
7!-----------------------------------------------------------------------
8   cn_exp      =  "VORTEX"    !  experience name
9   nn_date0    = 19500101     !  initial date
10   nn_it000    =        1     !  first time step
11   nn_itend    =     5400     !  last  time step (std 5475)
12   nn_stock    =        0     !  frequency of creation of a restart file (modulo referenced to 1)
13   nn_istate   =        0     !  output the initial state (1) or not (0)
14/
15!-----------------------------------------------------------------------
16&namcfg        !   parameters of the configuration
17!-----------------------------------------------------------------------
18   cp_cfg      =  "vortex"             !  name of the configuration
19   cp_cfz      =      ''               !  name of the zoom of configuration
20   jp_cfg      =       0               !  resolution of the configuration
21   jpidta      =      61               !  1st lateral dimension ( >= jpi )
22   jpjdta      =      61               !  2nd    "         "    ( >= jpj )
23   jpkdta      =      11               !  number of levels      ( >= jpk )
24   jpiglo      =      61               !  1st dimension of global domain --> i =jpidta
25   jpjglo      =      61               !  2nd    -                  -    --> j  =jpjdta
26   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
27   jpjzoom     =       1               !  in data domain indices
28   jperio      =       0               !  lateral cond. type (between 0 and 6)
29/
30!-----------------------------------------------------------------------
31&namzgr        !   vertical coordinate
32!-----------------------------------------------------------------------
33   ln_zco      = .true.    !  z-coordinate - full    steps   (T/F)      ("key_zco" may also be defined)
34   ln_zps      = .false.   !  z-coordinate - partial steps   (T/F)
35/
36!-----------------------------------------------------------------------
37&nam_vvl    !   vertical coordinate options
38!-----------------------------------------------------------------------
39/
40!-----------------------------------------------------------------------
41&namdom        !   space and time domain (bathymetry, mesh, timestep)
42!-----------------------------------------------------------------------
43   nn_msh      =    0      !  create (=1) a mesh file or not (=0)
44   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file
45   rn_bathy    =  5000.    !  value of the bathymetry. if (=0) bottom flat at jpkm1                       !
46   rn_rdt      =  1440.    !  time step for the dynamics (and tracer if nn_acc=0)
47   rn_atfp     =    0.05   !  asselin time filter parameter
48   jphgr_msh   =    3                  !  type of horizontal mesh
49                                       !  = 0 curvilinear coordinate on the sphere read in coordinate.nc
50                                       !  = 1 geographical mesh on the sphere with regular grid-spacing
51                                       !  = 2 f-plane with regular grid-spacing
52                                       !  = 3 beta-plane with regular grid-spacing
53                                       !  = 4 Mercator grid with T/U point at the equator
54   ppgphi0     =    38.5               ! latitude  of first raw and column T-point (jphgr_msh = 1)
55   ppe1_m      =   30000.0             !  zonal      grid-spacing (meters)
56   ppe2_m      =   30000.0             !  meridional grid-spacing (meters)
57   ppsur       =  999999.              !  ORCA r4, r2 and r05 coefficients
58   ppa0        =  999999.              ! (default coefficients)
59   ppa1        =  999999.              !
60   ppkth       =  0.                   ! =0 means uniform vertical grid
61   pphmax      =  5000.                !  Maximum depth
62   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
63
64/
65!-----------------------------------------------------------------------
66&namsplit      !   time splitting parameters                            ("key_dynspg_ts")
67!-----------------------------------------------------------------------
68   ln_bt_nn_auto =    .FALSE.          !  Set nn_baro automatically to be just below
69                                       !  a user defined maximum courant number (rn_bt_cmax)
70   nn_baro       =    20               !  Number of iterations of barotropic mode
71                                       !  during rn_rdt seconds. Only used if ln_bt_nn_auto=F
72/
73!-----------------------------------------------------------------------
74&namcrs        !   Grid coarsening for dynamics output and/or
75               !   passive tracer coarsened online simulations
76!-----------------------------------------------------------------------
77/
78!-----------------------------------------------------------------------
79&namtsd    !   data : Temperature  & Salinity
80!-----------------------------------------------------------------------
81   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
82   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
83/
84!-----------------------------------------------------------------------
85&namsbc        !   Surface Boundary Condition (surface module)
86!-----------------------------------------------------------------------
87   ln_ana      = .true.     !  analytical formulation                   (T => fill namsbc_ana )
88   ln_blk_core = .false.    !  CORE bulk formulation                    (T => fill namsbc_core)
89   nn_ice      = 0          !  =0 no ice boundary condition   ,
90   ln_rnf      = .false.    !  runoffs                                  (T   => fill namsbc_rnf)
91   ln_ssr      = .false.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
92   nn_fwb      = 0          !  FreshWater Budget: =0 unchecked
93/
94!-----------------------------------------------------------------------
95&namsbc_ana    !   analytical surface boundary condition
96!-----------------------------------------------------------------------
97   rn_utau0    =   0.e0    !  uniform value for the i-stress
98/
99!-----------------------------------------------------------------------
100&namsbc_core   !   namsbc_core  CORE bulk formulae
101!-----------------------------------------------------------------------
102/
103!-----------------------------------------------------------------------
104&namtra_qsr    !   penetrative solar radiation
105!-----------------------------------------------------------------------
106   ln_traqsr   = .false.    !  Light penetration (T) or not (F)
107/
108!-----------------------------------------------------------------------
109&namsbc_rnf    !   runoffs namelist surface boundary condition
110!-----------------------------------------------------------------------
111/
112!-----------------------------------------------------------------------
113&namsbc_ssr    !   surface boundary condition : sea surface restoring
114!-----------------------------------------------------------------------
115/
116!-----------------------------------------------------------------------
117&namsbc_alb    !   albedo parameters
118!-----------------------------------------------------------------------
119/
120!-----------------------------------------------------------------------
121&namberg       !   iceberg parameters
122!-----------------------------------------------------------------------
123/
124!-----------------------------------------------------------------------
125&namlbc        !   lateral momentum boundary condition
126!-----------------------------------------------------------------------
127   rn_shlat    =     0     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
128                           !  free slip  !   partial slip  !   no slip   ! strong slip
129/
130!-----------------------------------------------------------------------
131&namcla        !   cross land advection
132!-----------------------------------------------------------------------
133/
134!-----------------------------------------------------------------------
135&nambfr        !   bottom friction
136!-----------------------------------------------------------------------
137   nn_bfr      =    0      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction
138                           !                              = 2 : nonlinear friction
139/
140!-----------------------------------------------------------------------
141&nambbc        !   bottom temperature boundary condition
142!-----------------------------------------------------------------------
143   ln_trabbc   = .false.    !  Apply a geothermal heating at the ocean bottom
144/
145!-----------------------------------------------------------------------
146&nambbl        !   bottom boundary layer scheme
147!-----------------------------------------------------------------------
148   nn_bbl_ldf  =  0      !  diffusive bbl (=1)   or not (=0)
149/
150!-----------------------------------------------------------------------
151&nameos        !   ocean physical parameters
152!-----------------------------------------------------------------------
153   nn_eos      =  1     !  type of equation of state and Brunt-Vaisala frequency
154                                 !  =-1, TEOS-10
155                                 !  = 0, EOS-80
156                                 !  = 1, S-EOS   (simplified eos)
157   ln_useCT    = .false. ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm
158   !                             !
159   !                     ! S-EOS coefficients :
160   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
161   rn_a0       =  0.28           !  thermal expension coefficient (nn_eos= 1)
162   rn_b0       =  0.             !  saline  expension coefficient (nn_eos= 1)
163   rn_lambda1  =  0.             !  cabbeling coeff in T^2  (=0 for linear eos)
164   rn_lambda2  =  0.             !  cabbeling coeff in S^2  (=0 for linear eos)
165   rn_mu1      =  0.             !  thermobaric coeff. in T (=0 for linear eos)
166   rn_mu2      =  0.             !  thermobaric coeff. in S (=0 for linear eos)
167   rn_nu       =  0.             !  cabbeling coeff in T*S  (=0 for linear eos)
168/
169!-----------------------------------------------------------------------
170&namtra_adv    !   advection scheme for tracer
171!-----------------------------------------------------------------------
172   ln_traadv_cen2   =  .false.   !  2nd order centered scheme
173   ln_traadv_tvd    =  .true.    !  TVD scheme
174   ln_traadv_ubs    =  .false.   !  UBS scheme
175/
176!-----------------------------------------------------------------------
177&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
178!-----------------------------------------------------------------------
179   ln_mle    = .false.      ! (T) use the Mixed Layer Eddy (MLE) parameterisation
180/
181!-----------------------------------------------------------------------
182&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
183!-----------------------------------------------------------------------
184/
185!----------------------------------------------------------------------------------
186&namtra_ldf    !   lateral diffusion scheme for tracers
187!----------------------------------------------------------------------------------
188   !                       !  Operator type:
189   ln_traldf_lap    =  .false.  !  laplacian operator
190   ln_traldf_bilap  =  .true.   !  bilaplacian operator
191   !                       !  Direction of action:
192   ln_traldf_level  =  .false.  !  iso-level
193   ln_traldf_hor    =  .true.   !  horizontal (geopotential)   (needs "key_ldfslp" when ln_sco=T)
194   ln_traldf_iso    =  .false.  !  iso-neutral                 (needs "key_ldfslp")
195   rn_aht_0         =   -5.e10  !  horizontal eddy diffusivity for tracers [m2/s]
196/
197!-----------------------------------------------------------------------
198&namtra_dmp    !   tracer: T & S newtonian damping
199!-----------------------------------------------------------------------
200   ln_tradmp   =  .false.   !  add a damping termn (T) or not (F)
201/
202!-----------------------------------------------------------------------
203&namdyn_adv    !   formulation of the momentum advection
204!-----------------------------------------------------------------------
205   ln_dynadv_vec = .false.  !  vector form (T) or flux form (F)
206   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction
207   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme
208   ln_dynadv_ubs = .true. !  flux form - 3rd order UBS      scheme
209   ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection
210/
211!-----------------------------------------------------------------------
212&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
213!-----------------------------------------------------------------------
214/
215!-----------------------------------------------------------------------
216&namdyn_hpg    !   Hydrostatic pressure gradient option
217!-----------------------------------------------------------------------
218   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
219   ln_hpg_sco  = .true.    !  s-coordinate (standard jacobian formulation)
220/
221!-----------------------------------------------------------------------
222&namdyn_ldf    !   lateral diffusion on momentum
223!-----------------------------------------------------------------------
224   !                       !  Type of the operator :
225   ln_dynldf_lap    =  .false.  !  laplacian operator
226   ln_dynldf_bilap  =  .false.  !  bilaplacian operator
227   !                       !  Direction of action  :
228   ln_dynldf_level  =  .false.  !  iso-level
229   ln_dynldf_hor    =  .true.   !  horizontal (geopotential)            (require "key_ldfslp" in s-coord.)
230   ln_dynldf_iso    =  .false.  !  iso-neutral                          (require "key_ldfslp")
231   !                       !  Coefficient
232/
233!-----------------------------------------------------------------------
234&namzdf        !   vertical physics
235!-----------------------------------------------------------------------
236   rn_avm0     =    1.e-4  !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst")
237   rn_avt0     =    1.e-5  !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst")
238   ln_zdfevd   = .true.    !  enhanced vertical diffusion (evd) (T) or not (F)
239   nn_evdm     =    0      !  evd apply on tracer (=0) or on tracer and momentum (=1)
240   rn_avevd    =    0.     !  evd mixing coefficient [m2/s]
241/
242!-----------------------------------------------------------------------
243&nambdy        !  unstructured open boundaries                          ("key_bdy")
244    nb_bdy         = 4                    !  number of open boundary sets
245    ln_coords_file = .false.,.false.,.false.,.false.      !  =T : read bdy coordinates from file
246    cn_coords_file = '','','',''          !  bdy coordinates files
247    ln_mask_file   = .false.              !  =T : read mask from file
248    cn_mask_file   = ''                   !  name of mask file (if ln_mask_file=.TRUE.)
249    cn_dyn2d       = 'flather','flather','flather','flather' !
250    nn_dyn2d_dta   =  0,0,0,0             !  = 0, bdy data are equal to the initial state
251                                          !  = 1, bdy data are read in 'bdydata   .nc' files
252                                          !  = 2, use tidal harmonic forcing data from files
253                                          !  = 3, use external data AND tidal harmonic forcing
254    cn_dyn3d      =  'specified','specified','specified','specified'      !
255    nn_dyn3d_dta  =  0,0,0,0              !  = 0, bdy data are equal to the initial state
256                                          !  = 1, bdy data are read in 'bdydata   .nc' files
257    cn_tra        =  'specified','specified','specified','specified'      !
258    nn_tra_dta    =  0,0,0,0              !  = 0, bdy data are equal to the initial state
259                                          !  = 1, bdy data are read in 'bdydata   .nc' files
260    ln_tra_dmp    =.false.,.false.,.false.,.false.      !  open boudaries conditions for tracers
261    ln_dyn3d_dmp  =.false.,.false.,.false.,.false.      !  open boundary condition for baroclinic velocities
262    rn_time_dmp   =  100., 100., 100., 100.             ! Damping time scale in days
263    rn_time_dmp_out =  100., 100., 100., 100.       ! Outflow damping time scale
264    nn_rimwidth   = 1, 1, 1, 1                  !  width of the relaxation zone
265    ln_vol        = .false.               !  total volume correction (see nn_volctl parameter)
266    nn_volctl     = 1                     !  = 0, the total water flux across open boundaries is zero
267/
268!-----------------------------------------------------------------------
269&nambdy_index  !  structured open boundaries definition     ("key_bdy")
270!-----------------------------------------------------------------------
271    ctypebdy ='S'                   ! Open boundary type (W,E,S or N)
272    nbdyind  = -1                   ! indice of velocity row or column
273                                            ! if ==-1, set obc at the domain boundary
274                                            !        , discard start and end indices
275    nbdybeg  =  -99                 ! indice of segment start
276    nbdyend  =  -99                 ! indice of segment end
277/
278!-----------------------------------------------------------------------
279&nambdy_index  !  structured open boundaries definition     ("key_bdy")
280!-----------------------------------------------------------------------
281    ctypebdy ='N'                   ! Open boundary type (W,E,S or N)
282    nbdyind  = -1                   ! indice of velocity row or column
283                                            ! if ==-1, set obc at the domain boundary
284                                            !        , discard start and end indices
285    nbdybeg  =  -99                 ! indice of segment start
286    nbdyend  =  -99                 ! indice of segment end
287/
288!-----------------------------------------------------------------------
289&nambdy_index  !  structured open boundaries definition     ("key_bdy")
290!-----------------------------------------------------------------------
291    ctypebdy ='W'                   ! Open boundary type (W,E,S or N)
292    nbdyind  = -1                   ! indice of velocity row or column
293                                            ! if ==-1, set obc at the domain boundary
294                                            !        , discard start and end indices
295    nbdybeg  =  -99                 ! indice of segment start
296    nbdyend  =  -99                 ! indice of segment end
297/
298!-----------------------------------------------------------------------
299&nambdy_index  !  structured open boundaries definition     ("key_bdy")
300!-----------------------------------------------------------------------
301    ctypebdy ='E'                   ! Open boundary type (W,E,S or N)
302    nbdyind  = -1                   ! indice of velocity row or column
303                                            ! if ==-1, set obc at the domain boundary
304                                            !        , discard start and end indices
305    nbdybeg  =  -99                 ! indice of segment start
306    nbdyend  =  -99                 ! indice of segment end
307/
308!-----------------------------------------------------------------------
309&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
310!-----------------------------------------------------------------------
311/
312!-----------------------------------------------------------------------
313&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
314!-----------------------------------------------------------------------
315/
316!-----------------------------------------------------------------------
317&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
318!-----------------------------------------------------------------------
319/
320!-----------------------------------------------------------------------
321&namzdf_tmx_new !  new tidal mixing parameterization                    ("key_zdftmx_new")
322!-----------------------------------------------------------------------
323/
324!-----------------------------------------------------------------------
325&namsol        !   elliptic solver / island / free surface
326!-----------------------------------------------------------------------
327/
328!-----------------------------------------------------------------------
329&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
330!-----------------------------------------------------------------------
331/
332!-----------------------------------------------------------------------
333&namctl        !   Control prints & Benchmark
334!-----------------------------------------------------------------------
335/
336!-----------------------------------------------------------------------
337&namptr       !   Poleward Transport Diagnostic
338!-----------------------------------------------------------------------
339/
340!-----------------------------------------------------------------------
341&namhsb       !  Heat and salt budgets
342!-----------------------------------------------------------------------
343/
344!-----------------------------------------------------------------------
345&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
346!-----------------------------------------------------------------------
347/
348!-----------------------------------------------------------------------
349&namobs       !  observation usage                                      ('key_diaobs')
350!-----------------------------------------------------------------------
351/
352!-----------------------------------------------------------------------
353&nam_asminc   !   assimilation increments                               ('key_asminc')
354!-----------------------------------------------------------------------
355/
356!-----------------------------------------------------------------------
357&namsto       ! Stochastic parametrization of EOS
358!-----------------------------------------------------------------------
359/
360!-----------------------------------------------------------------------
361&namtrd        !   diagnostics on dynamics and/or tracer trends
362!              !       and/or mixed-layer trends and/or barotropic vorticity
363!-----------------------------------------------------------------------
364/
Note: See TracBrowser for help on using the repository browser.