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_pac2_r4.0.5 on user/techene/TP_NEMO – Attachment – NEMO

user/techene/TP_NEMO: namelist_cfg_pac2_r4.0.5

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