source: CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/ORCA2/namelist_jra_ia_cfg @ 4912

Last change on this file since 4912 was 4912, checked in by cetlod, 4 years ago

Adding new NEMO configuration using NEMO_v4 model

File size: 32.1 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE  Configuration namelist : overwrite default values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!!             ORCA2 - ICE - PISCES 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&namrun        !   parameters of the run
21!-----------------------------------------------------------------------
22   cn_exp      =  _AUTO_
23   nn_date0    =  _AUTO_   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
24   nn_leapy    =  _AUTO_   !  Leap year calendar (1) or not (0)
25   ln_rstart   =  _AUTO_
26   nn_rstctl   =  _AUTO_
27   nn_it000    =  _AUTO_
28   nn_itend    =  _AUTO_
29   nn_stock    =  _AUTO_
30   ln_mskland  = .true.
31   ln_clobber  = .true.
32   ln_cfmeta   = .true.   !  output additional data to netCDF files required for compliance with the CF metadata standard
33/
34!-----------------------------------------------------------------------
35&namdom        !   time and space domain
36!-----------------------------------------------------------------------
37   rn_rdt      = 5400.     !  time step for the dynamics and tracer
38   ln_meshmask =  _AUTO_
39/
40!-----------------------------------------------------------------------
41&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg)
42!-----------------------------------------------------------------------
43   ln_read_cfg = .true.    !  (=T) read the domain configuration file
44      cn_domcfg = "domain_cfg.nc"    ! domain configuration filename
45      !
46      ln_closea    = .false.    !  F => suppress closed seas (defined by closea_mask field)
47      !                         !       from the bathymetry at runtime.
48/
49!-----------------------------------------------------------------------
50&namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: OFF)
51!-----------------------------------------------------------------------
52   !                       ! =T  read T-S fields for:
53   ln_tsd_init = .true.          !  ocean initialisation
54   ln_tsd_dmp  = .true.          !  T-S restoring   (see namtra_dmp)
55
56   cn_dir = './'     !  root directory for the T-S data location
57   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
58   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
59   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
60   sn_tem = 'data_1m_potential_temperature_nomask',     -1.     ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    ''
61   sn_sal = 'data_1m_salinity_nomask'             ,     -1.     ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    ''
62/
63!!======================================================================
64!!            ***  Surface Boundary Condition namelists  ***          !!
65!!                                                                    !!
66!!   namsbc          surface boundary condition manager                 (default: NO selection)
67!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
68!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
69!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
70!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
71!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
72!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
73!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
74!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
75!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
76!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
77!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
78!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
79!!   namberg         iceberg floats                                     (ln_icebergs=T)
80!!======================================================================
81!
82!-----------------------------------------------------------------------
83&namsbc        !   Surface Boundary Condition manager                   (default: NO selection)
84!-----------------------------------------------------------------------
85   nn_fsbc     = 4         !  frequency of SBC module call
86                           !     (also = the frequency of sea-ice & iceberg model call)
87                     ! Type of air-sea fluxes
88   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
89                     ! Sea-ice :
90   nn_ice      = 2         !  =2 or 3 automatically for SI3 or CICE    ("key_si3" or "key_cice")
91                           !          except in AGRIF zoom where it has to be specified
92                     ! Misc. options of sbc :
93   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr)
94   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
95   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf)
96   nn_fwb      = 2         !  FreshWater Budget:
97   !                       !    =2 annual global mean of e-p-r set to zero
98   ln_wave     = .false.   !  Activate coupling with wave  (T => fill namsbc_wave)
99   ln_cdgw     = .false.   !  Neutral drag coefficient read from wave model (T => ln_wave=.true. & fill namsbc_wave)
100   ln_sdw      = .false.   !  Read 2D Surf Stokes Drift & Computation of 3D stokes drift (T => ln_wave=.true. & fill namsbc_wave)
101   nn_sdrift   =  0        !  Parameterization for the calculation of 3D-Stokes drift from the surface Stokes drift
102      !                    !   = 0 Breivik 2015 parameterization: v_z=v_0*[exp(2*k*z)/(1-8*k*z)]
103      !                    !   = 1 Phillips:                      v_z=v_o*[exp(2*k*z)-beta*sqrt(-2*k*pi*z)*erfc(sqrt(-2*k*z))]
104      !                    !   = 2 Phillips as (1) but using the wave frequency from a wave model
105   ln_tauwoc   = .false.   !  Activate ocean stress modified by external wave induced stress (T => ln_wave=.true. & fill namsbc_wave)
106   ln_tauw     = .false.   !  Activate ocean stress components from wave model
107   ln_stcor    = .false.   !  Activate Stokes Coriolis term (T => ln_wave=.true. & ln_sdw=.true. & fill namsbc_wave)
108/
109!-----------------------------------------------------------------------
110&namsbc_blk    !   namsbc_blk  generic Bulk formula                     (ln_blk =T)
111!-----------------------------------------------------------------------
112   !                    !  bulk algorithm :
113   ln_NCAR    = .true.     ! "NCAR"      algorithm   (Large and Yeager 2008)
114   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data
115
116   cn_dir = './'  !  root directory for the bulk data location
117   !___________!______________!___________________!___________!_____________!________!___________!______________________!__________!_______________!
118   !           !  file name   ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !  weights filename    ! rotation ! land/sea mask !
119   !           !              !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                      ! pairing  !    filename   !
120   sn_wndi     = 'u_10'     ,         3          , 'uas'      ,     .true.  ,  .false. , 'yearly'  , 'weights_bicubic.nc'  , 'U1'
121   sn_wndj     = 'v_10'     ,         3          , 'vas'      ,     .true.  ,  .false. , 'yearly'  , 'weights_bicubic.nc'  , 'V1'
122   sn_qsr      = 'rsds'     ,         3          , 'rsds'     ,     .false. ,  .false. , 'yearly'  , 'weights_bilinear.nc' , ''
123   sn_qlw      = 'rlds'     ,         3          , 'rlds'     ,     .false. ,  .false. , 'yearly'  , 'weights_bilinear.nc' , ''
124   sn_tair     = 't_10'     ,         3          , 'tas'      ,     .true.  ,  .false. , 'yearly'  , 'weights_bilinear.nc' , ''
125   sn_humi     = 'q_10'     ,         3          , 'huss'     ,     .true.  ,  .false. , 'yearly'  , 'weights_bilinear.nc' , ''
126   sn_prec     = 'rain'     ,         3          , 'prra'     ,     .true.  ,  .false. , 'yearly'  , 'weights_bilinear.nc' , ''
127   sn_snow     = 'snow'     ,         3          , 'prsn'     ,     .true.  ,  .false. , 'yearly'  , 'weights_bilinear.nc' , ''
128   sn_slp      = 'slp'      ,         3          , 'psl'      ,     .true.  ,  .false. , 'yearly'  , 'weights_bilinear.nc' , ''
129/
130!-----------------------------------------------------------------------
131&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
132!-----------------------------------------------------------------------
133   !                       ! type of penetration                        (default: NO selection)
134   ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue)
135   !
136   nn_chldta   =      1       !  RGB : Chl data (=1) or cst value (=0)
137
138   cn_dir = './'  !  root directory for the chlorophyl data location
139   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
140   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
141   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
142   sn_chl      ='chlorophyll'            ,        -1.        , 'CHLA'    ,   .true.    , .true. , 'yearly'  , ''               , ''       , ''
143/
144!-----------------------------------------------------------------------
145&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
146!-----------------------------------------------------------------------
147   nn_sssr     =     2     !  add a damping term to the surface freshwater flux
148      rn_deds     =  -166.67  !  magnitude of the damping on salinity   [mm/day]
149      ln_sssr_bnd =  .true.   !  flag to bound erp term (associated with nn_sssr=2)
150      rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day]
151/
152!-----------------------------------------------------------------------
153&namsbc_rnf    !   runoffs                                              (ln_rnf =T)
154!-----------------------------------------------------------------------
155   ln_rnf_mouth = .true.    !  specific treatment at rivers mouths
156      rn_hrnf     =  15.e0    !  depth over which enhanced vertical mixing is used    (ln_rnf_mouth=T)
157      rn_avt_rnf  =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] (ln_rnf_mouth=T)
158   rn_rfact    =   1.e0    !  multiplicative factor for runoff
159
160   cn_dir = './'  !  root directory for the location of the runoff files
161   !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________!
162   !           !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
163   !           !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
164   sn_rnf      = 'runoff_core_monthly',    -1.   , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
165   sn_cnf      = 'runoff_core_monthly',     0.   , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , ''       , ''
166   sn_s_rnf    = 'runoffs'            ,    24.   , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
167   sn_t_rnf    = 'runoffs'            ,    24.   , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
168   sn_dep_rnf  = 'runoffs'            ,     0.   , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''       , ''
169/
170!-----------------------------------------------------------------------
171&namsbc_wave   ! External fields from wave model                        (ln_wave=T)
172!-----------------------------------------------------------------------
173/
174!-----------------------------------------------------------------------
175&namberg       !   iceberg parameters                                   (default: OFF)
176!-----------------------------------------------------------------------
177   ln_icebergs = .false.    ! activate iceberg floats (force =F with "key_agrif")
178
179   cn_dir = './'  !  root directory for the location of drag coefficient files
180   !______!___________!___________________!______________!______________!_________!___________!__________!__________!_______________!
181   !      ! file name ! frequency (hours) !   variable   ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
182   !      !           !  (if <0  months)  !     name     !   (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      !
183   sn_icb =  'calving',       -1.         , 'calving'    ,   .true.     , .true.  , 'yearly'  , ''       , ''       , ''
184/
185!!======================================================================
186!!               ***  Lateral boundary condition  ***                 !!
187!!                                                                    !!
188!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
189!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif")
190!!   nam_tide      Tidal forcing                                        (default: OFF)
191!!   nambdy        Unstructured open boundaries                         (default: OFF)
192!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
193!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
194!!======================================================================
195!
196!-----------------------------------------------------------------------
197&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
198!-----------------------------------------------------------------------
199   rn_shlat    =    2.     !  no slip
200/
201!-----------------------------------------------------------------------
202&namagrif      !  AGRIF zoom                                            ("key_agrif")
203!-----------------------------------------------------------------------
204   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics
205   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s]
206   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s]
207   ln_chk_bathy  = .false. !  =T  check the parent bathymetry
208/
209!!======================================================================
210!!                ***  Top/Bottom boundary condition  ***             !!
211!!                                                                    !!
212!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
213!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T)
214!!   namdrg_bot    bottom friction                                      (ln_OFF=F)
215!!   nambbc        bottom temperature boundary condition                (default: OFF)
216!!   nambbl        bottom boundary layer scheme                         (default: OFF)
217!!======================================================================
218!
219!-----------------------------------------------------------------------
220&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
221!-----------------------------------------------------------------------
222   ln_lin = .true.         !     linear  drag: Cd = Cd0 Uc0
223/
224!-----------------------------------------------------------------------
225&nambbc        !   bottom temperature boundary condition                (default: OFF)
226!-----------------------------------------------------------------------
227   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom
228      nn_geoflx   =    2      !  geothermal heat flux: = 2 read variable flux [mW/m2]
229
230   cn_dir = './'  !  root directory for the geothermal data location
231   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
232   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
233   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
234   sn_qgh      ='geothermal_heating.nc'  ,       -12.        , 'heatflow',   .false.   , .true. , 'yearly'  ,   ''             ,   ''     ,   ''
235/
236!-----------------------------------------------------------------------
237&nambbl        !   bottom boundary layer scheme                         (default: OFF)
238!-----------------------------------------------------------------------
239   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag
240      nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0)
241      nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0)
242      rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s]
243      rn_gambbl   =  10.      !  advective bbl coefficient                 [s]
244/
245!!======================================================================
246!!                        Tracer (T-S) namelists                      !!
247!!                                                                    !!
248!!   nameos        equation of state                                    (default: NO selection)
249!!   namtra_adv    advection scheme                                     (default: NO selection)
250!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
251!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
252!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
253!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
254!!======================================================================
255!
256!-----------------------------------------------------------------------
257&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
258!-----------------------------------------------------------------------
259   ln_eos80    = .true.          !  = Use EOS80
260/
261!-----------------------------------------------------------------------
262&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
263!-----------------------------------------------------------------------
264   ln_traadv_fct = .true.     !  FCT scheme
265      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
266      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
267/
268!-----------------------------------------------------------------------
269&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
270!-----------------------------------------------------------------------
271   ln_traldf_lap   = .true.    !    laplacian operator
272   ln_traldf_iso   = .true.    !  iso-neutral (Standard operator)
273   ln_traldf_msc   = .true.    !  Method of Stabilizing Correction      (both operators)
274   !                       !  Coefficients:
275   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef
276      !                             !   = 20     aht = 1/2  Ud. max(e1,e2)
277      rn_Ud        = 0.018          !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
278      rn_Ld        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
279/
280!-----------------------------------------------------------------------
281&namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)        (default: OFF)
282!-----------------------------------------------------------------------
283   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation
284/
285!-----------------------------------------------------------------------
286&namtra_eiv    !   eddy induced velocity param.                         (default: OFF)
287!-----------------------------------------------------------------------
288   ln_ldfeiv   = .true.    ! use eddy induced velocity parameterization
289      !                        !  Coefficients:
290      nn_aei_ijk_t  = 21          ! space/time variation of the eiv coeficient
291      !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
292      !                           !  time invariant coefficients:  aei0 = 1/2  Ue*Le
293      rn_Ue        = 0.03              !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
294      rn_Le        = 200.e+3           !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
295      !
296      ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities
297/
298!-----------------------------------------------------------------------
299&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF)
300!-----------------------------------------------------------------------
301   ln_tradmp   =  .true.   !  add a damping term (using resto.nc coef.)
302      nn_zdmp  =    0         !  vertical shape =0    damping throughout the water column
303/
304!!======================================================================
305!!                      ***  Dynamics namelists  ***                  !!
306!!                                                                    !!
307!!   nam_vvl       vertical coordinate options                          (default: z-star)
308!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
309!!   namdyn_vor    advection scheme                                     (default: NO selection)
310!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
311!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
312!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
313!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
314!!======================================================================
315!
316!-----------------------------------------------------------------------
317&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
318!-----------------------------------------------------------------------
319   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme
320     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction
321/
322!-----------------------------------------------------------------------
323&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
324!-----------------------------------------------------------------------
325   ln_dynvor_een = .true.  !  energy & enstrophy scheme
326      nn_een_e3f = 0          ! =0   e3f = mean masked e3t divided by 4
327/
328!-----------------------------------------------------------------------
329&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
330!-----------------------------------------------------------------------
331   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
332/
333!-----------------------------------------------------------------------
334&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
335!-----------------------------------------------------------------------
336   ln_dynspg_ts  = .true.  !  split-explicit free surface
337/
338!-----------------------------------------------------------------------
339&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
340!-----------------------------------------------------------------------
341   ln_dynldf_lap =  .true.     !    laplacian operator
342   ln_dynldf_lev =  .true.     !  iso-level
343   nn_ahm_ijk_t  = -30         !  =-30  3D coeff. read in eddy_diffusivity_3D.nc
344/
345!!======================================================================
346!!                     vertical physics namelists                     !!
347!!                                                                    !!
348!!    namzdf        vertical physics manager                            (default: NO selection)
349!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
350!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
351!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
352!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
353!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
354!!======================================================================
355!
356!-----------------------------------------------------------------------
357&namzdf        !   vertical physics manager                             (default: NO selection)
358!-----------------------------------------------------------------------
359   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
360   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme
361      nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1)
362      rn_evd   =  100.           !  evd mixing coefficient [m2/s]
363   ln_zdfddm   = .true.    ! double diffusive mixing
364      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity)
365      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio
366   ln_zdfiwm   = .true.       ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
367   !                       !  Coefficients
368   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
369   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
370   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
371   nn_havtb    =    1         !  horizontal shape for avtb (=1) or not (=0)
372/
373!-----------------------------------------------------------------------
374&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
375!-----------------------------------------------------------------------
376      nn_mxl      =   3       !  mixing length: = 0 bounded by the distance to surface and bottom
377      !                       !                 = 1 bounded by the local vertical scale factor
378      !                       !                 = 2 first vertical derivative of mixing length bounded by 1
379      !                       !                 = 3 as =2 with distinct dissipative an mixing length scale
380      nn_etau     =   1       !  penetration of tke below the mixed layer (ML) due to NIWs
381                               !        = 0 none ; = 1 add a tke source below the ML
382                               !        = 2 add a tke source just at the base of the ML
383                               !        = 3 as = 1 applied on HF part of the stress           (ln_cpl=T)
384      rn_eice     =   0       !  below sea ice: =0 ON ; =4 OFF when ice fraction > 1/4   
385/
386!-----------------------------------------------------------------------
387&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
388!-----------------------------------------------------------------------
389   nn_zpyc     = 2         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2)
390   ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency
391   ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F)
392/
393!!======================================================================
394!!                  ***  Diagnostics namelists  ***                   !!
395!!                                                                    !!
396!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
397!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
398!!   namhsb       Heat and salt budgets                                 (default: OFF)
399!!   namdiu       Cool skin and warm layer models                       (default: OFF)
400!!   namdiu       Cool skin and warm layer models                       (default: OFF)
401!!   namflo       float parameters                                      (default: OFF)
402!!   nam_diaharm  Harmonic analysis of tidal constituents               (default: OFF)
403!!   nam_diadct   transports through some sections                      (default: OFF)
404!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF)
405!!   nam_dia25h   25h Mean Output                                       (default: OFF)
406!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
407!!======================================================================
408!
409!!======================================================================
410!!               ***  Observation & Assimilation  ***                 !!
411!!                                                                    !!
412!!   namobs       observation and model comparison                      (default: OFF)
413!!   nam_asminc   assimilation increments                               ('key_asminc')
414!!======================================================================
415!
416!!======================================================================
417!!                  ***  Miscellaneous namelists  ***                 !!
418!!                                                                    !!
419!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi")
420!!   namctl            Control prints                                   (default: OFF)
421!!   namsto            Stochastic parametrization of EOS                (default: OFF)
422!!======================================================================
423!
424!-----------------------------------------------------------------------
425&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
426!-----------------------------------------------------------------------
427/
428!-----------------------------------------------------------------------
429&namctl        !   Control prints                                       (default: OFF)
430!-----------------------------------------------------------------------
431/
432!-----------------------------------------------------------------------
433&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
434!-----------------------------------------------------------------------
435/
436!-----------------------------------------------------------------------
437&namptr        !   Poleward Transport Diagnostic                        (default: OFF)
438!-----------------------------------------------------------------------
439   ln_diaptr   = .true.   !  Poleward heat and salt transport (T) or not (F)
440   ln_subbas   = .true.   !  Atlantic/Pacific/Indian basins computation (T) or not
441/
Note: See TracBrowser for help on using the repository browser.