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_r5721_CNRS9_NOC3_LDF/NEMOGCM/CONFIG/ORCA2_LIM/EXP00 – NEMO

source: branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist_cfg @ 5778

Last change on this file since 5778 was 5778, checked in by gm, 9 years ago

#1593: LDF-ADV, III. Phasing of the improvements/simplifications of ADV & LDF momentum trends: associated namelist & cpp

File size: 17.7 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   nn_no       =       0   !  job number (no more used...)
9   cn_exp      =  "ORCA2"  !  experience name
10   nn_it000    =       1   !  first time step
11   nn_itend    =    1050   !  last  time step (std 5475)
12   nn_date0    =  010101   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
13   nn_leapy    =       0   !  Leap year calendar (1) or not (0)
14   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T)
15   nn_euler    =       1   !  = 0 : start with forward time step if ln_rstart=T
16   nn_rstctl   =       0   !  restart control ==> activated only if ln_rstart=T
17                           !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist
18                           !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart
19                           !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart
20   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input)
21   cn_ocerst_indir = "."       !  directory from which to read input ocean restarts
22   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output)
23   cn_ocerst_outdir = "."      !  directory in which to write output ocean restarts
24   nn_istate   =       0   !  output the initial state (1) or not (0)
25   ln_rst_list = .false.   !  output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F)
26   nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1)
27   nn_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written
28   nn_write    =    105   !  frequency of write in the output file   (modulo referenced to nn_it000)
29   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T)
30   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%)
31   ln_cfmeta   = .false.   !  output additional data to netCDF files required for compliance with the CF metadata standard
32   ln_clobber  = .true.   !  clobber (overwrite) an existing file
33   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines)
34/
35!-----------------------------------------------------------------------
36&namcfg        !   parameters of the configuration
37!-----------------------------------------------------------------------
38   cp_cfg      =  "orca"               !  name of the configuration
39   jp_cfg      =       2               !  resolution of the configuration
40   jpidta      =     182               !  1st lateral dimension ( >= jpi )
41   jpjdta      =     149               !  2nd    "         "    ( >= jpj )
42   jpkdta      =      31               !  number of levels      ( >= jpk )
43   jpiglo      =     182               !  1st dimension of global domain --> i =jpidta
44   jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta
45   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
46   jpjzoom     =       1               !  in data domain indices
47   jperio      =       4               !  lateral cond. type (between 0 and 6)
48/
49!-----------------------------------------------------------------------
50&namzgr        !   vertical coordinate
51!-----------------------------------------------------------------------
52/
53!-----------------------------------------------------------------------
54&namdom        !   space and time domain (bathymetry, mesh, timestep)
55!-----------------------------------------------------------------------
56   jphgr_msh   =       0               !  type of horizontal mesh
57   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
58   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
59   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
60   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
61   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
62   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
63   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
64   ppa0        =     255.58049070440   ! (default coefficients)
65   ppa1        =     245.58132232490   !
66   ppkth       =      21.43336197938   !
67   ppacr       =       3.0             !
68   ppdzmin     =  999999.              !  Minimum vertical spacing
69   pphmax      =  999999.              !  Maximum depth
70   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
71   ppa2        =  999999.              !  Double tanh function parameters
72   ppkth2      =  999999.              !
73   ppacr2      =  999999.              !
74/
75!-----------------------------------------------------------------------
76&namsplit      !   time splitting parameters                            ("key_dynspg_ts")
77!-----------------------------------------------------------------------
78/
79!-----------------------------------------------------------------------
80&namcrs        !   Grid coarsening for dynamics output and/or
81               !   passive tracer coarsened online simulations
82!-----------------------------------------------------------------------
83/
84!-----------------------------------------------------------------------
85&namtsd    !   data : Temperature  & Salinity
86!-----------------------------------------------------------------------
87/
88!-----------------------------------------------------------------------
89&namsbc        !   Surface Boundary Condition (surface module)
90!-----------------------------------------------------------------------
91/
92!-----------------------------------------------------------------------
93&namsbc_core   !   namsbc_core  CORE bulk formulae
94!-----------------------------------------------------------------------
95/
96!-----------------------------------------------------------------------
97&namtra_qsr    !   penetrative solar radiation
98!-----------------------------------------------------------------------
99/
100!-----------------------------------------------------------------------
101&namsbc_rnf    !   runoffs namelist surface boundary condition
102!-----------------------------------------------------------------------
103/
104!-----------------------------------------------------------------------
105&namsbc_ssr    !   surface boundary condition : sea surface restoring
106!-----------------------------------------------------------------------
107/
108!-----------------------------------------------------------------------
109&namsbc_alb    !   albedo parameters
110!-----------------------------------------------------------------------
111/
112!-----------------------------------------------------------------------
113&namberg       !   iceberg parameters
114!-----------------------------------------------------------------------
115/
116!-----------------------------------------------------------------------
117&namlbc        !   lateral momentum boundary condition
118!-----------------------------------------------------------------------
119/
120!-----------------------------------------------------------------------
121&nambfr        !   bottom friction
122!-----------------------------------------------------------------------
123/
124!-----------------------------------------------------------------------
125&nambbc        !   bottom temperature boundary condition
126!-----------------------------------------------------------------------
127/
128!-----------------------------------------------------------------------
129&nambbl        !   bottom boundary layer scheme
130!-----------------------------------------------------------------------
131/
132!-----------------------------------------------------------------------
133&nameos        !   ocean physical parameters
134!-----------------------------------------------------------------------
135/
136!-----------------------------------------------------------------------
137&namtra_adv    !   advection scheme for tracer
138!-----------------------------------------------------------------------
139   ln_traadv_cen =  .false.   !  2nd order centered scheme
140      nn_cen_h   =  4               !  =2/4, horizontal 2nd order CEN / 4th order CEN
141      nn_cen_v   =  4               !  =2/4, vertical   2nd order CEN / 4th order COMPACT
142   ln_traadv_fct =  .true.    !  FCT scheme
143      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
144      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
145      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping
146      !                             !        (number of sub-timestep = nn_fct_zts)
147   ln_traadv_mus  =  .false.  !  MUSCL scheme
148      ln_mus_ups  =  .false.         !  use upstream scheme near river mouths
149   ln_traadv_ubs  =  .false.  !  UBS scheme
150      nn_ubs_v    =  2               !  =2  , vertical 2nd order FCT
151   ln_traadv_qck  =  .false.  !  QUICKEST scheme
152/
153!-----------------------------------------------------------------------
154&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
155!-----------------------------------------------------------------------
156/
157!-----------------------------------------------------------------------
158&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
159!-----------------------------------------------------------------------
160/
161!----------------------------------------------------------------------------------
162&namtra_ldf    !   lateral diffusion scheme for tracers
163!----------------------------------------------------------------------------------
164   !                       !  Operator type:
165   ln_traldf_lap   =  .true.   !    laplacian operator
166   ln_traldf_blp   =  .false.  !  bilaplacian operator
167   !                       !  Direction of action:
168   ln_traldf_lev   =  .false.  !  iso-level
169   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
170   ln_traldf_iso   =  .true.   !  iso-neutral
171   ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads
172   !
173   !                       !  iso-neutral options:       
174   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
175   rn_slpmax       =   0.01    !  slope limit                      (both operators)
176   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only)
177   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
178   ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only)
179   !
180   !                       !  Coefficients:
181   nn_aht_ijk_t    = 21        !  space/time variation of eddy coef
182   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
183   !                                !   =  0           constant
184   !                                !   = 10 F(k)      =ldf_c1d
185   !                                !   = 20 F(i,j)    =ldf_c2d
186   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
187   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
188   !                                !   = 31 F(i,j,k,t)=F(local velocity)
189   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
190   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
191/
192!----------------------------------------------------------------------------------
193&namtra_ldfeiv !   eddy induced velocity param.
194!----------------------------------------------------------------------------------
195   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization
196   ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities
197   rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s]
198   nn_aei_ijk_t  = 21      ! space/time variation of the eiv coeficient
199   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file
200   !                                !   =  0           constant
201   !                                !   = 10 F(k)      =ldf_c1d
202   !                                !   = 20 F(i,j)    =ldf_c2d
203   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
204   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
205/!-----------------------------------------------------------------------
206&namtra_dmp    !   tracer: T & S newtonian damping
207!-----------------------------------------------------------------------
208/
209!-----------------------------------------------------------------------
210&namdyn_adv    !   formulation of the momentum advection
211!-----------------------------------------------------------------------
212/
213!-----------------------------------------------------------------------
214&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
215!-----------------------------------------------------------------------
216   ln_dynvor_ene = .false. !  enstrophy conserving scheme
217   ln_dynvor_ens = .false. !  energy conserving scheme
218   ln_dynvor_mix = .false. !  mixed scheme
219   ln_dynvor_een = .true.  !  energy & enstrophy scheme
220      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
221   ln_dynvor_msk = .true.  !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes)
222/
223!-----------------------------------------------------------------------
224&namdyn_hpg    !   Hydrostatic pressure gradient option
225!-----------------------------------------------------------------------
226/
227!-----------------------------------------------------------------------
228&namdyn_ldf    !   lateral diffusion on momentum
229!-----------------------------------------------------------------------
230   !                       !  Type of the operator :
231   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
232   ln_dynldf_lap =  .true.     !    laplacian operator
233   ln_dynldf_blp =  .false.    !  bilaplacian operator
234   !                       !  Direction of action  :
235   ln_dynldf_lev =  .true.     !  iso-level
236   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
237   ln_dynldf_iso =  .false.    !  iso-neutral
238   !                       !  Coefficient
239   nn_ahm_ijk_t  = -30         !  space/time variation of eddy coef
240   !                                !  =-30  read in eddy_viscosity_3D.nc file
241   !                                !  =-20  read in eddy_viscosity_2D.nc file
242   !                                !  =  0  constant
243   !                                !  = 10  F(k)=c1d
244   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
245   !                                !  = 30  F(i,j,k)=c2d*c1d
246   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
247   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s]
248   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
249   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s]
250/
251!-----------------------------------------------------------------------
252&namzdf        !   vertical physics
253!-----------------------------------------------------------------------
254/
255!-----------------------------------------------------------------------
256&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
257!-----------------------------------------------------------------------
258/
259!-----------------------------------------------------------------------
260&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
261!-----------------------------------------------------------------------
262/
263!-----------------------------------------------------------------------
264&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
265!-----------------------------------------------------------------------
266/
267!-----------------------------------------------------------------------
268&namsol        !   elliptic solver / island / free surface
269!-----------------------------------------------------------------------
270/
271!-----------------------------------------------------------------------
272&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
273!-----------------------------------------------------------------------
274/
275!-----------------------------------------------------------------------
276&namctl        !   Control prints & Benchmark
277!-----------------------------------------------------------------------
278/
279!-----------------------------------------------------------------------
280&namptr       !   Poleward Transport Diagnostic
281!-----------------------------------------------------------------------
282/
283!-----------------------------------------------------------------------
284&namhsb       !  Heat and salt budgets
285!-----------------------------------------------------------------------
286/
287!-----------------------------------------------------------------------
288&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
289!-----------------------------------------------------------------------
290/
291!-----------------------------------------------------------------------
292&namobs       !  observation usage                                      ('key_diaobs')
293!-----------------------------------------------------------------------
294/
295!-----------------------------------------------------------------------
296&nam_asminc   !   assimilation increments                               ('key_asminc')
297!-----------------------------------------------------------------------
298/
Note: See TracBrowser for help on using the repository browser.