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/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/cfgs/ORCA2_ICE_ABL/EXPREF – NEMO

source: NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/cfgs/ORCA2_ICE_ABL/EXPREF/namelist_cfg @ 11306

Last change on this file since 11306 was 11306, checked in by smasson, 5 years ago

dev_r11265_ABL : add ORCA2_ICE_ABL configuration, see #2131

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