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_merge_2017/NEMOGCM/TOOLS/DOMAINcfg – NEMO

source: branches/2017/dev_merge_2017/NEMOGCM/TOOLS/DOMAINcfg/namelist_cfg @ 9051

Last change on this file since 9051 was 9051, checked in by flavoni, 6 years ago

put back correct routines for TOOLS/DOMAINcfg, do not change these routines in merge development or merge phase

File size: 15.0 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      =  "domaincfg"  !  experience name
10   nn_it000    =       1   !  first time step
11   nn_itend    =      75   !  last  time step (std 5475)
12/
13!-----------------------------------------------------------------------
14&namcfg        !   parameters of the configuration
15!-----------------------------------------------------------------------
16   !
17   ln_e3_dep   = .true.    ! =T : e3=dk[depth] in discret sens.
18   !                       !      ===>>> will become the only possibility in v4.0
19   !                       ! =F : e3 analytical derivative of depth function
20   !                       !      only there for backward compatibility test with v3.6
21   !                       !     
22   cp_cfg      =  "orca"   !  name of the configuration
23   jp_cfg      =       2   !  resolution of the configuration
24   jpidta      =     182   !  1st lateral dimension ( >= jpi )
25   jpjdta      =     149   !  2nd    "         "    ( >= jpj )
26   jpkdta      =      31   !  number of levels      ( >= jpk )
27   jpiglo      =     182   !  1st dimension of global domain --> i =jpidta
28   jpjglo      =     149   !  2nd    -                  -    --> j  =jpjdta
29   jpizoom     =       1   !  left bottom (i,j) indices of the zoom
30   jpjzoom     =       1   !  in data domain indices
31   jperio      =       4   !  lateral cond. type (between 0 and 6)
32/
33!-----------------------------------------------------------------------
34&namzgr        !   vertical coordinate
35!-----------------------------------------------------------------------
36   ln_zps      = .true.    !  z-coordinate - partial steps
37   ln_linssh   = .true.    !  linear free surface
38/
39!-----------------------------------------------------------------------
40&namdom        !   space and time domain (bathymetry, mesh, timestep)
41!-----------------------------------------------------------------------
42   jphgr_msh   =       0               !  type of horizontal mesh
43   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
44   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
45   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
46   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
47   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
48   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
49   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
50   ppa0        =     255.58049070440   ! (default coefficients)
51   ppa1        =     245.58132232490   !
52   ppkth       =      21.43336197938   !
53   ppacr       =       3.0             !
54   ppdzmin     =  999999.              !  Minimum vertical spacing
55   pphmax      =  999999.              !  Maximum depth
56   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
57   ppa2        =  999999.              !  Double tanh function parameters
58   ppkth2      =  999999.              !
59   ppacr2      =  999999.              !
60/
61!-----------------------------------------------------------------------
62&namcrs        !   Grid coarsening for dynamics output and/or
63               !   passive tracer coarsened online simulations
64!-----------------------------------------------------------------------
65/
66!-----------------------------------------------------------------------
67&namtsd    !   data : Temperature  & Salinity
68!-----------------------------------------------------------------------
69/
70!-----------------------------------------------------------------------
71&namsbc        !   Surface Boundary Condition (surface module)
72!-----------------------------------------------------------------------
73/
74!-----------------------------------------------------------------------
75&namsbc_core   !   namsbc_core  CORE bulk formulae
76!-----------------------------------------------------------------------
77/
78!-----------------------------------------------------------------------
79&namtra_qsr    !   penetrative solar radiation
80!-----------------------------------------------------------------------
81/
82!-----------------------------------------------------------------------
83&namsbc_rnf    !   runoffs namelist surface boundary condition
84!-----------------------------------------------------------------------
85/
86!-----------------------------------------------------------------------
87&namsbc_ssr    !   surface boundary condition : sea surface restoring
88!-----------------------------------------------------------------------
89/
90!-----------------------------------------------------------------------
91&namsbc_alb    !   albedo parameters
92!-----------------------------------------------------------------------
93/
94!-----------------------------------------------------------------------
95&namberg       !   iceberg parameters
96!-----------------------------------------------------------------------
97/
98!-----------------------------------------------------------------------
99&namlbc        !   lateral momentum boundary condition
100!-----------------------------------------------------------------------
101/
102!-----------------------------------------------------------------------
103&nambfr        !   bottom friction
104!-----------------------------------------------------------------------
105/
106!-----------------------------------------------------------------------
107&nambbc        !   bottom temperature boundary condition                (default: NO)
108!-----------------------------------------------------------------------
109   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom
110/
111!-----------------------------------------------------------------------
112&nambbl        !   bottom boundary layer scheme
113!-----------------------------------------------------------------------
114/
115!-----------------------------------------------------------------------
116&nameos        !   ocean physical parameters
117!-----------------------------------------------------------------------
118   ln_teos10    = .true.         !  = Use TEOS-10 equation of state
119/
120!-----------------------------------------------------------------------
121&namtra_adv    !   advection scheme for tracer
122!-----------------------------------------------------------------------
123   ln_traadv_fct =  .true.    !  FCT scheme
124      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
125      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
126      nn_fct_zts =  0               !  > 1 , 2nd order FCT scheme with vertical sub-timestepping
127      !                             !        (number of sub-timestep = nn_fct_zts)
128/
129!-----------------------------------------------------------------------
130&namtra_adv_mle !  mixed layer eddy parametrisation (Fox-Kemper param)
131!-----------------------------------------------------------------------
132/
133!----------------------------------------------------------------------------------
134&namtra_ldf    !   lateral diffusion scheme for tracers
135!----------------------------------------------------------------------------------
136   !                       !  Operator type:
137   ln_traldf_lap   =  .true.   !    laplacian operator
138   ln_traldf_blp   =  .false.  !  bilaplacian operator
139   !                       !  Direction of action:
140   ln_traldf_lev   =  .false.  !  iso-level
141   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
142   ln_traldf_iso   =  .true.   !  iso-neutral (standard operator)
143   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator)
144   !
145   !                       !  iso-neutral options:       
146   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators)
147   rn_slpmax       =   0.01    !  slope limit                      (both operators)
148   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only)
149   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
150   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only)
151   !
152   !                       !  Coefficients:
153   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef
154   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
155   !                                !   =  0           constant
156   !                                !   = 10 F(k)      =ldf_c1d
157   !                                !   = 20 F(i,j)    =ldf_c2d
158   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
159   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
160   !                                !   = 31 F(i,j,k,t)=F(local velocity)
161   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
162   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
163/
164!----------------------------------------------------------------------------------
165&namtra_ldfeiv !   eddy induced velocity param.
166!----------------------------------------------------------------------------------
167   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization
168   ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities
169   rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s]
170   nn_aei_ijk_t  = 21      ! space/time variation of the eiv coeficient
171   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file
172   !                                !   =  0           constant
173   !                                !   = 10 F(k)      =ldf_c1d
174   !                                !   = 20 F(i,j)    =ldf_c2d
175   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
176   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
177/
178!-----------------------------------------------------------------------
179&namtra_dmp    !   tracer: T & S newtonian damping
180!-----------------------------------------------------------------------
181/
182!-----------------------------------------------------------------------
183&namdyn_adv    !   formulation of the momentum advection
184!-----------------------------------------------------------------------
185/
186!-----------------------------------------------------------------------
187&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
188!-----------------------------------------------------------------------
189   ln_dynvor_ene = .false. !  enstrophy conserving scheme
190   ln_dynvor_ens = .false. !  energy conserving scheme
191   ln_dynvor_mix = .false. !  mixed scheme
192   ln_dynvor_een = .true.  !  energy & enstrophy scheme
193      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
194/
195!-----------------------------------------------------------------------
196&namdyn_hpg    !   Hydrostatic pressure gradient option
197!-----------------------------------------------------------------------
198/
199!-----------------------------------------------------------------------
200&namdyn_spg    !   Surface pressure gradient
201!-----------------------------------------------------------------------
202   ln_dynspg_ts = .true.   !  Split-explicit free surface
203/
204!-----------------------------------------------------------------------
205&namdyn_ldf    !   lateral diffusion on momentum
206!-----------------------------------------------------------------------
207   !                       !  Type of the operator :
208   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
209   ln_dynldf_lap =  .true.     !    laplacian operator
210   ln_dynldf_blp =  .false.    !  bilaplacian operator
211   !                       !  Direction of action  :
212   ln_dynldf_lev =  .true.     !  iso-level
213   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
214   ln_dynldf_iso =  .false.    !  iso-neutral
215   !                       !  Coefficient
216   nn_ahm_ijk_t  = -30         !  space/time variation of eddy coef
217   !                                !  =-30  read in eddy_viscosity_3D.nc file
218   !                                !  =-20  read in eddy_viscosity_2D.nc file
219   !                                !  =  0  constant
220   !                                !  = 10  F(k)=c1d
221   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
222   !                                !  = 30  F(i,j,k)=c2d*c1d
223   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
224   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s]
225   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
226   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s]
227/
228!-----------------------------------------------------------------------
229&namzdf        !   vertical physics
230!-----------------------------------------------------------------------
231/
232!-----------------------------------------------------------------------
233&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
234!-----------------------------------------------------------------------
235/
236!-----------------------------------------------------------------------
237&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
238!-----------------------------------------------------------------------
239/
240!-----------------------------------------------------------------------
241&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
242!-----------------------------------------------------------------------
243/
244!-----------------------------------------------------------------------
245&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
246!-----------------------------------------------------------------------
247/
248!-----------------------------------------------------------------------
249&namctl        !   Control prints & Benchmark
250!-----------------------------------------------------------------------
251/
252!-----------------------------------------------------------------------
253&namptr       !   Poleward Transport Diagnostic
254!-----------------------------------------------------------------------
255/
256!-----------------------------------------------------------------------
257&namhsb       !  Heat and salt budgets
258!-----------------------------------------------------------------------
259/
260!-----------------------------------------------------------------------
261&namobs       !  observation usage
262!-----------------------------------------------------------------------
263/
264!-----------------------------------------------------------------------
265&nam_asminc   !   assimilation increments                               ('key_asminc')
266!-----------------------------------------------------------------------
267/
Note: See TracBrowser for help on using the repository browser.