source: CONFIG/UNIFORM/v6/NEMO_v6.5.1/GENERAL/PARAM/NAMELIST/ORCA1/namelist_core_ia_cfg @ 6098

Last change on this file since 6098 was 6098, checked in by cetlod, 2 years ago

NEMO_v6.5.1 : minor corrections

File size: 39.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   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time
38   rn_Dt      = 2700.     !  time step for the dynamics and tracer
39   ln_meshmask =  _AUTO_
40/
41!-----------------------------------------------------------------------
42&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg)
43!-----------------------------------------------------------------------
44   ln_read_cfg = .true.    !  (=T) read the domain configuration file
45      cn_domcfg = "domain_cfg.nc"    ! domain configuration filename
46      !
47      ln_closea    = .false.    !  F => suppress closed seas (defined by closea_mask field)
48      !                         !       from the bathymetry at runtime.
49/
50!-----------------------------------------------------------------------
51&namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: OFF)
52!-----------------------------------------------------------------------
53   !                       ! =T  read T-S fields for:
54   ln_tsd_init = .true.          !  ocean initialisation
55   ln_tsd_dmp  = .false.          !  T-S restoring   (see namtra_dmp)
56
57   cn_dir = './'     !  root directory for the T-S data location
58   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
59   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
60   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
61   sn_tem  = 'conservative_temperature_WOA13_decav_Reg1L75_clim', -1 ,'votemper' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_2_bilinear.nc'  ,   ''    ,    ''
62   sn_sal  = 'absolute_salinity_WOA13_decav_Reg1L75_clim'       , -1 ,'vosaline' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_2_bilinear.nc'  ,   ''
63/
64!!======================================================================
65!!            ***  Surface Boundary Condition namelists  ***          !!
66!!                                                                    !!
67!!   namsbc          surface boundary condition manager                 (default: NO selection)
68!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
69!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
70!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
71!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
72!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
73!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
74!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
75!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
76!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
77!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
78!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
79!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
80!!   namberg         iceberg floats                                     (ln_icebergs=T)
81!!======================================================================
82!
83!-----------------------------------------------------------------------
84&namsbc        !   Surface Boundary Condition manager                   (default: NO selection)
85!-----------------------------------------------------------------------
86   nn_fsbc     = 2         !  frequency of SBC module call
87                           !     (also = the frequency of sea-ice & iceberg model call)
88                     ! Type of air-sea fluxes
89   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
90                     ! Sea-ice :
91   nn_ice      = 2         !  =2 or 3 automatically for SI3 or CICE    ("key_si3" or "key_cice")
92                     ! Misc. options of sbc :
93   ln_traqsr   = .true.   !  Light penetration in the ocean            (T => fill namtra_qsr)
94   ln_dm2dc    = .true.   !  daily mean to diurnal cycle on short wave
95   ln_ssr      = .true.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
96   nn_fwb      = 2         !  FreshWater Budget: =0 unchecked
97      !                    !     =1 global mean of e-p-r set to zero at each time step
98      !                    !     =2 annual global mean of e-p-r set to zero
99   ln_rnf      = .true.   !  runoffs                                   (T => fill namsbc_rnf)
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
108   cn_dir = './'  !  root directory for the bulk data location
109   !___________!______________________________!___________________!___________!______________!__________!___________!______________________!__________!_______________!
110   !           !             file name        ! frequency (hours) ! variable  ! time interp. !  clim    ! 'yearly'/ !  weights filename    ! rotation ! land/sea mask !
111   !           !                              !  (if <0  months)  !   name    !   (logical)  !  (T/F)   ! 'monthly' !                      ! pairing  !    filename   !
112   sn_wndi     = 'u_10_CORE2_fill'            ,         6.        , 'U_10_MOD',   .false.    ,  .false. , 'yearly'  , 'weights_bicubic.nc'  , 'Uwnd'   , ''
113   sn_wndj     = 'v_10_CORE2_fill'            ,         6.        , 'V_10_MOD',   .false.    ,  .false. , 'yearly'  , 'weights_bicubic.nc'  , 'Vwnd'   , ''
114   sn_qsr      = 'ncar_rad_CORE2_fill'        ,        24.        , 'SWDN_MOD',   .false.    ,  .false. , 'yearly'  , 'weights_bilinear.nc' , ''       , ''
115   sn_qlw      = 'ncar_rad_CORE2_fill'        ,        24.        , 'LWDN_MOD',   .false.    ,  .false. , 'yearly'  , 'weights_bilinear.nc' , ''       , ''
116   sn_tair     = 't_10_CORE2_fill'            ,         6.        , 'T_10_MOD',   .false.    ,  .false. , 'yearly'  , 'weights_bilinear.nc' , ''       , ''
117   sn_humi     = 'q_10_CORE2_fill'            ,         6.        , 'Q_10_MOD',   .false.    ,  .false. , 'yearly'  , 'weights_bilinear.nc' , ''       , ''
118   sn_prec     = 'ncar_precip_CORE2_fill'     ,        -1.        , 'PRC_MOD' ,   .false.    ,  .false. , 'yearly'  , 'weights_bilinear.nc' , ''       , ''
119   sn_snow     = 'ncar_precip_CORE2_fill'     ,        -1.        , 'SNOW'    ,   .false.    ,  .false. , 'yearly'  , 'weights_bilinear.nc' , ''       , ''
120   sn_slp      = 'slp_CORE2_fill'             ,         6.        , 'SLP'     ,   .false.    ,  .false. , 'yearly'  , 'weights_bilinear.nc' , ''       , ''
121/
122!-----------------------------------------------------------------------
123&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
124!-----------------------------------------------------------------------
125   !                       ! type of penetration                        (default: NO selection)
126   ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue)
127   !
128   nn_chldta   =      1       !  RGB : Chl data (=1) or cst value (=0)
129
130   cn_dir = './'  !  root directory for the chlorophyl data location
131   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
132   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
133   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
134  sn_chl      ='merged_ESACCI_BIOMER4V1R1_CHL_REG05',  -1  , 'CHLA' , .true. , .true. , 'yearly' , 'weights_reg05_2_bilinear.nc' , '' , ''
135/
136!-----------------------------------------------------------------------
137&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
138!-----------------------------------------------------------------------
139   nn_sssr     =     2     !  add a damping term to the surface freshwater flux
140      rn_deds     =  -166.67  !  magnitude of the damping on salinity   [mm/day]
141      ln_sssr_bnd =  .true.   !  flag to bound erp term (associated with nn_sssr=2)
142      rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day]
143      nn_sssr_ice =   0       ! control of sea surface restoring under sea-ice
144                              ! 0 = no restoration under ice : * (1-icefrac)
145   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
146   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
147   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
148   sn_sss      = 'sss_absolute_salinity.nc', -1. , 'sosaline',    .true. ,         .true. , 'yearly' ,    '' ,      ''
149/
150!-----------------------------------------------------------------------
151&namsbc_rnf    !   runoffs                                              (ln_rnf =T)
152!-----------------------------------------------------------------------
153   ln_rnf_mouth = .false.   !  specific treatment at rivers mouths
154      rn_hrnf     =  15.e0    !  depth over which enhanced vertical mixing is used    (ln_rnf_mouth=T)
155      rn_avt_rnf  =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] (ln_rnf_mouth=T)
156   rn_rfact    =   1.e0    !  multiplicative factor for runoff
157   ln_rnf_depth = .false.   !  read in depth information for runoff
158   ln_rnf_tem  = .false.   !  read in temperature information for runoff
159   ln_rnf_sal  = .false.   !  read in salinity information for runoff
160   ln_rnf_icb  = .false.   !  read iceberg flux
161   ln_rnf_depth_ini = .true. ! compute depth at initialisation from runoff file
162      rn_rnf_max  = 0.05  !  max value of the runoff climatologie over global domain ( ln_rnf_depth_ini = .true )
163      rn_dep_max  = 150.      !  depth over which runoffs is spread ( ln_rnf_depth_ini = .true )
164      nn_rnf_depth_file = 0   !  create (=1) a runoff depth file or not (=0)
165
166   cn_dir = './'  !  root directory for the location of the runoff files
167   !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________!
168   !           !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
169   !           !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
170   sn_rnf      = 'runoff-icb_DaiTrenberth_Depoorter.nc',        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
171   sn_i_rnf    = 'runoff-icb_DaiTrenberth_Depoorter.nc',        -1         , 'Icb_flux',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
172   sn_cnf      = 'runoff-icb_DaiTrenberth_Depoorter.nc',         0         , 'socoeff' ,   .false.    , .true. , 'yearly'  , ''       , ''       , ''
173   sn_s_rnf    = 'runoffs'            ,        24         , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
174   sn_t_rnf    = 'runoffs'            ,        24         , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
175   sn_dep_rnf  = 'runoffs_eORCA1.1_depths.nc'            ,         0         , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''       , ''
176/
177!-----------------------------------------------------------------------
178&namisf       !  Top boundary layer (ISF)                               (default: OFF)
179!-----------------------------------------------------------------------
180   !
181   ! ---------------- ice shelf load -------------------------------
182   !
183   cn_isfload = 'uniform'      ! scheme to compute ice shelf load (ln_isfcav = .true. in domain_cfg.nc)
184      rn_isfload_T = -1.9
185      rn_isfload_S = 34.4
186   !
187   ! ---------------- ice shelf melt formulation -------------------------------
188   !
189   ln_isf = .true.           ! activate ice shelf module
190      ln_isfdebug = .false.      ! add debug print in ISF code (global min/max/sum of specific variable)
191      cn_isfdir   = './'         ! directory for all ice shelf input file
192      !
193      ! ---------------- cavities opened -------------------------------
194      !
195      ln_isfcav_mlt = .false.    ! ice shelf melting into the cavity (need ln_isfcav = .true. in domain_cfg.nc)
196         cn_isfcav_mlt = '3eq'   ! ice shelf melting formulation (spe/2eq/3eq/oasis)
197         !                       ! spe = fwfisf is read from a forcing field
198         !                       ! 2eq = ISOMIP  like: 2 equations formulation (Hunter et al., 2006 for a short description)
199         !                       ! 3eq = ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2016 for a short description)
200         !                       ! oasis = fwfisf is given by oasis and pattern by file sn_isfcav_fwf
201         !              !  cn_isfcav_mlt = 2eq or 3eq cases:
202         cn_gammablk = 'vel'     ! scheme to compute gammat/s (spe,ad15,hj99)
203         !                       ! spe      = constant transfert velocity (rn_gammat0, rn_gammas0)
204         !                       ! vel      = velocity dependent transfert velocity (u* * gammat/s) (Asay-Davis et al. 2016 for a short description)
205         !                       ! vel_stab = velocity and stability dependent transfert coeficient (Holland et al. 1999 for a complete description)
206         rn_gammat0  = 1.4e-2    ! gammat coefficient used in spe, vel and vel_stab gamma computation method
207         rn_gammas0  = 4.0e-4    ! gammas coefficient used in spe, vel and vel_stab gamma computation method
208         !
209         rn_htbl     =  30.      ! thickness of the top boundary layer    (Losh et al. 2008)
210         !                       ! 0 => thickness of the tbl = thickness of the first wet cell
211         !
212         !* 'spe' and 'oasis' case
213         !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________!
214         !           !  file name  ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
215         !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      !
216         sn_isfcav_fwf = 'isfmlt_cav',      -12.      , 'fwflisf'  ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    ''
217      !
218      ! ---------------- cavities parametrised -------------------------------
219      !
220      ln_isfpar_mlt = .true.   ! ice shelf melting parametrised
221         cn_isfpar_mlt = 'spe'  ! ice shelf melting parametrisation (spe/bg03/oasis)
222         !                      ! spe   = fwfisf is read from a forcing field
223         !                      ! bg03  = melt computed using Beckmann and Goosse parametrisation
224         !                      ! oasis = fwfisf is given by oasis and pattern by file sn_isfpar_fwf
225         !
226         !* all cases
227         !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________!
228         !           !  file name  ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
229         !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      !
230         sn_isfpar_zmax = 'runoff-icb_DaiTrenberth_Depoorter.nc' ,   -1      ,'sodepmax_isf' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   ''
231         sn_isfpar_zmin = 'runoff-icb_DaiTrenberth_Depoorter.nc' ,   -1      ,'sodepmin_isf' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   ''
232         !* 'spe' and 'oasis' case
233         sn_isfpar_fwf = 'runoff-icb_DaiTrenberth_Depoorter.nc' ,   -1      ,'sornfisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   ''
234         !* 'bg03' case
235         sn_isfpar_Leff = 'isfmlt_par',       0.       ,'Leff'     ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    ''
236      !
237      ! ---------------- ice sheet coupling -------------------------------
238      !
239      ln_isfcpl = .false.
240         nn_drown       = 10        ! number of iteration of the extrapolation loop (fill the new wet cells)
241         ln_isfcpl_cons = .false.
242/
243!-----------------------------------------------------------------------
244&namsbc_wave   ! External fields from wave model                        (ln_wave=T)
245!-----------------------------------------------------------------------
246/
247!-----------------------------------------------------------------------
248&namberg       !   iceberg parameters                                   (default: OFF)
249!-----------------------------------------------------------------------
250/
251!!======================================================================
252!!               ***  Lateral boundary condition  ***                 !!
253!!                                                                    !!
254!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
255!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif")
256!!   nam_tide      Tidal forcing                                        (default: OFF)
257!!   nambdy        Unstructured open boundaries                         (default: OFF)
258!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
259!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
260!!======================================================================
261!
262!-----------------------------------------------------------------------
263&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
264!-----------------------------------------------------------------------
265   rn_shlat    =    0.     !  no slip
266/
267!-----------------------------------------------------------------------
268&namagrif      !  AGRIF zoom                                            ("key_agrif")
269!-----------------------------------------------------------------------
270/
271!!======================================================================
272!!                ***  Top/Bottom boundary condition  ***             !!
273!!                                                                    !!
274!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
275!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T)
276!!   namdrg_bot    bottom friction                                      (ln_OFF=F)
277!!   nambbc        bottom temperature boundary condition                (default: OFF)
278!!   nambbl        bottom boundary layer scheme                         (default: OFF)
279!!======================================================================
280!
281!-----------------------------------------------------------------------
282&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
283!-----------------------------------------------------------------------
284   ln_non_lin  = .true.   !  non-linear  drag: Cd = Cd0 |U|
285   ln_loglayer = .false.   !  logarithmic drag: Cd = vkarmn/log(z/z0) |U|
286   !
287   ln_drgimp   = .true.    !  implicit top/bottom friction flag
288/
289!-----------------------------------------------------------------------
290&namdrg_bot    !   BOTTOM friction                                      (ln_OFF =F)
291!-----------------------------------------------------------------------
292   rn_Cd0      =  1.e-3    !  drag coefficient [-]
293   rn_Cdmax    =  0.1      !  drag value maximum [-] (logarithmic drag)
294   rn_ke0      =  2.5e-3   !  background kinetic energy  [m2/s2] (non-linear cases)
295   rn_z0       =  3.e-3    !  roughness [m] (ln_loglayer=T)
296   ln_boost    = .false.   !  =T regional boost of Cd0 ; =F constant
297      rn_boost =  50.         !  local boost factor  [-]
298/
299!-----------------------------------------------------------------------
300&nambbc        !   bottom temperature boundary condition                (default: OFF)
301!-----------------------------------------------------------------------
302   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom
303      nn_geoflx   =    2      !  geothermal heat flux: = 2 read variable flux [mW/m2]
304
305   cn_dir = './'  !  root directory for the geothermal data location
306   !___________!____________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
307   !           !  file name         ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
308   !           !                    !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
309   sn_qgh      ='Lucazeau_ghflux.nc',        -12.       , 'gh_flux' ,   .false.   , .true. , 'yearly'  , 'weights_Lucazeau1_2_bilinear.nc'       , ''       , ''
310/
311!-----------------------------------------------------------------------
312&nambbl        !   bottom boundary layer scheme                         (default: OFF)
313!-----------------------------------------------------------------------
314   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag
315      nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0)
316      nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0)
317      rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s]
318      rn_gambbl   =  10.      !  advective bbl coefficient                 [s]
319/
320!!======================================================================
321!!                        Tracer (T-S) namelists                      !!
322!!                                                                    !!
323!!   nameos        equation of state                                    (default: NO selection)
324!!   namtra_adv    advection scheme                                     (default: NO selection)
325!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
326!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
327!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
328!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
329!!======================================================================
330!
331!-----------------------------------------------------------------------
332&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
333!-----------------------------------------------------------------------
334   ln_teos10   = .true.         !  = Use TEOS-10
335/
336!-----------------------------------------------------------------------
337&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
338!-----------------------------------------------------------------------
339   ln_traadv_fct = .true.     !  FCT scheme
340      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
341      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
342/
343!-----------------------------------------------------------------------
344&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
345!-----------------------------------------------------------------------
346   ln_traldf_lap   = .true.    !    laplacian operator
347   ln_traldf_iso   = .true.    !  iso-neutral (Standard operator)
348   ln_traldf_msc   = .true.    !  Method of Stabilizing Correction      (both operators)
349   !                       !  Coefficients:
350   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef
351      !                             !   = 20     aht = 1/2  Ud. max(e1,e2)
352      rn_Ud        = 0.018          !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
353      rn_Ld        = 100.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
354/
355!-----------------------------------------------------------------------
356&namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)        (default: OFF)
357!-----------------------------------------------------------------------
358   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation
359/
360!-----------------------------------------------------------------------
361&namtra_eiv    !   eddy induced velocity param.                         (default: OFF)
362!-----------------------------------------------------------------------
363   ln_ldfeiv   = .true.    ! use eddy induced velocity parameterization
364      !                        !  Coefficients:
365      nn_aei_ijk_t  = 21          ! space/time variation of the eiv coeficient
366      !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
367      !                           !  time invariant coefficients:  aei0 = 1/2  Ue*Le
368      rn_Ue        = 0.018             !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
369      rn_Le        = 100.e+3           !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
370      !
371      ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities
372/
373!-----------------------------------------------------------------------
374&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF)
375!-----------------------------------------------------------------------
376   ln_tradmp   =  .false.   !  add a damping term (using resto.nc coef.)
377      nn_zdmp  =    0         !  vertical shape =0    damping throughout the water column
378/
379!!======================================================================
380!!                      ***  Dynamics namelists  ***                  !!
381!!                                                                    !!
382!!   nam_vvl       vertical coordinate options                          (default: z-star)
383!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
384!!   namdyn_vor    advection scheme                                     (default: NO selection)
385!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
386!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
387!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
388!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
389!!======================================================================
390!
391!-----------------------------------------------------------------------
392&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
393!-----------------------------------------------------------------------
394   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme
395     nn_dynkeg     = 1        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction
396/
397!-----------------------------------------------------------------------
398&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
399!-----------------------------------------------------------------------
400   ln_dynvor_een = .true.  !  energy & enstrophy scheme
401      nn_e3f_typ = 0          ! =0   e3f = mean masked e3t divided by 4
402/
403!-----------------------------------------------------------------------
404&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
405!-----------------------------------------------------------------------
406   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
407/
408!-----------------------------------------------------------------------
409&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
410!-----------------------------------------------------------------------
411   ln_dynspg_ts  = .true.  !  split-explicit free surface
412/
413!-----------------------------------------------------------------------
414&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
415!-----------------------------------------------------------------------
416   ln_dynldf_lap =  .true.     !    laplacian operator
417   ln_dynldf_lev =  .true.     !  iso-level
418   nn_ahm_ijk_t  = -30           !  space/time variation of eddy coefficient :
419      !                             !  =-30  read in eddy_viscosity_3D.nc file
420/
421!!======================================================================
422!!                     vertical physics namelists                     !!
423!!                                                                    !!
424!!    namzdf        vertical physics manager                            (default: NO selection)
425!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
426!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
427!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
428!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
429!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
430!!======================================================================
431!
432!-----------------------------------------------------------------------
433&namzdf        !   vertical physics manager                             (default: NO selection)
434!-----------------------------------------------------------------------
435   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
436   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme
437      nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1)
438      rn_evd   =  100.           !  evd mixing coefficient [m2/s]
439   ln_zdfddm   = .true.    ! double diffusive mixing
440      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity)
441      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio
442   ln_zdfiwm   = .true.       ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
443   !                       !  Coefficients
444   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
445   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
446   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
447   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0)
448/
449!-----------------------------------------------------------------------
450&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
451!-----------------------------------------------------------------------
452   nn_mxl      =   2       !  mixing length: = 2 first vertical derivative of mixing length bounded by 1
453   ln_mxl0     = .true.    !  surface mixing length scale = F(wind stress) (T) or not (F)
454      nn_mxlice   = 2         ! type of scaling under sea-ice
455                              !    = 2  scaling with mean sea-ice thickness
456   nn_etau     =   0       !  penetration of tke below the mixed layer (ML) due to NIWs
457                               !        = 0 none ; = 1 add a tke source below the ML
458   ln_lc      = .true.     !  Langmuir cell parameterisation (Axell 2002)
459   rn_lc      =  0.20      !  coef. associated to Langmuir cells
460   nn_eice     =   3       !  attenutaion of langmuir & surface wave breaking under ice
461   !                       !           = 3 weighted by 1-MIN(1,4*fr_i)
462/
463!-----------------------------------------------------------------------
464&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
465!-----------------------------------------------------------------------
466   ln_mevar    = .false.    !  variable (T) or constant (F) mixing efficiency
467   ln_tsdiff   = .true.     !  account for differential T/S mixing (T) or not (F)
468
469   cn_dir      = './'      !  root directory for the iwm data location
470   !___________!____________________!___________________!_____________!_____________!________!___________!__________________!__________!_______________!
471   !           !  file name         ! frequency (hours) ! variable    ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
472   !           !                    !  (if <0  months)  !   name      !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
473   sn_mpb      = 'zdfiwm_forcing.nc',      -12.         , 'power_bot' ,    .false.  , .true. , 'yearly' , '' , ''  , ''
474   sn_mpc      = 'zdfiwm_forcing.nc',      -12.         , 'power_cri' ,    .false.  , .true. , 'yearly' , '' , ''  , ''
475   sn_mpn      = 'zdfiwm_forcing.nc',      -12.         , 'power_nsq' ,    .false.  , .true. , 'yearly' , '' , ''  , ''
476   sn_mps      = 'zdfiwm_forcing.nc',      -12.         , 'power_sho' ,    .false.  , .true. , 'yearly' , '' , ''  , ''
477   sn_dsb      = 'zdfiwm_forcing.nc',      -12.         , 'scale_bot' ,    .false.  , .true. , 'yearly' , '' , ''  , ''
478   sn_dsc      = 'zdfiwm_forcing.nc',      -12.         , 'scale_cri' ,    .false.  , .true. , 'yearly' , '' , ''  , ''
479/
480!!======================================================================
481!!                  ***  Diagnostics namelists  ***                   !!
482!!                                                                    !!
483!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
484!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
485!!   namhsb       Heat and salt budgets                                 (default: OFF)
486!!   namdiu       Cool skin and warm layer models                       (default: OFF)
487!!   namdiu       Cool skin and warm layer models                       (default: OFF)
488!!   namflo       float parameters                                      (default: OFF)
489!!   nam_diaharm  Harmonic analysis of tidal constituents               (default: OFF)
490!!   nam_diadct   transports through some sections                      (default: OFF)
491!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF)
492!!   nam_dia25h   25h Mean Output                                       (default: OFF)
493!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
494!!======================================================================
495!-----------------------------------------------------------------------
496&namtrd        !   trend diagnostics                                    (default: OFF)
497!-----------------------------------------------------------------------
498   ln_tra_trd  = .true.   ! (T) 3D tracer trend output
499/
500!
501!!======================================================================
502!!               ***  Observation & Assimilation  ***                 !!
503!!                                                                    !!
504!!   namobs       observation and model comparison                      (default: OFF)
505!!   nam_asminc   assimilation increments                               ('key_asminc')
506!!======================================================================
507!
508!!======================================================================
509!!                  ***  Miscellaneous namelists  ***                 !!
510!!                                                                    !!
511!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi")
512!!   namctl            Control prints                                   (default: OFF)
513!!   namsto            Stochastic parametrization of EOS                (default: OFF)
514!!======================================================================
515!
516!-----------------------------------------------------------------------
517&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
518!-----------------------------------------------------------------------
519   nn_hls      =   1       !  halo width (applies to both rows and columns)
520/
521!-----------------------------------------------------------------------
522&namctl        !   Control prints                                       (default: OFF)
523!-----------------------------------------------------------------------
524   sn_cfctl%l_runstat = .true.    ! switches and which areas produce reports with the proc integer settings.
525   sn_cfctl%l_trcstat = .true.   ! The default settings for the proc integers should ensure
526/
527!-----------------------------------------------------------------------
528&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
529!-----------------------------------------------------------------------
530/
531!-----------------------------------------------------------------------
532&namhsb        !  Heat and salt budgets                                 (default: OFF)
533!-----------------------------------------------------------------------
534   ln_diahsb   = .true.   !  output the heat and salt budgets (T) or not (F)
535/
Note: See TracBrowser for help on using the repository browser.