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 NEMO/trunk/tests/DOME/EXPREF – NEMO

source: NEMO/trunk/tests/DOME/EXPREF/namelist_cfg @ 15552

Last change on this file since 15552 was 15552, checked in by jchanut, 2 years ago

#2222, update DOME configuration (use non linear free surface, reduce child domain size to speed up testing,...)

File size: 16.7 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!
5!-----------------------------------------------------------------------
6&namusr_def    !   User defined :   OVERFLOW configuration
7!-----------------------------------------------------------------------
8   !                       !  type of vertical coordinate
9   ln_zco      = .false.      ! z-coordinate
10   ln_zps      = .true.       ! z-partial-step coordinate
11   ln_sco      = .false.      ! s-coordinate
12   rn_dx       =   5000.   !  horizontal resolution   [meters]
13   rn_dz       =     60.   !  vertical   resolution   [meters]
14   rn_f0       =  1.e-4    !  coriolis [s-1]
15/
16!-----------------------------------------------------------------------
17&namrun        !   parameters of the run
18!-----------------------------------------------------------------------
19   nn_no       =       0   !  job number (no more used...)
20   cn_exp      =    "DOME" !  experience name
21   nn_it000    =       1   !  first time step
22   nn_itend    =   11520   ! here 16h of simulation  (=5760 time-step) abort after 5802 for zps: pb of physics conditions
23   nn_stock    =       0   !  frequency of creation of a restart file (modulo referenced to 1)
24/
25!-----------------------------------------------------------------------
26&namcfg        !   parameters of the configuration
27!-----------------------------------------------------------------------
28   ln_read_cfg = .true.     !  (=T) read the domain configuration file
29      !                     !  (=F) user defined configuration           (F => create/check namusr_def)
30      cn_domcfg = "DOME_domcfg"  ! domain configuration filename
31      !
32/
33!-----------------------------------------------------------------------
34&namtile        !   parameters of the tiling
35!-----------------------------------------------------------------------
36/
37!-----------------------------------------------------------------------
38&namdom        !   space and time domain (bathymetry, mesh, timestep)
39!-----------------------------------------------------------------------
40   ln_linssh  = .false.
41   rn_Dt      =   300.    !  time step for the dynamics (and tracer if nn_acc=0)
42   rn_atfp    =    0.1    !  asselin time filter parameter
43   ln_meshmask = .false.  !  =T create a mesh file
44/
45!-----------------------------------------------------------------------
46&namtsd    !   data : Temperature  & Salinity
47!-----------------------------------------------------------------------
48/
49!-----------------------------------------------------------------------
50&namsbc        !   Surface Boundary Condition (surface module)
51!-----------------------------------------------------------------------
52  nn_fsbc     = 1         !  frequency of surface boundary condition computation
53                          !     (also = the frequency of sea-ice & iceberg model call)
54  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
55  ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk )
56  nn_ice      = 0         !  =0 no ice boundary condition   
57  ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr )
58  ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
59  ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
60  nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
61/
62!-----------------------------------------------------------------------
63&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
64!-----------------------------------------------------------------------
65   rn_shlat    =    0.     !  free slip
66/
67!!======================================================================
68!!                ***  Top/Bottom boundary condition  ***             !!
69!!======================================================================
70!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
71!!   namdrg_top    top    friction                                      (ln_isfcav=T)
72!!   namdrg_bot    bottom friction
73!!   nambbc        bottom temperature boundary condition                (default: OFF)
74!!   nambbl        bottom boundary layer scheme                         (default: OFF)
75!!======================================================================
76!
77!-----------------------------------------------------------------------
78&namdrg            !   top/bottom drag coefficient                      (default: NO selection)
79!-----------------------------------------------------------------------
80   ln_drg_OFF  = .false.   !  free-slip       : Cd = 0                  (F => fill namdrg_bot
81   ln_lin      = .false.   !      linear  drag: Cd = Cd0 Uc0                   &   namdrg_top)
82   ln_non_lin  = .true.    !  non-linear  drag: Cd = Cd0 |U|
83   ln_loglayer = .false.   !  logarithmic drag: Cd = vkarmn/log(z/z0) |U|
84   !
85   ln_drgimp   = .true.    !  implicit top/bottom friction flag
86/
87!-----------------------------------------------------------------------
88&namdrg_bot    !   BOTTOM friction                                      (ln_OFF =F)
89!-----------------------------------------------------------------------
90   rn_Cd0      =  2.e-3    !  drag coefficient [-]
91   rn_ke0      =  0.       !  background kinetic energy  [m2/s2] (non-linear cases)
92/
93!-----------------------------------------------------------------------
94&nameos        !   ocean physical parameters
95!-----------------------------------------------------------------------
96   ln_seos     = .true.       !  = Use simplified equation of state (S-EOS)
97   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
98   rn_a0       =  0.2         !  thermal expension coefficient (for simplified equation of state)
99   rn_b0       =  0.          !  saline  expension coefficient (for simplified equation of state)
100   rn_lambda1  =  0.          !  cabbeling coeff in T^2  (=0 for linear eos)
101   rn_lambda2  =  0.          !  cabbeling coeff in S^2  (=0 for linear eos)
102   rn_mu1      =  0.          !  thermobaric coeff. in T (=0 for linear eos)
103   rn_mu2      =  0.          !  thermobaric coeff. in S (=0 for linear eos)
104   rn_nu       =  0.          !  cabbeling coeff in T*S  (=0 for linear eos)
105/
106!-----------------------------------------------------------------------
107&namtra_adv    !   advection scheme for tracer
108!----------------------------------------------------------------------
109   ln_traadv_fct = .true. !  FCT scheme
110      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order
111      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order
112/
113!-----------------------------------------------------------------------
114&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
115!-----------------------------------------------------------------------
116   !                       !  Operator type:
117   ln_traldf_OFF   = .true.    !  No explicit diffusion
118   ln_traldf_lap   = .false.   !    laplacian operator
119   ln_traldf_blp   = .false.   !  bilaplacian operator
120   !
121   !                       !  Direction of action:
122   ln_traldf_lev   = .false.   !  iso-level
123   ln_traldf_hor   = .true.    !  horizontal  (geopotential)
124   ln_traldf_iso   = .false.   !  iso-neutral (standard operator)
125   ln_traldf_triad = .false.   !  iso-neutral (triad    operator)
126   !
127   !                             !  iso-neutral options:
128   ln_traldf_msc   = .false.   !  Method of Stabilizing Correction      (both operators)
129   rn_slpmax       =  0.01     !  slope limit                           (both operators)
130   ln_triad_iso    = .false.   !  pure horizontal mixing in ML              (triad only)
131   rn_sw_triad     = 1         !  =1 switching triad ; =0 all 4 triads used (triad only)
132   ln_botmix_triad = .false.   !  lateral mixing on bottom                  (triad only)
133   !
134   !                       !  Coefficients:
135   nn_aht_ijk_t    = 20         !  space/time variation of eddy coefficient:
136      !                             !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
137      !                             !   =  0           constant
138      !                             !   = 10 F(k)      =ldf_c1d
139      !                             !   = 20 F(i,j)    =ldf_c2d
140      !                             !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
141      !                             !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d
142      !                             !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing)
143      !                        !  time invariant coefficients:  aht0 = 1/2  Ud*Ld   (lap case)
144      !                             !                           or   = 1/12 Ud*Ld^3 (blp case)
145      rn_Ud        = 0.02           !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
146      rn_Ld        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
147/
148!!======================================================================
149!!                      ***  Dynamics namelists  ***                  !!
150!!======================================================================
151!
152!-----------------------------------------------------------------------
153&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
154!-----------------------------------------------------------------------
155   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection)
156   ln_dynadv_vec = .false. !  vector form (T) or flux form (F)
157   nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction
158   ln_dynadv_cen2 = .false. !  flux form - 2nd order centered scheme
159   ln_dynadv_ubs = .true.  !  flux form - 3rd order UBS      scheme
160/
161!-----------------------------------------------------------------------
162&nam_vvl    !   vertical coordinate options                             (default: zstar)
163!-----------------------------------------------------------------------
164   ln_vvl_zstar  = .true.           !  zstar vertical coordinate
165/
166!-----------------------------------------------------------------------
167&namdyn_vor    !   option of physics/algorithm
168!-----------------------------------------------------------------------
169   ln_dynvor_een = .true.  !  energy & enstrophy scheme
170   !
171   nn_e3f_typ = 1          !  type of e3f (EEN, ENE, ENS, MIX only)  =0  e3f = mi(mj(e3t))/4
172   !                       !                                         =1  e3f = mi(mj(e3t))/mi(mj( tmask))
173/
174!-----------------------------------------------------------------------
175&namdyn_hpg    !   Hydrostatic pressure gradient option
176!-----------------------------------------------------------------------
177   ln_hpg_zps  = .false.  !  z-coordinate - partial steps (interpolation)
178   ln_hpg_djc  = .true.   !  s-coordinate (standard jacobian formulation)
179/
180!-----------------------------------------------------------------------
181&namdyn_spg    !   Surface pressure gradient
182!-----------------------------------------------------------------------
183   ln_dynspg_ts  = .true.   ! split-explicit free surface
184      ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs.
185      ln_bt_av      = .true.     ! Time filtering of barotropic variables
186         nn_bt_flt     = 1          ! Time filter choice  = 0 None
187         !                          !                     = 1 Boxcar over   nn_e sub-steps
188         !                          !                     = 2 Boxcar over 2*nn_e  "    "
189      ln_bt_auto    = .false.   ! Number of sub-step defined from:
190         nn_e      =  20         ! =F : the number of sub-step in rn_Dt seconds
191/
192!-----------------------------------------------------------------------
193&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
194!-----------------------------------------------------------------------
195   !                       !  Type of the operator :
196   ln_dynldf_OFF =  .true.     !  No operator (i.e. no explicit diffusion)
197/
198!!======================================================================
199!!                     vertical physics namelists                     !!
200!!======================================================================
201!-----------------------------------------------------------------------
202&namzdf        !   vertical physics                                     (default: NO selection)
203!-----------------------------------------------------------------------
204   ln_zad_Aimp = .false.       !  Courant number dependent scheme (Shchepetkin 2015)
205   !                       ! type of vertical closure (required)
206   ln_zdfcst   = .false.      !  constant mixing
207   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric)
208   ln_zdftke   = .false.      !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
209   ln_zdfgls   = .true.       !  Generic Length Scale closure           (T =>   fill namzdf_gls)
210   ln_zdfosm   = .false.      !  OSMOSIS BL closure                     (T =>   fill namzdf_osm)
211   !   
212   !                       ! convection
213   ln_zdfevd   = .false.      !  enhanced vertical diffusion
214      nn_evdm     =    0         ! apply on tracer (=0) or on tracer and momentum (=1)
215      rn_evd      =  100.        ! mixing coefficient [m2/s]
216   ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm
217      nn_npc      =    1         ! frequency of application of npc
218      nn_npcp     =  365         ! npc control print frequency
219   !   
220   ln_zdfddm   = .false.   ! double diffusive mixing
221      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity)
222      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio
223   !   
224   !                       ! gravity wave-driven vertical mixing
225   ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
226   ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T )
227   !   
228   !                       ! coefficients
229   rn_avm0     =   1.e-5     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
230   rn_avt0     =   1.e-6     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
231   nn_avb      =    0        !  profile for background avt & avm (=1) or not (=0)
232   nn_havtb    =    0        !  horizontal shape for avtb (=1) or not (=0)
233/
234!-----------------------------------------------------------------------
235&nambdy        !  unstructured open boundaries                          (default: OFF)
236!-----------------------------------------------------------------------
237   ln_bdy         = .true.    !  Use unstructured open boundaries
238   nb_bdy         =  2        !  number of open boundary sets
239   ln_coords_file = .false.,.false.   !  =T : read bdy coordinates from file
240   ln_mask_file   = .false.   !  =T : read mask from file
241   cn_dyn2d    = 'frs','frs'  !
242   nn_dyn2d_dta   =  0,0      !  = 0, bdy data are equal to the initial state
243      !                       !  = 1, bdy data are read in 'bdydata   .nc' files
244      !                       !  = 2, use tidal harmonic forcing data from files
245      !                       !  = 3, use external data AND tidal harmonic forcing
246   cn_dyn3d      =  'frs','frs'    !
247   nn_dyn3d_dta  =  0,0       !  = 0, bdy data are equal to the initial state
248   !                          !  = 1, bdy data are read in 'bdydata   .nc' files
249   cn_tra        =  'frs','frs'    !
250   nn_tra_dta    =  0,0       !  = 0, bdy data are equal to the initial state
251   !                          !  = 1, bdy data are read in 'bdydata   .nc' files
252   cn_ice        =  'none','none'  !
253   nn_ice_dta    =  0,0       !  = 0, bdy data are equal to the initial state
254   !                          !  = 1, bdy data are read in 'bdydata   .nc' files
255   !
256   ln_tra_dmp    =.false.,.false.     !  open boudaries conditions for tracers
257   ln_dyn3d_dmp  =.false.,.false.     !  open boundary condition for baroclinic velocities
258   rn_time_dmp   =  1.,1.     !  Damping time scale in days
259   rn_time_dmp_out = 5.,5.    !  Outflow damping time scale
260   nn_rimwidth   = 1,10       !  width of the relaxation zone
261   ln_vol        = .true.
262/
263!-----------------------------------------------------------------------
264&nambdy_index   !  bdy segment definition     
265!-----------------------------------------------------------------------
266   ctypebdy='N'
267   nbdyind = -1
268   nbdybeg = -1
269   nbdyend = -1
270/
271!-----------------------------------------------------------------------
272&nambdy_index   !  bdy segment definition         
273!-----------------------------------------------------------------------
274   ctypebdy='W'
275   nbdyind = 2
276   nbdybeg = 1
277   nbdyend = 164
278/
Note: See TracBrowser for help on using the repository browser.