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/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00 – NEMO

source: branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_cfg @ 6596

Last change on this file since 6596 was 6596, checked in by gm, 8 years ago

#1692 - branch SIMPLIF_2_usrdef: remove from namcfg and namdom many obsolete variables ; remove izoom/jzoom option

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