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 branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/WAD/EXP00 – NEMO

source: branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/WAD/EXP00/namelist_cfg @ 9356

Last change on this file since 9356 was 9356, checked in by acc, 6 years ago

Branch: 2017/dev_merge_2017. Cosmetic (hopefully) changes to namelist files to enforce more consistency between reference and configuration namelists. Changes in all reference configurations (SETTE tested) and most TEST_CASES (untested). OVERFLOW and LOCK_EXCHANGE still to do. See new file: NEMOGCM/CONFIG/SHARED/README.namelists for the conventions used.

  • Property svn:mime-type set to text/x-fortran
File size: 31.8 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!
5!-----------------------------------------------------------------------
6&namusr_def
7!-----------------------------------------------------------------------
8   rn_dx = 1000.0
9   rn_dz = 1.0
10   nn_wad_test = 1
11/
12!-----------------------------------------------------------------------
13&namrun        !   parameters of the run
14!-----------------------------------------------------------------------
15   cn_exp      =  "WAD"    !  experience name
16   nn_it000    =       1   !  first time step
17   nn_itend    =     3840  !  last  time step
18   !nn_itend   =       6   !  last  time step
19   nn_leapy    =      30   !  Leap year calendar (1) or not (0)
20   nn_stock    =    48000  !  frequency of creation of a restart file (modulo referenced to 1)
21
22   ln_clobber  = .true.    !  clobber (overwrite) an existing file
23   nn_istate   =       0   !  output the initial state (1) or not (0)
24/
25!-----------------------------------------------------------------------
26&namcfg        !   parameters of the configuration                      (default: user defined GYRE)
27!-----------------------------------------------------------------------
28   ln_read_cfg = .false.   !  (=T) read the domain configuration file
29      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
30   ln_write_cfg= .true.    !  (=T) create the domain configuration file
31/
32!-----------------------------------------------------------------------
33&namdom        !   time and space domain
34!-----------------------------------------------------------------------
35   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time
36   !
37   ln_meshmask = .true.    !  create (>0) a mesh file or not (=0)
38   rn_rdt      =    18.    !  time step for the dynamics
39/
40!-----------------------------------------------------------------------
41&namtsd        !   data : Temperature  & Salinity
42!-----------------------------------------------------------------------
43   cn_dir        = './'      !  root directory for the location of the runoff files
44   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
45   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
46/
47!-----------------------------------------------------------------------
48&namwad        !   Wetting and drying  default is no WAD
49!-----------------------------------------------------------------------
50   ln_wd_il          = .false   ! T/F activation of iterative limiter for  wetting and drying scheme
51   ln_wd_dl          = .true.   ! T/F activation of directional llimiter for wetting drying scheme
52   ln_wd_dl_bc       = .true.   ! T/F Directional limiteer Baroclinic option
53   ln_wd_dl_rmp      = .true.   ! T/F Turn on directional limiter ramp
54   rn_wdmin0         =  0.30    ! dpoth at which wetting/drying starts
55   rn_wdmin1         =  0.2     ! Minimum wet depth on dried cells
56   rn_wdmin2         =  0.0001  ! Tolerance of min wet depth on dried cells
57   rn_wdld           =  2.5     ! Land elevation below which wetting/drying is allowed
58   nn_wdit           =   20     ! Max iterations for W/D limiter
59/
60!-----------------------------------------------------------------------
61&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T)
62!-----------------------------------------------------------------------
63/
64!-----------------------------------------------------------------------
65&namc1d        !   1D configuration options                             ("key_c1d")
66!-----------------------------------------------------------------------
67/
68!-----------------------------------------------------------------------
69&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d")
70!-----------------------------------------------------------------------
71/
72!-----------------------------------------------------------------------
73&namc1d_uvd    !   data: U & V currents                                 ("key_c1d")
74!-----------------------------------------------------------------------
75/
76!-----------------------------------------------------------------------
77&namsbc        !   Surface Boundary Condition (surface module)
78!-----------------------------------------------------------------------
79   nn_fsbc     = 1         !  frequency of surface boundary condition computation
80   !                       !     (also = the frequency of sea-ice model call)
81   ln_usr      = .true.    !  analytical formulation                    (T => check usrdef_sbc)
82   ln_blk      = .false.   !  CORE bulk formulation                     (T => fill namsbc_blk )
83   nn_ice      = 0         !  =0 no ice boundary condition   ,
84   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf )
85   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr )
86   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
87/
88!-----------------------------------------------------------------------
89&namsbc_flx    !   surface boundary condition : flux formulation
90!-----------------------------------------------------------------------
91/
92!-----------------------------------------------------------------------
93&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T)
94!-----------------------------------------------------------------------
95/
96!-----------------------------------------------------------------------
97&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
98!-----------------------------------------------------------------------
99/
100!-----------------------------------------------------------------------
101&namsbc_sas    !   Stand-Alone Surface boundary condition
102!-----------------------------------------------------------------------
103/
104!-----------------------------------------------------------------------
105&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1)
106!-----------------------------------------------------------------------
107/
108!-----------------------------------------------------------------------
109&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
110!-----------------------------------------------------------------------
111   ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration
112   ln_qsr_2bd  = .true.    !  2 bands              light penetration
113   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0)
114/
115!-----------------------------------------------------------------------
116&namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T)
117!-----------------------------------------------------------------------
118   ln_rnf_mouth = .false.   !  specific treatment at rivers mouths
119/
120!-----------------------------------------------------------------------
121&namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0)
122!-----------------------------------------------------------------------
123/
124!-----------------------------------------------------------------------
125&namsbc_iscpl  !   land ice / ocean coupling option                     
126!-----------------------------------------------------------------------
127/
128!-----------------------------------------------------------------------
129&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T)
130!-----------------------------------------------------------------------
131/
132!-----------------------------------------------------------------------
133&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
134!-----------------------------------------------------------------------
135   nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=2)
136   rn_deds     =   -27.7   !  magnitude of the damping on salinity   [mm/day]
137   ln_sssr_bnd =   .false. !  flag to bound erp term (associated with nn_sssr=2)
138/
139!-----------------------------------------------------------------------
140&namsbc_wave   ! External fields from wave model                        (ln_wave=T)
141!-----------------------------------------------------------------------
142/
143!-----------------------------------------------------------------------
144&namberg       !   iceberg parameters                                   (default: No iceberg)
145!-----------------------------------------------------------------------
146/
147!-----------------------------------------------------------------------
148&namlbc        !   lateral momentum boundary condition
149!-----------------------------------------------------------------------
150   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
151/
152!-----------------------------------------------------------------------
153&namagrif      !  AGRIF zoom                                            ("key_agrif")
154!-----------------------------------------------------------------------
155/
156!-----------------------------------------------------------------------
157&nam_tide      !   tide parameters
158!-----------------------------------------------------------------------
159/
160!-----------------------------------------------------------------------
161&nambdy        !  unstructured open boundaries                         
162!-----------------------------------------------------------------------
163    ln_bdy         = .false.           
164    nb_bdy         = 0                    !  number of open boundary sets
165    ln_coords_file = .false.              !  =T : read bdy coordinates from file
166    cn_coords_file = 'coordinates.bdy.nc' !  bdy coordinates files
167    ln_mask_file   = .false.              !  =T : read mask from file
168    cn_mask_file   = ''                   !  name of mask file (if ln_mask_file=.TRUE.)
169    cn_dyn2d       = 'flather'            !
170    nn_dyn2d_dta   =  1                   !  = 0, bdy data are equal to the initial state
171                                          !  = 1, bdy data are read in 'bdydata   .nc' files
172                                          !  = 2, use tidal harmonic forcing data from files
173                                          !  = 3, use external data AND tidal harmonic forcing
174    cn_dyn3d      =  'none'               !
175    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state
176                                          !  = 1, bdy data are read in 'bdydata   .nc' files
177    cn_tra        =  'frs'                !
178    nn_tra_dta    =  0                    !  = 0, bdy data are equal to the initial state
179                                          !  = 1, bdy data are read in 'bdydata   .nc' files
180    cn_ice_lim      =  'none'             !
181    nn_ice_lim_dta  =  0                  !  = 0, bdy data are equal to the initial state
182                                          !  = 1, bdy data are read in 'bdydata   .nc' files
183    rn_ice_tem      = 270.                !  lim3 only: arbitrary temperature of incoming sea ice
184    rn_ice_sal      = 10.                 !  lim3 only:      --   salinity           --
185    rn_ice_age      = 30.                 !  lim3 only:      --   age                --
186
187    ln_tra_dmp    =.false.                !  open boudaries conditions for tracers
188    ln_dyn3d_dmp  =.false.                !  open boundary condition for baroclinic velocities
189    rn_time_dmp   =  1.                   ! Damping time scale in days
190    rn_time_dmp_out =  1.                 ! Outflow damping time scale
191    nn_rimwidth   = 10                    !  width of the relaxation zone
192    ln_vol        = .false.               !  total volume correction (see nn_volctl parameter)
193    nn_volctl     = 1                     !  = 0, the total water flux across open boundaries is zero
194/
195!-----------------------------------------------------------------------
196&nambdy_index
197!-----------------------------------------------------------------------
198    ctypebdy = 'E'
199    nbdyind  = 50
200    nbdybeg  = 1
201    nbdyend  = 34
202    !ctypebdy = 'W'
203    !nbdyind  = 2
204    !nbdybeg  = 1
205    !nbdyend  = 34
206/
207!-----------------------------------------------------------------------
208&nambdy_dta    !  open boundaries - external data                       
209!-----------------------------------------------------------------------
210!              !  file name      ! frequency (hours) ! variable  ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
211!              !                 !  (if <0  months)  !   name    !  (logical)   !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      !
212   bn_ssh =     'bdyssh_tc7' ,         1        , 'sshbdy',     .true.     , .true.  ,  'daily'  ,    ''    ,   ''     , ''
213   bn_u2d =     'bdyuv_tc7'  ,         1        , 'ubdy'  ,     .true.     , .true.  ,  'daily'  ,    ''    ,   ''     , ''
214   bn_v2d =     'bdyuv_tc7'  ,         1        , 'vbdy'  ,     .true.     , .true.  ,  'daily'  ,    ''    ,   ''     , ''
215   cn_dir      =    './'   !  root directory for the location of the bulk files
216   ln_full_vel = .false.        !
217/
218!-----------------------------------------------------------------------
219&nambdy_tide   !  tidal forcing at open boundaries
220!-----------------------------------------------------------------------
221/
222!-----------------------------------------------------------------------
223&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
224!-----------------------------------------------------------------------
225   ln_loglayer= .false.    !  logarithmic drag: Cd = vkarmn/log(z/z0) |U|
226/
227!-----------------------------------------------------------------------
228&namdrg_top    !   TOP friction                                         (ln_isfcav=T)
229!-----------------------------------------------------------------------
230/
231!-----------------------------------------------------------------------
232&namdrg_bot    !   BOTTOM friction                                 
233!-----------------------------------------------------------------------
234   rn_Cd0     =  1.e-4    !  drag coefficient [-]
235   rn_Uc0     =  0.1      !  ref. velocity [m/s] (linear drag=Cd0*Uc0)
236   rn_Cdmax   =  1.e-4    !  drag value maximum [-] (logarithmic drag)
237   rn_ke0     =  2.5e-3   !  background kinetic energy  [m2/s2] (non-linear cases)
238   rn_z0      =  3.e-3    !  roughness [m] (ln_loglayer=T)
239   ln_boost   = .false.   !  =T regional boost of Cd0 ; =F constant
240      rn_boost=  50.         !  local boost factor  [-]
241/
242!-----------------------------------------------------------------------
243&nambbc        !   bottom temperature boundary condition                (default: NO)
244!-----------------------------------------------------------------------
245   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom
246   nn_geoflx   =    0      !  geothermal heat flux: = 0 no flux
247/
248!-----------------------------------------------------------------------
249&nambbl        !   bottom boundary layer scheme                         (default: NO)
250!-----------------------------------------------------------------------
251/
252!-----------------------------------------------------------------------
253&nameos        !   ocean Equation Of Seawater                           (default: NO)
254!-----------------------------------------------------------------------
255   ln_teos10   = .false.         !  = Use TEOS-10 equation of state
256   ln_eos80    = .false.         !  = Use EOS80 equation of state
257   ln_seos     = .true.          !  = Use simplified equation of state (S-EOS)
258                                 !
259   !                     ! S-EOS coefficients (ln_seos=T):
260   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS
261   rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1)
262   rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1)
263   rn_lambda1  =  5.9520e-2      !  cabbeling coeff in T^2  (=0 for linear eos)
264   rn_lambda2  =  7.4914e-4      !  cabbeling coeff in S^2  (=0 for linear eos)
265   rn_mu1      =  1.4970e-4      !  thermobaric coeff. in T (=0 for linear eos)
266   rn_mu2      =  1.1090e-5      !  thermobaric coeff. in S (=0 for linear eos)
267   rn_nu       =  2.4341e-3      !  cabbeling coeff in T*S  (=0 for linear eos)
268!!org GYRE   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2)
269!!org GYRE   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2)
270!!org  caution  now a0 = alpha / rau0   with rau0 = 1026
271/
272!-----------------------------------------------------------------------
273&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
274!-----------------------------------------------------------------------
275   ln_traadv_NONE=  .false.  !  No tracer advection
276   ln_traadv_cen =  .false.  !  2nd order centered scheme
277   ln_traadv_mus =  .false.  !  MUSCL scheme
278   ln_traadv_fct =  .true.   !  FCT scheme
279      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
280      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
281/
282!-----------------------------------------------------------------------
283&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO)
284!-----------------------------------------------------------------------
285/
286!-----------------------------------------------------------------------
287&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
288!-----------------------------------------------------------------------
289   !                       !  Operator type:
290   ln_traldf_lap   =  .true.   !    laplacian operator
291   ln_traldf_blp   =  .false.  !  bilaplacian operator
292   !                       !  Direction of action:
293   ln_traldf_lev   =  .false.  !  iso-level
294   ln_traldf_hor   =  .false.  !  horizontal (geopotential)
295   ln_traldf_iso   =  .true.   !  iso-neutral
296   ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads
297   !
298   !                       !  iso-neutral options:       
299   ln_traldf_msc   =  .false.  !  Method of Stabilizing Correction (both operators)
300   rn_slpmax       =   0.01    !  slope limit                      (both operators)
301   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only)
302   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only)
303   ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only)
304   !
305   !                       !  Coefficients:
306   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef
307   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file
308   !                                !   =  0           constant
309   !                                !   = 10 F(k)      =ldf_c1d
310   !                                !   = 20 F(i,j)    =ldf_c2d
311   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
312   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d
313   !                                !   = 31 F(i,j,k,t)=F(local velocity)
314   rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s]
315   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s]
316/
317!-----------------------------------------------------------------------
318&namtra_ldfeiv !   eddy induced velocity param.                         (default: NO)
319!-----------------------------------------------------------------------
320   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization
321/
322!-----------------------------------------------------------------------
323&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO)
324!-----------------------------------------------------------------------
325   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F)
326/
327!-----------------------------------------------------------------------
328&nam_vvl       !   vertical coordinate options                          (default: z-star)
329!-----------------------------------------------------------------------
330/
331!-----------------------------------------------------------------------
332&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
333!-----------------------------------------------------------------------
334   ln_dynadv_NONE= .false. !  linear dynamics (no momentum advection)
335   ln_dynadv_vec = .true. !  vector form - 2nd centered scheme
336     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction
337   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme
338   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme
339/
340!-----------------------------------------------------------------------
341&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO)
342!-----------------------------------------------------------------------
343   ln_dynvor_ene = .false. !  enstrophy conserving scheme
344   ln_dynvor_ens = .false. !  energy conserving scheme
345   ln_dynvor_mix = .false. !  mixed scheme
346   ln_dynvor_een = .true.  !  energy & enstrophy scheme
347      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1)
348/
349!-----------------------------------------------------------------------
350&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
351!-----------------------------------------------------------------------
352   ln_hpg_zco  = .false.   !  z-coordinate - full steps
353   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation)
354   ln_hpg_sco  = .true.    !  s-coordinate
355/
356!-----------------------------------------------------------------------
357&namdyn_spg    !   surface pressure gradient                            (default: NO)
358!-----------------------------------------------------------------------
359   ln_dynspg_ts  = .true.  !  split-explicit free surface
360   ln_bt_auto    = .false. ! Number of sub-step defined from:
361   nn_baro       =  12     ! =F : the number of sub-step in rn_rdt seconds
362/
363!-----------------------------------------------------------------------
364&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
365!-----------------------------------------------------------------------
366   !                       !  Type of the operator :
367   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F
368   ln_dynldf_lap =  .true.     !    laplacian operator
369   ln_dynldf_blp =  .false.    !  bilaplacian operator
370   !                       !  Direction of action  :
371   ln_dynldf_lev =  .true.     !  iso-level
372   ln_dynldf_hor =  .false.    !  horizontal (geopotential)
373   ln_dynldf_iso =  .false.    !  iso-neutral
374   !                       !  Coefficient
375   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef
376   !                                !  =-30  read in eddy_viscosity_3D.nc file
377   !                                !  =-20  read in eddy_viscosity_2D.nc file
378   !                                !  =  0  constant
379   !                                !  = 10  F(k)=c1d
380   !                                !  = 20  F(i,j)=F(grid spacing)=c2d
381   !                                !  = 30  F(i,j,k)=c2d*c1d
382   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity)
383   rn_ahm_0      = 1000.        !  horizontal laplacian eddy viscosity   [m2/s]
384   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s]
385   rn_bhm_0      =      0.     !  horizontal bilaplacian eddy viscosity [m4/s]
386/
387!!======================================================================
388!!                     vertical physics namelists                     !!
389!!======================================================================
390!!    namzdf        vertical physics
391!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
392!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
393!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
394!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
395!!======================================================================
396!-----------------------------------------------------------------------
397&namzdf        !   vertical physics                                     (default: NO selection)
398!-----------------------------------------------------------------------
399   !                       ! type of vertical closure
400   ln_zdfcst   = .false.      !  constant mixing
401   ln_zdfric   = .false.      !  local Richardson dependent formulation (T =>   fill namzdf_ric)
402   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
403   ln_zdfgls   = .false.      !  Generic Length Scale closure           (T =>   fill namzdf_gls)
404   ln_zdfosm   = .false.      !  OSMOSIS BL closure                     (T =>   fill namzdf_osm)
405   !
406   !                       ! convection
407   ln_zdfevd   = .true.       !  enhanced vertical diffusion
408      nn_evdm     =    1         ! apply on tracer (=0) or on tracer and momentum (=1)
409      rn_evd      =  100.        ! mixing coefficient [m2/s]
410   ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm
411      nn_npc      =    1         ! frequency of application of npc
412      nn_npcp     =  365         ! npc control print frequency
413   !
414   ln_zdfddm   = .false.   ! double diffusive mixing
415      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity)
416      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio
417   !
418   !                       ! gravity wave-driven vertical mixing
419   ln_zdfiwm   = .false.      ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
420   ln_zdfswm   = .false.      ! surface  wave-induced mixing            (T => ln_wave=ln_sdw=T )
421   !
422   !                       ! coefficients
423   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
424   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
425   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
426   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0)
427/
428!-----------------------------------------------------------------------
429&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T)
430!-----------------------------------------------------------------------
431/
432!-----------------------------------------------------------------------
433&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
434!-----------------------------------------------------------------------
435   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves
436/
437!-----------------------------------------------------------------------
438&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T)
439!-----------------------------------------------------------------------
440/
441!-----------------------------------------------------------------------
442&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T)
443!-----------------------------------------------------------------------
444/
445!-----------------------------------------------------------------------
446&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
447!-----------------------------------------------------------------------
448/
449!-----------------------------------------------------------------------
450&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
451!-----------------------------------------------------------------------
452/
453!-----------------------------------------------------------------------
454&namctl        !   Control prints
455!-----------------------------------------------------------------------
456/
457!-----------------------------------------------------------------------
458&namsto        ! Stochastic parametrization of EOS                      (default: NO)
459!-----------------------------------------------------------------------
460/
461!-----------------------------------------------------------------------
462&namtrd        !   trend diagnostics                                    (default F)
463!-----------------------------------------------------------------------
464   ln_glo_trd  = .false.   ! (T) global domain averaged diag for T, T^2, KE, and PE
465   ln_dyn_trd  = .false.   ! (T) 3D momentum trend output
466   ln_dyn_mxl  = .FALSE.   ! (T) 2D momentum trends averaged over the mixed layer (not coded yet)
467   ln_vor_trd  = .FALSE.   ! (T) 2D barotropic vorticity trends (not coded yet)
468   ln_KE_trd   = .false.   ! (T) 3D Kinetic   Energy     trends
469   ln_PE_trd   = .false.   ! (T) 3D Potential Energy     trends
470   ln_tra_trd  = .false.    ! (T) 3D tracer trend output
471   ln_tra_mxl  = .false.   ! (T) 2D tracer trends averaged over the mixed layer (not coded yet)
472   nn_trd      = 365       !  print frequency (ln_glo_trd=T) (unit=time step)
473/
474!-----------------------------------------------------------------------
475&namptr        !   Poleward Transport Diagnostic                        (default F)
476!-----------------------------------------------------------------------
477/
478!-----------------------------------------------------------------------
479&namhsb        !  Heat and salt budgets                                 (default F)
480!-----------------------------------------------------------------------
481/
482!-----------------------------------------------------------------------
483&namdiu        !   Cool skin and warm layer models                      (default F)
484!-----------------------------------------------------------------------
485/
486!-----------------------------------------------------------------------
487&namflo        !   float parameters                                     ("key_float")
488!-----------------------------------------------------------------------
489/
490!-----------------------------------------------------------------------
491&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm")
492!-----------------------------------------------------------------------
493/
494!-----------------------------------------------------------------------
495&namdct        ! transports through some sections                       ("key_diadct")
496!-----------------------------------------------------------------------
497    nn_dct      = 60       !  time step frequency for transports computing
498    nn_dctwri   = 60       !  time step frequency for transports writing
499    nn_secdebug = 0        !      0 : no section to debug
500/
501!-----------------------------------------------------------------------
502&nam_diatmb    !  Top Middle Bottom Output                              (default F)
503!-----------------------------------------------------------------------
504/
505!-----------------------------------------------------------------------
506&nam_dia25h    !  25h Mean Output                                       (default F)
507!-----------------------------------------------------------------------
508/
509!-----------------------------------------------------------------------
510&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
511!-----------------------------------------------------------------------
512/
513!-----------------------------------------------------------------------
514&namobs        !  observation usage switch
515!-----------------------------------------------------------------------
516/
517!-----------------------------------------------------------------------
518&nam_asminc    !   assimilation increments                              ('key_asminc')
519!-----------------------------------------------------------------------
520/
521!-----------------------------------------------------------------------
522&namdta_dyn    !   offline dynamics read in files                       ("key_offline")
523!-----------------------------------------------------------------------
524/
Note: See TracBrowser for help on using the repository browser.