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

source: NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/tests/WAD/EXPREF/namelist_cfg @ 9957

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

New development branch for the adaptive-implicit vertical advection (05_Gurvan-Vertical_advection)

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