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

Last change on this file since 14216 was 14216, checked in by jchanut, 3 years ago

#2222, Changed DOME expt parameters

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