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 @ 5759

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

#1593: LDF-ADV, step II.1: phasing the improvements/simplifications of diffusive trend: namelist and keys

File size: 15.4 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&namcla        !   cross land advection
122!-----------------------------------------------------------------------
123/
124!-----------------------------------------------------------------------
125&nambfr        !   bottom friction
126!-----------------------------------------------------------------------
127/
128!-----------------------------------------------------------------------
129&nambbc        !   bottom temperature boundary condition
130!-----------------------------------------------------------------------
131/
132!-----------------------------------------------------------------------
133&nambbl        !   bottom boundary layer scheme
134!-----------------------------------------------------------------------
135/
136!-----------------------------------------------------------------------
137&nameos        !   ocean physical parameters
138!-----------------------------------------------------------------------
139/
140!-----------------------------------------------------------------------
141&namtra_adv    !   advection scheme for tracer
142!-----------------------------------------------------------------------
143/
144!-----------------------------------------------------------------------
145&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
146!-----------------------------------------------------------------------
147/
148!-----------------------------------------------------------------------
149&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
150!-----------------------------------------------------------------------
151/
152!----------------------------------------------------------------------------------
153&namtra_ldf    !   lateral diffusion scheme for tracers
154!----------------------------------------------------------------------------------
155   !                       !  Operator type:
156   ln_traldf_lap   =  .true.   !    laplacian operator
157   ln_traldf_blp   =  .false.  !  bilaplacian operator
158   !                       !  Direction of action:
159   ln_traldf_lev   =  .false.  !  iso-level
160   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
161   ln_traldf_iso   =  .true.   !  iso-neutral
162   ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads
163   !
164   !                       !  iso-neutral options:       
165   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
166   rn_slpmax       =   0.01    !  slope limit                      (both operators)
167   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only)
168   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
169   ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only)
170   !
171   !                       !  Coefficients:
172   nn_aht_ijk_t    = 21        !  space/time variation of eddy coef
173   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file
174   !                                !   =  0           constant
175   !                                !   = 10 F(k)      =ldf_c1d
176   !                                !   = 20 F(i,j)    =ldf_c2d
177   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
178   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
179   !                                !   = 31 F(i,j,k,t)=F(local velocity)
180   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
181   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
182/
183!----------------------------------------------------------------------------------
184&namtra_ldfeiv !   eddy induced velocity param.
185!----------------------------------------------------------------------------------
186   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization
187   ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities
188   rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s]
189   nn_aei_ijk_t  = 21      ! space/time variation of the eiv coeficient
190   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file
191   !                                !   =  0           constant
192   !                                !   = 10 F(k)      =ldf_c1d
193   !                                !   = 20 F(i,j)    =ldf_c2d
194   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
195   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
196/!-----------------------------------------------------------------------
197&namtra_dmp    !   tracer: T & S newtonian damping
198!-----------------------------------------------------------------------
199/
200!-----------------------------------------------------------------------
201&namdyn_adv    !   formulation of the momentum advection
202!-----------------------------------------------------------------------
203/
204!-----------------------------------------------------------------------
205&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
206!-----------------------------------------------------------------------
207/
208!-----------------------------------------------------------------------
209&namdyn_hpg    !   Hydrostatic pressure gradient option
210!-----------------------------------------------------------------------
211/
212!-----------------------------------------------------------------------
213&namdyn_ldf    !   lateral diffusion on momentum
214!-----------------------------------------------------------------------
215/
216!-----------------------------------------------------------------------
217&namzdf        !   vertical physics
218!-----------------------------------------------------------------------
219/
220!-----------------------------------------------------------------------
221&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
222!-----------------------------------------------------------------------
223/
224!-----------------------------------------------------------------------
225&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
226!-----------------------------------------------------------------------
227/
228!-----------------------------------------------------------------------
229&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
230!-----------------------------------------------------------------------
231/
232!-----------------------------------------------------------------------
233&namsol        !   elliptic solver / island / free surface
234!-----------------------------------------------------------------------
235/
236!-----------------------------------------------------------------------
237&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
238!-----------------------------------------------------------------------
239/
240!-----------------------------------------------------------------------
241&namctl        !   Control prints & Benchmark
242!-----------------------------------------------------------------------
243/
244!-----------------------------------------------------------------------
245&namptr       !   Poleward Transport Diagnostic
246!-----------------------------------------------------------------------
247/
248!-----------------------------------------------------------------------
249&namhsb       !  Heat and salt budgets
250!-----------------------------------------------------------------------
251/
252!-----------------------------------------------------------------------
253&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
254!-----------------------------------------------------------------------
255/
256!-----------------------------------------------------------------------
257&namobs       !  observation usage                                      ('key_diaobs')
258!-----------------------------------------------------------------------
259/
260!-----------------------------------------------------------------------
261&nam_asminc   !   assimilation increments                               ('key_asminc')
262!-----------------------------------------------------------------------
263/
Note: See TracBrowser for help on using the repository browser.