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.
1_namelist_cfg in NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/AGRIF_DEMO/EXPREF – NEMO

source: NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/AGRIF_DEMO/EXPREF/1_namelist_cfg @ 12154

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

commit

File size: 30.0 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE  Configuration namelist : overwrite default values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!                         AGRIF ICE 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      = "Pacific" !  experience name
23   nn_it000    =       1   !  first time step
24   nn_itend    =      80   !  last  time step (std 5475)
25   nn_istate   =       0   !  output the initial state (1) or not (0)
26/
27!-----------------------------------------------------------------------
28&namdom        !   time and space domain
29!-----------------------------------------------------------------------
30   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time
31   !
32   rn_rdt      = 5400.     !  time step for the dynamics and tracer
33/
34!-----------------------------------------------------------------------
35&namcfg        !   parameters of the configuration                      (default: user defined GYRE)
36!-----------------------------------------------------------------------
37   ln_read_cfg = .true.    !  (=T) read the domain configuration file
38      cn_domcfg = "ORCA_R2_zps_domcfg_agrif"    ! 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                         (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!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
66!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
67!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
68!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
69!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
70!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
71!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
72!!   namberg         iceberg floats                                     (ln_icebergs=T)
73!!======================================================================
74!
75!-----------------------------------------------------------------------
76&namsbc        !   Surface Boundary Condition (surface module)
77!-----------------------------------------------------------------------
78   nn_fsbc     = 1         !  frequency of SBC module call
79                           !     (also = the frequency of sea-ice & iceberg model call)
80                     ! Type of air-sea fluxes
81   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
82                     ! Sea-ice :
83   nn_ice      = 2         !  =2 or 3 automatically for SI3 or CICE    ("key_si3" or "key_cice")
84                           !          except in AGRIF zoom where it has to be specified
85                     ! Misc. options of sbc :
86   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr)
87   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf)
88   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
89   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
90/
91!-----------------------------------------------------------------------
92&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T)
93!-----------------------------------------------------------------------
94   !                    !  bulk algorithm :
95   ln_NCAR      = .true.    ! "NCAR"      algorithm   (Large and Yeager 2008)
96   ln_COARE_3p0 = .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003)
97   ln_COARE_3p6 = .false.   ! "COARE 3.6" algorithm   (Edson et al. 2013)
98   ln_ECMWF     = .false.   ! "ECMWF"     algorithm   (IFS cycle 31)
99      !
100      rn_zqt      = 10.       !  Air temperature & humidity reference height (m)
101      rn_zu       = 10.       !  Wind vector reference height (m)
102      ln_Cd_L12   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2012)
103      ln_Cd_L15   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2015)
104      rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow)
105      rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.)
106      rn_vfac     = 0.        !  multiplicative factor for ocean & ice velocity used to
107      !                       !  calculate the wind stress (0.=absolute or 1.=relative winds)
108      ln_skin_cs = .false.  !  use the cool-skin parameterization (only available in ECMWF and COARE algorithms) !LB
109      ln_skin_wl = .false.  !  use the warm-layer        "               "                    "
110      !
111      ln_humi_sph = .true.     !  humidity specified below in "sn_humi" is specific humidity     [kg/kg] if .true.
112      ln_humi_dpt = .false.    !  humidity specified below in "sn_humi" is dew-point temperature   [K]   if .true.
113      ln_humi_rlh = .false.    !  humidity specified below in "sn_humi" is relative humidity       [%]   if .true.
114   !
115   cn_dir = './'  !  root directory for the bulk data location
116   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________!
117   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask !
118   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   !
119   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6.        , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Uwnd'   , ''
120   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6.        , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Vwnd'   , ''
121   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
122   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24.        , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
123   sn_tair     = 't_10.15JUNE2009_fill'       ,    6.        , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
124   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6.        , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
125   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
126   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
127   sn_slp      = 'slp.15JUNE2009_fill'        ,    6.        , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
128/
129!-----------------------------------------------------------------------
130&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
131!-----------------------------------------------------------------------
132   !                       ! type of penetration                        (default: NO selection)
133   ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue)
134   !
135   nn_chldta   =      1       !  RGB : Chl data (=1) or cst value (=0)
136
137   cn_dir = './'  !  root directory for the chlorophyl data location
138   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
139   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
140   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
141   sn_chl      ='chlorophyll'            ,        -1.        , 'CHLA'    ,   .true.    , .true. , 'yearly'  , ''               , ''       , ''
142/
143!-----------------------------------------------------------------------
144&namsbc_rnf    !   runoffs                                              (ln_rnf =T)
145!-----------------------------------------------------------------------
146   ln_rnf_mouth = .true.    !  specific treatment at rivers mouths
147      rn_hrnf     =  15.e0    !  depth over which enhanced vertical mixing is used    (ln_rnf_mouth=T)
148      rn_avt_rnf  =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] (ln_rnf_mouth=T)
149
150   cn_dir = './'  !  root directory for the location of the runoff files
151   !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________!
152   !           !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
153   !           !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
154   sn_rnf      = 'runoff_core_monthly',    -1.   , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
155   sn_cnf      = 'runoff_core_monthly',     0.   , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , ''       , ''
156   sn_s_rnf    = 'runoffs'            ,    24.   , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
157   sn_t_rnf    = 'runoffs'            ,    24.   , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
158   sn_dep_rnf  = 'runoffs'            ,     0.   , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''       , ''
159/
160!-----------------------------------------------------------------------
161&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
162!-----------------------------------------------------------------------
163   nn_sssr     =     2     !  add a damping term to the surface freshwater flux
164      rn_deds     =  -166.67  !  magnitude of the damping on salinity   [mm/day]
165      ln_sssr_bnd =  .true.   !  flag to bound erp term (associated with nn_sssr=2)
166      rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day]
167/
168!-----------------------------------------------------------------------
169&namberg       !   iceberg parameters                                   (default: No iceberg)
170!-----------------------------------------------------------------------
171   !  iceberg floats are not currently available with AGRIF
172   !     ===>>  forced deactivation in icbini.F90
173/
174!!======================================================================
175!!               ***  Lateral boundary condition  ***                 !!
176!!                                                                    !!
177!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
178!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif")
179!!   nam_tide      Tidal forcing                                        (default: OFF)
180!!   nambdy        Unstructured open boundaries                         (default: OFF)
181!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
182!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
183!!======================================================================
184!
185!-----------------------------------------------------------------------
186&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
187!-----------------------------------------------------------------------
188   rn_shlat    =    2.     !  no slip
189/
190!!======================================================================
191!!                ***  Top/Bottom boundary condition  ***             !!
192!!                                                                    !!
193!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
194!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T)
195!!   namdrg_bot    bottom friction                                      (ln_OFF=F)
196!!   nambbc        bottom temperature boundary condition                (default: OFF)
197!!   nambbl        bottom boundary layer scheme                         (default: OFF)
198!!======================================================================
199!
200!-----------------------------------------------------------------------
201&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
202!-----------------------------------------------------------------------
203   ln_non_lin = .true.     !  non-linear  drag: Cd = Cd0 |U|
204/
205!-----------------------------------------------------------------------
206&namdrg_bot    !   BOTTOM friction                                 
207!-----------------------------------------------------------------------
208/
209!-----------------------------------------------------------------------
210&nambbc        !   bottom temperature boundary condition                (default: OFF)
211!-----------------------------------------------------------------------
212   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom
213      nn_geoflx   =    2      !  geothermal heat flux: = 2 read variable flux [mW/m2]
214
215   cn_dir = './'  !  root directory for the geothermal data location
216   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
217   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
218   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
219   sn_qgh      ='geothermal_heating.nc'  ,       -12.        , 'heatflow',   .false.   , .true. , 'yearly'  ,   ''             ,   ''     ,   ''
220/
221!-----------------------------------------------------------------------
222&nambbl        !   bottom boundary layer scheme                         (default: OFF)
223!-----------------------------------------------------------------------
224   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag
225      nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0)
226      nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0)
227      rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s]
228      rn_gambbl   =  10.      !  advective bbl coefficient                 [s]
229/
230!!======================================================================
231!!                        Tracer (T & S) namelists                    !!
232!!                                                                    !!
233!!   nameos        equation of state                                    (default: NO selection)
234!!   namtra_adv    advection scheme                                     (default: NO selection)
235!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
236!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
237!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
238!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
239!!======================================================================
240!
241!-----------------------------------------------------------------------
242&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
243!-----------------------------------------------------------------------
244   ln_eos80    = .true.          !  = Use EOS80
245/
246!-----------------------------------------------------------------------
247&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
248!-----------------------------------------------------------------------
249   ln_traadv_fct = .true.     !  FCT scheme
250      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
251      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
252/
253!-----------------------------------------------------------------------
254&namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)        (default: OFF)
255!-----------------------------------------------------------------------
256   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation
257/
258!-----------------------------------------------------------------------
259&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
260!-----------------------------------------------------------------------
261   !                       !  Operator type:
262   ln_traldf_lap   = .true.    !    laplacian operator
263   !                       !  Direction of action:
264   ln_traldf_iso   = .true.    !  iso-neutral (Standard operator)
265   !                       !  iso-neutral options:       
266   ln_traldf_msc   = .true.    !  Method of Stabilizing Correction      (both operators)
267   !                       !  Coefficients:
268   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef
269      !                             !   = 20     aht = 1/2  Ud. max(e1,e2)
270      rn_Ud        = 0.018          !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
271      rn_Ld        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
272/
273!-----------------------------------------------------------------------
274&namtra_eiv !   eddy induced velocity param.                            (default: OFF)
275!-----------------------------------------------------------------------
276   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization
277      !                        !  Coefficients:
278      nn_aei_ijk_t  = 21          ! space/time variation of the eiv coeficient
279      !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
280      !                           !  time invariant coefficients:  aei0 = 1/2  Ue*Le
281      rn_Ue        = 0.03              !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
282      rn_Le        = 200.e+3           !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
283      !
284      ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities
285/
286!-----------------------------------------------------------------------
287&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF)
288!-----------------------------------------------------------------------
289   ln_tradmp   =  .true.   !  add a damping term (using resto.nc coef.)
290      nn_zdmp  =    0         !  vertical shape =0    damping throughout the water column
291/
292!!======================================================================
293!!                      ***  Dynamics namelists  ***                  !!
294!!                                                                    !!
295!!   nam_vvl       vertical coordinate options                          (default: z-star)
296!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
297!!   namdyn_vor    advection scheme                                     (default: NO selection)
298!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
299!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
300!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
301!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
302!!======================================================================
303!
304!-----------------------------------------------------------------------
305&nam_vvl       !   vertical coordinate options                          (default: z-star)
306!-----------------------------------------------------------------------
307/
308!-----------------------------------------------------------------------
309&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
310!-----------------------------------------------------------------------
311   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme
312     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction
313/
314!-----------------------------------------------------------------------
315&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
316!-----------------------------------------------------------------------
317   ln_dynvor_een = .true.  !  energy & enstrophy scheme
318      nn_een_e3f = 0          ! =0   e3f = mean masked e3t divided by 4
319/
320!-----------------------------------------------------------------------
321&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
322!-----------------------------------------------------------------------
323   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
324/
325!-----------------------------------------------------------------------
326&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
327!-----------------------------------------------------------------------
328   ln_dynspg_ts  = .true.  !  split-explicit free surface
329/
330!-----------------------------------------------------------------------
331&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
332!-----------------------------------------------------------------------
333   !                       !  Type of the operator :
334   ln_dynldf_lap =  .true.     !    laplacian operator
335   !                       !  Direction of action  :
336   ln_dynldf_lev =  .true.     !  iso-level
337   !                       !  Coefficient
338   nn_ahm_ijk_t  = -30         !  space/time variation of eddy coef
339   !                                !  =-30  read in eddy_viscosity_3D.nc
340/
341!!======================================================================
342!!                     vertical physics namelists                     !!
343!!                                                                    !!
344!!    namzdf        vertical physics manager                            (default: NO selection)
345!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
346!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
347!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
348!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
349!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
350!!======================================================================
351!
352!-----------------------------------------------------------------------
353&namzdf        !   vertical physics                                     (default: NO selection)
354!-----------------------------------------------------------------------
355   !                       ! type of vertical closure
356   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
357   !
358   !                       ! convection
359   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme
360      nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1)
361      rn_evd   =  100.           !  evd mixing coefficient [m2/s]
362   !
363   !                       !  Coefficients
364   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
365   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
366   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
367   nn_havtb    =    1         !  horizontal shape for avtb (=1) or not (=0)
368/
369!-----------------------------------------------------------------------
370&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
371!-----------------------------------------------------------------------
372      rn_eice     =   0       !  below sea ice: =0 ON ; =4 OFF when ice fraction > 1/4   
373/
374!!======================================================================
375!!                  ***  Diagnostics namelists  ***                   !!
376!!                                                                    !!
377!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
378!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
379!!   namhsb       Heat and salt budgets                                 (default: OFF)
380!!   namdiu       Cool skin and warm layer models                       (default: OFF)
381!!   namdiu       Cool skin and warm layer models                       (default: OFF)
382!!   namflo       float parameters                                      (default: OFF)
383!!   nam_diaharm  Harmonic analysis of tidal constituents               (default: OFF)
384!!   nam_diadct   transports through some sections                      (default: OFF)
385!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF)
386!!   nam_dia25h   25h Mean Output                                       (default: OFF)
387!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
388!!======================================================================
389!
390!!======================================================================
391!!               ***  Observation & Assimilation  ***                 !!
392!!                                                                    !!
393!!   namobs       observation and model comparison                      (default: OFF)
394!!   nam_asminc   assimilation increments                               ('key_asminc')
395!!======================================================================
396!
397!!======================================================================
398!!                  ***  Miscellaneous namelists  ***                 !!
399!!                                                                    !!
400!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi")
401!!   namctl            Control prints                                   (default: OFF)
402!!   namsto            Stochastic parametrization of EOS                (default: OFF)
403!!======================================================================
404!
405!
406!-----------------------------------------------------------------------
407&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
408!-----------------------------------------------------------------------
409/
410!-----------------------------------------------------------------------
411&namctl        !   Control prints                                       (default: OFF)
412!-----------------------------------------------------------------------
413/
414!-----------------------------------------------------------------------
415&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
416!-----------------------------------------------------------------------
417/
Note: See TracBrowser for help on using the repository browser.