source: CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/PARAM/NEMO/namelist_ORCA1_cfg @ 6709

Last change on this file since 6709 was 6658, checked in by cetlod, 8 months ago

CM7_work : Reorganisation of NEMO parameter sub-directory

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