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/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/tests/CANAL/EXPREF – NEMO

source: NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/tests/CANAL/EXPREF/namelist_cfg @ 14644

Last change on this file since 14644 was 14644, checked in by sparonuz, 3 years ago

Merge trunk -r14642:HEAD

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