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/CANAL/EXPREF – NEMO

source: NEMO/trunk/tests/CANAL/EXPREF/namelist_cfg @ 13472

Last change on this file since 13472 was 13472, checked in by smasson, 4 years ago

trunk: commit changes from r4.0-HEAD from 13284 to 13449, see #2523

File size: 25.6 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO Configuration namelist : overwrite some defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!!                          CANAL configuration                       !!
5!!======================================================================
6!!              ***  Domain & Run management namelists  ***           !!
7!!                                                                    !!
8!!   namrun       parameters of the run
9!!   namdom       space and time domain
10!!   namcfg       parameters of the configuration                       (default: user defined GYRE)
11!!   namwad       Wetting and drying                                    (default: OFF)
12!!   namtsd       data: temperature & salinity                          (default: OFF)
13!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T)
14!!   namc1d       1D configuration options                              ("key_c1d")
15!!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d")
16!!   namc1d_uvd   1D data (currents)                                    ("key_c1d")
17!!======================================================================
18!
19!-----------------------------------------------------------------------
20&namusr_def    !   User defined :   CANAL configuration: Flat bottom, beta-plane
21!-----------------------------------------------------------------------
22   rn_domszx   =   2000.   !  x horizontal size         [km]
23   rn_domszy   =   1000.   !  y horizontal size         [km]
24   rn_domszz   =   1000.   !  z vertical size            [m]
25   rn_dx       =     10.   !  x horizontal resolution   [km]
26   rn_dy       =     10.   !  y horizontal resolution   [km]
27   rn_dz       =   1000.   !  z vertical resolution      [m]
28   rn_0xratio  =      0.5  !  x-domain ratio of the 0
29   rn_0yratio  =      0.5  !  y-domain ratio of the 0
30   nn_fcase    =      0    !  F computation (0:f0, 1:Beta, 2:real)
31   rn_ppgphi0  =    38.5   !  Reference latitude      [degrees]
32   rn_u10      =      0.   !  10m wind speed              [m/s]
33     rn_windszx =   90.    !  longitudinal wind extension   [km]
34     rn_windszy =   90.    !  latitudinal wind extension    [km]
35!!clem     rn_uofac  =     0.    !  Uoce multiplicative factor (0.:absolute or 1.:relative winds)
36   rn_vtxmax   =      1.   !  initial vortex max current  [m/s]
37   rn_uzonal   =      1.   !  initial zonal current       [m/s]
38     rn_ujetszx =   4000.  !  longitudinal jet extension   [km]
39     rn_ujetszy =   400.   !  latitudinal jet extension    [km]
40   nn_botcase  =      0    !  bottom definition (0:flat, 1:bump)
41   nn_initcase =      1    !  initial condition case
42   !                       !          -1 : stratif at rest
43   !                       !           0 : rest
44   !                       !           1 : zonal current
45   !                       !           2 : current shear
46   !                       !           3 : gaussian zonal current
47   !                       !           4 : geostrophic zonal pulse
48   !                       !           5 : baroclinic vortex
49   ln_sshnoise =  .FALSE.  !  add random noise on initial ssh
50   rn_lambda   =     50.   !  gaussian lambda
51   nn_perio    = 1
52/
53!-----------------------------------------------------------------------
54&namrun        !   parameters of the run
55!-----------------------------------------------------------------------
56   nn_no       =       0   !  job number (no more used...)
57   cn_exp      =   'CANAL' !  experience name
58   nn_it000    =       1   !  first time step
59   nn_itend    =     100   !  last time step
60   nn_istate   =       0   !  output the initial state (1) or not (0)
61   nn_stock    =   99999   !  frequency of creation of a restart file (modulo referenced to 1)
62   nn_write    =   99999   !  frequency of write in the output file   (modulo referenced to nn_it000)
63/
64!-----------------------------------------------------------------------
65&namdom        !   time and space domain
66!-----------------------------------------------------------------------
67   ln_linssh   =  .false.  !  =T  linear free surface  ==>>  model level are fixed in time
68   rn_Dt      =   1200.    !  time step for the dynamics (and tracer if nn_acc=0)
69   rn_atfp     =   0.0     !  asselin time filter parameter
70/
71!-----------------------------------------------------------------------
72&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg)
73!-----------------------------------------------------------------------
74   ln_write_cfg = .false.   !  (=T) create the domain configuration file
75      cn_domcfg_out = "domain_cfg" ! newly created domain configuration filename
76/
77!!======================================================================
78!!            ***  Surface Boundary Condition namelists  ***          !!
79!!                                                                    !!
80!!   namsbc          surface boundary condition manager                 (default: NO selection)
81!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
82!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
83!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
84!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
85!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
86!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
87!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
88!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
89!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
90!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
91!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
92!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
93!!   namberg         iceberg floats                                     (ln_icebergs=T)
94!!======================================================================
95!
96!-----------------------------------------------------------------------
97&namsbc        !   Surface Boundary Condition manager                   (default: NO selection)
98!-----------------------------------------------------------------------
99  nn_fsbc     = 1         !  frequency of surface boundary condition computation
100  ln_usr      = .true.    !  user defined formulation                  (T => check usrdef_sbc)
101/
102
103!!======================================================================
104!!               ***  Lateral boundary condition  ***                 !!
105!!                                                                    !!
106!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
107!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif")
108!!   nam_tide      Tidal forcing                                        (default: OFF)
109!!   nambdy        Unstructured open boundaries                         (default: OFF)
110!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
111!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
112!!======================================================================
113!
114!-----------------------------------------------------------------------
115&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
116!-----------------------------------------------------------------------
117   rn_shlat    =    0.     !  free slip
118/
119!!======================================================================
120!!                ***  Top/Bottom boundary condition  ***             !!
121!!                                                                    !!
122!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
123!!   namdrg_top    top    friction                                      (ln_drg_OFF =F & ln_isfcav=T)
124!!   namdrg_bot    bottom friction                                      (ln_drg_OFF =F)
125!!   nambbc        bottom temperature boundary condition                (default: OFF)
126!!   nambbl        bottom boundary layer scheme                         (default: OFF)
127!!======================================================================
128!
129!-----------------------------------------------------------------------
130&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
131!-----------------------------------------------------------------------
132   ln_drg_OFF = .true.    !  free-slip       : Cd = 0                  (F => fill namdrg_bot
133/
134!!======================================================================
135!!                        Tracer (T & S) namelists                    !!
136!!                                                                    !!
137!!   nameos        equation of state                                    (default: NO selection)
138!!   namtra_adv    advection scheme                                     (default: NO selection)
139!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
140!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
141!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
142!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
143!!======================================================================
144!
145!-----------------------------------------------------------------------
146&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
147!-----------------------------------------------------------------------
148   ln_seos     = .true.         !  = Use simplified equation of state (S-EOS)
149   !                            !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
150   rn_a0       =  0.28        !  thermal expension coefficient (for simplified equation of state)
151   rn_b0       =  0.          !  saline  expension coefficient (for simplified equation of state)
152   rn_lambda1  =  0.          !  cabbeling coeff in T^2  (=0 for linear eos)
153   rn_lambda2  =  0.          !  cabbeling coeff in S^2  (=0 for linear eos)
154   rn_mu1      =  0.          !  thermobaric coeff. in T (=0 for linear eos)
155   rn_mu2      =  0.          !  thermobaric coeff. in S (=0 for linear eos)
156   rn_nu       =  0.          !  cabbeling coeff in T*S  (=0 for linear eos)
157/
158!-----------------------------------------------------------------------
159&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
160!-----------------------------------------------------------------------
161   ln_traadv_OFF = .false. !  No tracer advection
162   ln_traadv_cen = .false. !  2nd order centered scheme
163      nn_cen_h   =  2            !  =2/4, horizontal 2nd order CEN / 4th order CEN
164      nn_cen_v   =  2            !  =2/4, vertical   2nd order CEN / 4th order COMPACT
165   ln_traadv_fct = .false. !  FCT scheme
166      nn_fct_h   =  4            !  =2/4, horizontal 2nd / 4th order
167      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order
168   ln_traadv_mus = .false. !  MUSCL scheme
169      ln_mus_ups = .false.       !  use upstream scheme near river mouths
170   ln_traadv_ubs = .true.  !  UBS scheme
171      nn_ubs_v   =  2            !  =2  , vertical 2nd order FCT / COMPACT 4th order
172   ln_traadv_qck = .false. !  QUICKEST scheme
173/
174!-----------------------------------------------------------------------
175&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
176!-----------------------------------------------------------------------
177   !                       !  Operator type:
178   ln_traldf_OFF   = .true.    !  No explicit diffusion
179   ln_traldf_lap   = .false.   !    laplacian operator
180   ln_traldf_blp   = .false.   !  bilaplacian operator
181   !
182   !                       !  Direction of action:
183   ln_traldf_lev   = .false.   !  iso-level
184   ln_traldf_hor   = .true.    !  horizontal  (geopotential)
185   ln_traldf_iso   = .false.   !  iso-neutral (standard operator)
186   ln_traldf_triad = .false.   !  iso-neutral (triad    operator)
187   !
188   !                             !  iso-neutral options:
189   ln_traldf_msc   = .false.   !  Method of Stabilizing Correction      (both operators)
190   rn_slpmax       =  0.01     !  slope limit                           (both operators)
191   ln_triad_iso    = .false.   !  pure horizontal mixing in ML              (triad only)
192   rn_sw_triad     = 1         !  =1 switching triad ; =0 all 4 triads used (triad only)
193   ln_botmix_triad = .false.   !  lateral mixing on bottom                  (triad only)
194   !
195   !                       !  Coefficients:
196   nn_aht_ijk_t    = 31         !  space/time variation of eddy coefficient:
197      !                             !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
198      !                             !   =  0           constant
199      !                             !   = 10 F(k)      =ldf_c1d
200      !                             !   = 20 F(i,j)    =ldf_c2d
201      !                             !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
202      !                             !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d
203      !                             !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing)
204      !                        !  time invariant coefficients:  aht0 = 1/2  Ud*Ld   (lap case)
205      !                             !                           or   = 1/12 Ud*Ld^3 (blp case)
206      rn_Ud        = 0.01           !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
207      rn_Ld        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
208/
209!!======================================================================
210!!                      ***  Dynamics namelists  ***                  !!
211!!                                                                    !!
212!!   nam_vvl       vertical coordinate options                          (default: z-star)
213!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
214!!   namdyn_vor    advection scheme                                     (default: NO selection)
215!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
216!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
217!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
218!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
219!!======================================================================
220!
221!-----------------------------------------------------------------------
222&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
223!-----------------------------------------------------------------------
224   ln_dynadv_OFF = .false. !  linear dynamics (no momentum advection)
225   ln_dynadv_vec = .false. !  vector form (T) or flux form (F)
226      nn_dynkeg     = 0       ! scheme for grad(KE): =0   C2  ;  =1   Hollingsworth correction
227   ln_dynadv_cen2 = .false. !  flux form - 2nd order centered scheme
228   ln_dynadv_ubs  = .true.  !  flux form - 3rd order UBS      scheme
229/
230!-----------------------------------------------------------------------
231&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
232!-----------------------------------------------------------------------
233   ln_dynvor_ene = .false.  !  energy conserving scheme
234   ln_dynvor_ens = .false.  !  enstrophy conserving scheme
235   ln_dynvor_mix = .false.  !  mixed scheme
236   ln_dynvor_een = .false.  !  energy & enstrophy scheme
237   ln_dynvor_enT = .false.  !  energy conserving scheme (T-point)
238   ln_dynvor_eeT = .true.   !  energy conserving scheme (een using e3t)
239      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
240/
241!-----------------------------------------------------------------------
242&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
243!-----------------------------------------------------------------------
244   ln_hpg_zps  = .false.  !  z-coordinate - partial steps (interpolation)
245   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
246/
247!-----------------------------------------------------------------------
248&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
249!-----------------------------------------------------------------------
250   ln_dynspg_exp  = .false.
251   ln_dynspg_ts   = .true.   ! split-explicit free surface
252      ln_bt_fw      = .true.     ! Forward integration of barotropic Eqs.
253      ln_bt_av      = .true.     ! Time filtering of barotropic variables
254         nn_bt_flt     = 1          ! Time filter choice  = 0 None
255         !                          !                     = 1 Boxcar over   nn_e sub-steps
256         !                          !                     = 2 Boxcar over 2*nn_e  "    "
257      ln_bt_auto    = .true.    ! Number of sub-step defined from:
258         nn_e      =  24         ! =F : the number of sub-step in rn_Dt seconds
259/
260!-----------------------------------------------------------------------
261&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
262!-----------------------------------------------------------------------
263   !                       !  Type of the operator :
264   ln_dynldf_OFF =  .true.    !  No operator (i.e. no explicit diffusion)
265   ln_dynldf_lap =  .false.    !    laplacian operator
266   ln_dynldf_blp =  .false.    !  bilaplacian operator
267   !                       !  Direction of action  :
268   ln_dynldf_lev =  .false.    !  iso-level
269   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
270   ln_dynldf_iso =  .false.    !  iso-neutral
271   !                       !  Coefficient
272   nn_ahm_ijk_t  = 31           !  space/time variation of eddy coef
273      !                             !  =-30  read in eddy_viscosity_3D.nc file
274      !                             !  =-20  read in eddy_viscosity_2D.nc file
275      !                             !  =  0  constant
276      !                             !  = 10  F(k)=c1d
277      !                             !  = 20  F(i,j)=F(grid spacing)=c2d
278      !                             !  = 30  F(i,j,k)=c2d*c1d
279      !                             !  = 31  F(i,j,k)=F(grid spacing and local velocity)
280      !                             !  = 32  F(i,j,k)=F(local gridscale and deformation rate)
281      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)
282      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case)
283      rn_Uv      = 0.1              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30)
284      rn_Lv      = 30.e+3           !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10)
285      !                       !  Smagorinsky settings  (nn_ahm_ijk_t= 32) :
286      rn_csmc       = 3.5         !  Smagorinsky constant of proportionality
287      rn_minfac     = 1.0         !  multiplier of theorectical lower limit
288      rn_maxfac     = 1.0         !  multiplier of theorectical upper limit
289      !                       !  iso-neutral laplacian operator (ln_dynldf_iso=T) :
290      rn_ahm_b      = 0.0         !  background eddy viscosity  [m2/s]
291/
292!!======================================================================
293!!                     vertical physics namelists                     !!
294!!                                                                    !!
295!!    namzdf        vertical physics manager                            (default: NO selection)
296!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
297!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
298!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
299!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
300!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
301!!======================================================================
302!
303!-----------------------------------------------------------------------
304&namzdf        !   vertical physics                                     (default: NO selection)
305!-----------------------------------------------------------------------
306   ln_zdfcst   = .true.       !  constant mixing
307   !                       ! coefficients
308   rn_avm0     =   1.e-4      !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
309   rn_avt0     =   0.e0       !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
310   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
311   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0)
312/
313
314!!======================================================================
315!!                  ***  Diagnostics namelists  ***                   !!
316!!                                                                    !!
317!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
318!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
319!!   namhsb       Heat and salt budgets                                 (default: OFF)
320!!   namdiu       Cool skin and warm layer models                       (default: OFF)
321!!   namdiu       Cool skin and warm layer models                       (default: OFF)
322<<<<<<< .working
323!!   namflo       float parameters                                      (default: OFF)
324!!   nam_diadct   transports through some sections                      (default: OFF)
325||||||| .merge-left.r13465
326!!   namflo       float parameters                                      (default: OFF)
327!!   nam_diaharm  Harmonic analysis of tidal constituents               (default: OFF)
328!!   nam_diadct   transports through some sections                      (default: OFF)
329=======
330!!   namflo       float parameters                                      ("key_float")
331!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm")
332!!   namdct       transports through some sections                      ("key_diadct")
333!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF)
334>>>>>>> .merge-right.r13470
335!!   nam_dia25h   25h Mean Output                                       (default: OFF)
336!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
337!!======================================================================
338!
339!-----------------------------------------------------------------------
340&namtrd        !   trend diagnostics                                    (default: OFF)
341!-----------------------------------------------------------------------
342   ln_glo_trd  = .false.   ! (T) global domain averaged diag for T, T^2, KE, and PE
343   ln_dyn_trd  = .true.    ! (T) 3D momentum trend output
344   ln_dyn_mxl  = .false.   ! (T) 2D momentum trends averaged over the mixed layer (not coded yet)
345   ln_vor_trd  = .false.   ! (T) 2D barotropic vorticity trends (not coded yet)
346   ln_KE_trd   = .false.   ! (T) 3D Kinetic   Energy     trends
347   ln_PE_trd   = .false.   ! (T) 3D Potential Energy     trends
348   ln_tra_trd  = .false.   ! (T) 3D tracer trend output
349   ln_tra_mxl  = .false.   ! (T) 2D tracer trends averaged over the mixed layer (not coded yet)
350   nn_trd      = 365       !  print frequency (ln_glo_trd=T) (unit=time step)
351/
352!!======================================================================
353!!               ***  Observation & Assimilation  ***                 !!
354!!                                                                    !!
355!!   namobs       observation and model comparison                      (default: OFF)
356!!   nam_asminc   assimilation increments                               ('key_asminc')
357!!======================================================================
358!
359!!======================================================================
360!!                  ***  Miscellaneous namelists  ***                 !!
361!!                                                                    !!
362!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi")
363!!   namctl            Control prints                                   (default: OFF)
364!!   namsto            Stochastic parametrization of EOS                (default: OFF)
365!!======================================================================
366!
367!-----------------------------------------------------------------------
368&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
369!-----------------------------------------------------------------------
370!!   jpni        =   8       !  jpni   number of processors following i (set automatically if < 1)
371!!   jpnj        =   1       !  jpnj   number of processors following j (set automatically if < 1)
372/
373!-----------------------------------------------------------------------
374&namctl        !   Control prints                                       (default: OFF)
375!-----------------------------------------------------------------------
376   ln_timing   = .true.   !  timing by routine write out in timing.output file
377!!   ln_diacfl   = .true.   !  CFL diagnostics write out in cfl_diagnostics.ascii
378/
379!-----------------------------------------------------------------------
380&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
381!-----------------------------------------------------------------------
382/
Note: See TracBrowser for help on using the repository browser.