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.
1_namelist_cfg in NEMO/branches/2020/dev_r13312_AGRIF-03-04_jchanut_vinterp_tstep/tests/DOME/EXPREF – NEMO

source: NEMO/branches/2020/dev_r13312_AGRIF-03-04_jchanut_vinterp_tstep/tests/DOME/EXPREF/1_namelist_cfg @ 13952

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

#2222, make new tests namelists compliant with trunk

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