New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
namelist_cfg in NEMO/trunk/cfgs/ORCA2_ICE_ABL/EXPREF – NEMO

source: NEMO/trunk/cfgs/ORCA2_ICE_ABL/EXPREF/namelist_cfg @ 14843

Last change on this file since 14843 was 14843, checked in by acc, 3 years ago

Add empty namtile block to all namelist_cfg files ready for future activation of ln_tile via SETTE.

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