source: CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/ORCA1/namelist_core_clim_cfg @ 4912

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

Adding new NEMO configuration using NEMO_v4 model

File size: 34.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      =  _AUTO_
23   nn_date0    =  _AUTO_   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
24   nn_leapy    =  _AUTO_   !  Leap year calendar (1) or not (0)
25   ln_rstart   =  _AUTO_
26   nn_rstctl   =  _AUTO_
27   nn_it000    =  _AUTO_
28   nn_itend    =  _AUTO_
29   nn_stock    =  _AUTO_
30   ln_mskland  = .true.
31   ln_clobber  = .true.
32   ln_cfmeta   = .true.   !  output additional data to netCDF files required for compliance with the CF metadata standard
33/
34!-----------------------------------------------------------------------
35&namdom        !   time and space domain
36!-----------------------------------------------------------------------
37   rn_rdt      = 2700.     !  time step for the dynamics and tracer
38   ln_meshmask =  _AUTO_
39/
40!-----------------------------------------------------------------------
41&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg)
42!-----------------------------------------------------------------------
43   ln_read_cfg = .true.    !  (=T) read the domain configuration file
44      cn_domcfg = "domain_cfg.nc"    ! domain configuration filename
45      !
46      ln_closea    = .false.    !  F => suppress closed seas (defined by closea_mask field)
47      !                         !       from the bathymetry at runtime.
48/
49!-----------------------------------------------------------------------
50&namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: OFF)
51!-----------------------------------------------------------------------
52   !                       ! =T  read T-S fields for:
53   ln_tsd_init = .true.          !  ocean initialisation
54   ln_tsd_dmp  = .false.          !  T-S restoring   (see namtra_dmp)
55
56   cn_dir = './'     !  root directory for the T-S data location
57   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
58   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
59   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
60   sn_tem  = 'conservative_temperature_WOA13_decav_Reg1L75_clim', -1 ,'votemper' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_2_eorca1_bilinear.nc'  ,   ''    ,    ''
61   sn_sal  = 'absolute_salinity_WOA13_decav_Reg1L75_clim'       , -1 ,'vosaline' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_2_eorca1_bilinear.nc'  ,   ''
62/
63!!======================================================================
64!!            ***  Surface Boundary Condition namelists  ***          !!
65!!                                                                    !!
66!!   namsbc          surface boundary condition manager                 (default: NO selection)
67!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
68!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
69!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
70!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
71!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
72!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
73!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
74!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
75!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
76!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
77!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
78!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
79!!   namberg         iceberg floats                                     (ln_icebergs=T)
80!!======================================================================
81!
82!-----------------------------------------------------------------------
83&namsbc        !   Surface Boundary Condition manager                   (default: NO selection)
84!-----------------------------------------------------------------------
85   nn_fsbc     = 2         !  frequency of SBC module call
86                           !     (also = the frequency of sea-ice & iceberg model call)
87                     ! Type of air-sea fluxes
88   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
89                     ! Sea-ice :
90   nn_ice      = 2         !  =2 or 3 automatically for SI3 or CICE    ("key_si3" or "key_cice")
91                     ! Misc. options of sbc :
92   ln_traqsr   = .true.   !  Light penetration in the ocean            (T => fill namtra_qsr)
93   ln_dm2dc    = .true.   !  daily mean to diurnal cycle on short wave
94   ln_ssr      = .true.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
95   nn_fwb      = 2         !  FreshWater Budget: =0 unchecked
96      !                    !     =1 global mean of e-p-r set to zero at each time step
97      !                    !     =2 annual global mean of e-p-r set to zero
98   ln_rnf      = .true.   !  runoffs                                   (T => fill namsbc_rnf)
99   ln_isf      = .true.   !  ice shelf                                 (T   => fill namsbc_isf & namsbc_iscpl)
100/
101!-----------------------------------------------------------------------
102&namsbc_blk    !   namsbc_blk  generic Bulk formula                     (ln_blk =T)
103!-----------------------------------------------------------------------
104   !                    !  bulk algorithm :
105   !                    !  bulk algorithm :
106   ln_NCAR    = .true.     ! "NCAR"      algorithm   (Large and Yeager 2008)
107   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data
108
109   cn_dir = './'  !  root directory for the bulk data location
110   !___________!______________________________!___________________!___________!______________!__________!___________!______________________!__________!_______________!
111   !           !             file name        ! frequency (hours) ! variable  ! time interp. !  clim    ! 'yearly'/ !  weights filename    ! rotation ! land/sea mask !
112   !           !                              !  (if <0  months)  !   name    !   (logical)  !  (T/F)   ! 'monthly' !                      ! pairing  !    filename   !
113   sn_wndi     = 'u_10_CORE2_fill'            ,         6.        , 'U_10_MOD',   .false.    ,  .true. , 'yearly'  , 'weights_bicubic.nc'  , 'Uwnd'   , ''
114   sn_wndj     = 'v_10_CORE2_fill'            ,         6.        , 'V_10_MOD',   .false.    ,  .true. , 'yearly'  , 'weights_bicubic.nc'  , 'Vwnd'   , ''
115   sn_qsr      = 'ncar_rad_CORE2_fill'        ,        24.        , 'SWDN_MOD',   .false.    ,  .true. , 'yearly'  , 'weights_bilinear.nc' , ''       , ''
116   sn_qlw      = 'ncar_rad_CORE2_fill'        ,        24.        , 'LWDN_MOD',   .false.    ,  .true. , 'yearly'  , 'weights_bilinear.nc' , ''       , ''
117   sn_tair     = 't_10_CORE2_fill'            ,         6.        , 'T_10_MOD',   .false.    ,  .true. , 'yearly'  , 'weights_bilinear.nc' , ''       , ''
118   sn_humi     = 'q_10_CORE2_fill'            ,         6.        , 'Q_10_MOD',   .false.    ,  .true. , 'yearly'  , 'weights_bilinear.nc' , ''       , ''
119   sn_prec     = 'ncar_precip_CORE2_fill'     ,        -1.        , 'RAIN'    ,   .false.    ,  .true. , 'yearly'  , 'weights_bilinear.nc' , ''       , ''
120   sn_snow     = 'ncar_precip_CORE2_fill'     ,        -1.        , 'SNOW'    ,   .false.    ,  .true. , 'yearly'  , 'weights_bilinear.nc' , ''       , ''
121   sn_slp      = 'slp_CORE2_fill'             ,         6.        , 'SLP'     ,   .false.    ,  .true. , 'yearly'  , 'weights_bilinear.nc' , ''       , ''
122/
123!-----------------------------------------------------------------------
124&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
125!-----------------------------------------------------------------------
126   !                       ! type of penetration                        (default: NO selection)
127   ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue)
128   !
129   nn_chldta   =      1       !  RGB : Chl data (=1) or cst value (=0)
130
131   cn_dir = './'  !  root directory for the chlorophyl data location
132   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
133   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
134   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
135  sn_chl      ='merged_ESACCI_BIOMER4V1R1_CHL_REG05',  -1  , 'CHLA' , .true. , .true. , 'yearly' , 'weights_reg05_2_eorca1_bilinear.nc' , '' , ''
136/
137!-----------------------------------------------------------------------
138&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
139!-----------------------------------------------------------------------
140   nn_sssr     =     2     !  add a damping term to the surface freshwater flux
141      rn_deds     =  -166.67  !  magnitude of the damping on salinity   [mm/day]
142      ln_sssr_bnd =  .true.   !  flag to bound erp term (associated with nn_sssr=2)
143      rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day]
144   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
145   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
146   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
147   sn_sss      = 'sss_absolute_salinity.nc', -1. , 'sosaline',    .true. ,         .true. , 'yearly' ,    '' ,      ''
148/
149!-----------------------------------------------------------------------
150&namsbc_rnf    !   runoffs                                              (ln_rnf =T)
151!-----------------------------------------------------------------------
152   ln_rnf_mouth = .false.   !  specific treatment at rivers mouths
153      rn_hrnf     =  15.e0    !  depth over which enhanced vertical mixing is used    (ln_rnf_mouth=T)
154      rn_avt_rnf  =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] (ln_rnf_mouth=T)
155   rn_rfact    =   1.e0    !  multiplicative factor for runoff
156   ln_rnf_depth = .false.   !  read in depth information for runoff
157   ln_rnf_tem  = .false.   !  read in temperature information for runoff
158   ln_rnf_sal  = .false.   !  read in salinity information for runoff
159   ln_rnf_depth_ini = .true. ! compute depth at initialisation from runoff file
160      rn_rnf_max  = 0.05  !  max value of the runoff climatologie over global domain ( ln_rnf_depth_ini = .true )
161      rn_dep_max  = 150.      !  depth over which runoffs is spread ( ln_rnf_depth_ini = .true )
162      nn_rnf_depth_file = 0   !  create (=1) a runoff depth file or not (=0)
163
164   cn_dir = './'  !  root directory for the location of the runoff files
165   !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________!
166   !           !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
167   !           !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
168   sn_rnf      = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc',        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
169   sn_cnf      = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc',         0         , 'socoeff' ,   .false.    , .true. , 'yearly'  , ''       , ''       , ''
170   sn_s_rnf    = 'runoffs'            ,        24         , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
171   sn_t_rnf    = 'runoffs'            ,        24         , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
172   sn_dep_rnf  = 'runoffs_eORCA1.1_depths.nc'            ,         0         , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''       , ''
173/
174!-----------------------------------------------------------------------
175&namsbc_isf    !  Top boundary layer (ISF)                              (ln_isfcav =T : read (ln_read_cfg=T)
176!-----------------------------------------------------------------------             or set or usr_def_zgr )
177   !                 ! type of top boundary layer
178   nn_isf      = 3         !  ice shelf melting/freezing
179                           !  3 = rnf file for ISF 
180   !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________!
181   !           !  file name  ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
182   !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      !
183   sn_rnfisf     = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc' ,   -12      ,'sornfisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   ''
184   sn_depmax_isf = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc' ,   -12      ,'sodepmax_isf' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   ''
185   sn_depmin_isf = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1_JD.nc' ,   -12      ,'sodepmin_isf' ,   .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    =    0.     !  no slip
210/
211!-----------------------------------------------------------------------
212&namagrif      !  AGRIF zoom                                            ("key_agrif")
213!-----------------------------------------------------------------------
214/
215!!======================================================================
216!!                ***  Top/Bottom boundary condition  ***             !!
217!!                                                                    !!
218!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
219!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T)
220!!   namdrg_bot    bottom friction                                      (ln_OFF=F)
221!!   nambbc        bottom temperature boundary condition                (default: OFF)
222!!   nambbl        bottom boundary layer scheme                         (default: OFF)
223!!======================================================================
224!
225!-----------------------------------------------------------------------
226&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
227!-----------------------------------------------------------------------
228   ln_non_lin  = .true.   !  non-linear  drag: Cd = Cd0 |U|
229   ln_loglayer = .false.   !  logarithmic drag: Cd = vkarmn/log(z/z0) |U|
230   !
231   ln_drgimp   = .true.    !  implicit top/bottom friction flag
232/
233!-----------------------------------------------------------------------
234&namdrg_bot    !   BOTTOM friction                                      (ln_OFF =F)
235!-----------------------------------------------------------------------
236   rn_Cd0      =  1.e-3    !  drag coefficient [-]
237   rn_Cdmax    =  0.1      !  drag value maximum [-] (logarithmic drag)
238   rn_ke0      =  2.5e-3   !  background kinetic energy  [m2/s2] (non-linear cases)
239   rn_z0       =  3.e-3    !  roughness [m] (ln_loglayer=T)
240   ln_boost    = .false.   !  =T regional boost of Cd0 ; =F constant
241      rn_boost =  50.         !  local boost factor  [-]
242/
243!-----------------------------------------------------------------------
244&nambbc        !   bottom temperature boundary condition                (default: OFF)
245!-----------------------------------------------------------------------
246   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom
247      nn_geoflx   =    2      !  geothermal heat flux: = 2 read variable flux [mW/m2]
248
249   cn_dir = './'  !  root directory for the geothermal data location
250   !___________!____________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
251   !           !  file name         ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
252   !           !                    !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
253   sn_qgh      ='Goutorbe_ghflux.nc',        -12.       , 'gh_flux' ,   .false.   , .true. , 'yearly'  , 'weights_Goutorbe1_2_eorca1_bilinear.nc'       , ''       , ''
254/
255!-----------------------------------------------------------------------
256&nambbl        !   bottom boundary layer scheme                         (default: OFF)
257!-----------------------------------------------------------------------
258   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag
259      nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0)
260      nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0)
261      rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s]
262      rn_gambbl   =  10.      !  advective bbl coefficient                 [s]
263/
264!!======================================================================
265!!                        Tracer (T-S) namelists                      !!
266!!                                                                    !!
267!!   nameos        equation of state                                    (default: NO selection)
268!!   namtra_adv    advection scheme                                     (default: NO selection)
269!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
270!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
271!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
272!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
273!!======================================================================
274!
275!-----------------------------------------------------------------------
276&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
277!-----------------------------------------------------------------------
278   ln_teos10   = .true.         !  = Use TEOS-10
279/
280!-----------------------------------------------------------------------
281&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
282!-----------------------------------------------------------------------
283   ln_traadv_fct = .true.     !  FCT scheme
284      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
285      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
286/
287!-----------------------------------------------------------------------
288&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
289!-----------------------------------------------------------------------
290   ln_traldf_lap   = .true.    !    laplacian operator
291   ln_traldf_iso   = .true.    !  iso-neutral (Standard operator)
292   ln_traldf_msc   = .true.    !  Method of Stabilizing Correction      (both operators)
293   !                       !  Coefficients:
294   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef
295      !                             !   = 20     aht = 1/2  Ud. max(e1,e2)
296      rn_Ud        = 0.018          !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
297      rn_Ld        = 100.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
298/
299!-----------------------------------------------------------------------
300&namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)        (default: OFF)
301!-----------------------------------------------------------------------
302   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation
303/
304!-----------------------------------------------------------------------
305&namtra_eiv    !   eddy induced velocity param.                         (default: OFF)
306!-----------------------------------------------------------------------
307   ln_ldfeiv   = .true.    ! use eddy induced velocity parameterization
308      !                        !  Coefficients:
309      nn_aei_ijk_t  = 21          ! space/time variation of the eiv coeficient
310      !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
311      !                           !  time invariant coefficients:  aei0 = 1/2  Ue*Le
312      rn_Ue        = 0.03              !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
313      rn_Le        = 100.e+3           !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
314      !
315      ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities
316/
317!-----------------------------------------------------------------------
318&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF)
319!-----------------------------------------------------------------------
320   ln_tradmp   =  .false.   !  add a damping term (using resto.nc coef.)
321      nn_zdmp  =    0         !  vertical shape =0    damping throughout the water column
322/
323!!======================================================================
324!!                      ***  Dynamics namelists  ***                  !!
325!!                                                                    !!
326!!   nam_vvl       vertical coordinate options                          (default: z-star)
327!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
328!!   namdyn_vor    advection scheme                                     (default: NO selection)
329!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
330!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
331!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
332!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
333!!======================================================================
334!
335!-----------------------------------------------------------------------
336&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
337!-----------------------------------------------------------------------
338   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme
339     nn_dynkeg     = 1        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction
340/
341!-----------------------------------------------------------------------
342&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
343!-----------------------------------------------------------------------
344   ln_dynvor_een = .true.  !  energy & enstrophy scheme
345      nn_een_e3f = 0          ! =0   e3f = mean masked e3t divided by 4
346/
347!-----------------------------------------------------------------------
348&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
349!-----------------------------------------------------------------------
350   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
351/
352!-----------------------------------------------------------------------
353&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
354!-----------------------------------------------------------------------
355   ln_dynspg_ts  = .true.  !  split-explicit free surface
356/
357!-----------------------------------------------------------------------
358&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
359!-----------------------------------------------------------------------
360   ln_dynldf_lap =  .true.     !    laplacian operator
361   ln_dynldf_lev =  .true.     !  iso-level
362   nn_ahm_ijk_t  = -30           !  space/time variation of eddy coefficient :
363      !                             !  =-30  read in eddy_viscosity_3D.nc file
364/
365!!======================================================================
366!!                     vertical physics namelists                     !!
367!!                                                                    !!
368!!    namzdf        vertical physics manager                            (default: NO selection)
369!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
370!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
371!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
372!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
373!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
374!!======================================================================
375!
376!-----------------------------------------------------------------------
377&namzdf        !   vertical physics manager                             (default: NO selection)
378!-----------------------------------------------------------------------
379   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
380   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme
381      nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1)
382      rn_evd   =  100.           !  evd mixing coefficient [m2/s]
383   ln_zdfddm   = .true.    ! double diffusive mixing
384      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity)
385      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio
386   ln_zdfiwm   = .false.       ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
387   !                       !  Coefficients
388   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
389   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
390   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
391   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0)
392/
393!-----------------------------------------------------------------------
394&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
395!-----------------------------------------------------------------------
396      nn_mxl      =   2       !  mixing length: = 0 bounded by the distance to surface and bottom
397      !                       !                 = 1 bounded by the local vertical scale factor
398      !                       !                 = 2 first vertical derivative of mixing length bounded by 1
399      !                       !                 = 3 as =2 with distinct dissipative an mixing length scale
400      nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to NIWs
401                               !        = 0 none ; = 1 add a tke source below the ML
402                               !        = 2 add a tke source just at the base of the ML
403                               !        = 3 as = 1 applied on HF part of the stress           (ln_cpl=T)
404      rn_eice     =   2       !  below sea ice: =0 ON ; =4 OFF when ice fraction > 1/4   
405/
406!-----------------------------------------------------------------------
407&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
408!-----------------------------------------------------------------------
409   nn_zpyc     = 2         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2)
410   ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency
411   ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F)
412/
413!!======================================================================
414!!                  ***  Diagnostics namelists  ***                   !!
415!!                                                                    !!
416!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
417!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
418!!   namhsb       Heat and salt budgets                                 (default: OFF)
419!!   namdiu       Cool skin and warm layer models                       (default: OFF)
420!!   namdiu       Cool skin and warm layer models                       (default: OFF)
421!!   namflo       float parameters                                      (default: OFF)
422!!   nam_diaharm  Harmonic analysis of tidal constituents               (default: OFF)
423!!   nam_diadct   transports through some sections                      (default: OFF)
424!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF)
425!!   nam_dia25h   25h Mean Output                                       (default: OFF)
426!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
427!!======================================================================
428!-----------------------------------------------------------------------
429&namtrd        !   trend diagnostics                                    (default: OFF)
430!-----------------------------------------------------------------------
431   ln_tra_trd  = .true.   ! (T) 3D tracer trend output
432/
433!
434!!======================================================================
435!!               ***  Observation & Assimilation  ***                 !!
436!!                                                                    !!
437!!   namobs       observation and model comparison                      (default: OFF)
438!!   nam_asminc   assimilation increments                               ('key_asminc')
439!!======================================================================
440!
441!!======================================================================
442!!                  ***  Miscellaneous namelists  ***                 !!
443!!                                                                    !!
444!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi")
445!!   namctl            Control prints                                   (default: OFF)
446!!   namsto            Stochastic parametrization of EOS                (default: OFF)
447!!======================================================================
448!
449!-----------------------------------------------------------------------
450&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
451!-----------------------------------------------------------------------
452/
453!-----------------------------------------------------------------------
454&namctl        !   Control prints                                       (default: OFF)
455!-----------------------------------------------------------------------
456/
457!-----------------------------------------------------------------------
458&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
459!-----------------------------------------------------------------------
460/
461!-----------------------------------------------------------------------
462&namptr        !   Poleward Transport Diagnostic                        (default: OFF)
463!-----------------------------------------------------------------------
464   ln_diaptr   = .true.   !  Poleward heat and salt transport (T) or not (F)
465   ln_subbas   = .true.   !  Atlantic/Pacific/Indian basins computation (T) or not
466/
Note: See TracBrowser for help on using the repository browser.