source: CONFIG/UNIFORM/v6/NEMO_v6.5.1/GENERAL/PARAM/NAMELIST/ORCA1/namelist_jra_ia_cfg @ 6094

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

NEMO_v6.5.1 : minor corrections in namelist

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