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

source: NEMO/trunk/tests/WAD/EXPREF/namelist_cfg

Last change on this file was 15023, checked in by gsamson, 3 years ago

merge ticket2680_C1D_PAPA branch back into the trunk; see ticket #2680 for details

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