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/2020/dev_r12563_ASINTER-06_ABL_improvement/cfgs/ORCA2_ICE_ABL/EXPREF – NEMO

source: NEMO/branches/2020/dev_r12563_ASINTER-06_ABL_improvement/cfgs/ORCA2_ICE_ABL/EXPREF/namelist_cfg @ 12749

Last change on this file since 12749 was 12749, checked in by gsamson, 4 years ago

ABL code cleaning and small bugfixes; modify shared and ORCA2_ICE_ABL cfgs files accordingly (ticket #2419)

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