New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
namelist_cfg in NEMO/branches/2019/ENHANCE-02_ISF_nemo/cfgs/WED025/EXPREF – NEMO

source: NEMO/branches/2019/ENHANCE-02_ISF_nemo/cfgs/WED025/EXPREF/namelist_cfg @ 11488

Last change on this file since 11488 was 11488, checked in by mathiot, 5 years ago

ENHANCE-02_ISF: mask isf output in the open ocean + activation of bdy and tide in WED025 (ticket #2142)

  • Property svn:executable set to *
File size: 44.8 KB
RevLine 
[11487]1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE :   Reference namelist_ref                                !!
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!! NEMO/OCE  :  1 - Domain & run manager (namrun, namcfg, namdom, namtsd, namcrs, namc1d, namc1d_uvd)
5!! namelists    2 - Surface boundary (namsbc, namsbc_flx, namsbc_blk, namsbc_cpl,
6!!                                    namsbc_sas, namtra_qsr, namsbc_rnf,
7!!                                    namsbc_isf, namsbc_iscpl, namsbc_apr,
8!!                                    namsbc_ssr, namsbc_wave, namberg)
9!!              3 - lateral boundary (namlbc, namagrif, nambdy, nambdy_tide)
10!!              4 - top/bot boundary (namdrg, namdrg_top, namdrg_bot, nambbc, nambbl)
11!!              5 - Tracer           (nameos, namtra_adv, namtra_ldf, namtra_eiv, namtra_dmp)
12!!              6 - dynamics         (namdyn_adv, namdyn_vor, namdyn_hpg, namdyn_spg, namdyn_ldf)
13!!              7 - Vertical physics (namzdf, namzdf_ric, namzdf_tke, namzdf_gls, namzdf_iwm)
14!!              8 - diagnostics      (namnc4, namtrd, namspr, namflo, namhsb)
15!!              9 - Obs & Assim      (namobs, nam_asminc)
16!!             10 - miscellaneous    (nammpp, namctl, namsto)
17!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
18
19!!======================================================================
20!!              ***  Domain & Run management namelists  ***           !!
21!!                                                                    !!
22!!   namrun       parameters of the run
23!!   namdom       space and time domain
24!!   namcfg       parameters of the configuration                       (default: user defined GYRE)
25!!   namwad       Wetting and drying                                    (default: OFF)
26!!   namtsd       data: temperature & salinity                          (default: OFF)
27!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T)
28!!   namc1d       1D configuration options                              ("key_c1d")
29!!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d")
30!!   namc1d_uvd   1D data (currents)                                    ("key_c1d")
31!!======================================================================
32!
33!-----------------------------------------------------------------------
34&namrun        !   parameters of the run
35!-----------------------------------------------------------------------
36   nn_no       =       0   !  job number (no more used...)
37   cn_exp      =  'WED025' !  experience name
38   nn_it000    =   1       !  first time step
[11488]39   nn_itend    =  26280    !  last  time step (std 5475)
[11487]40   nn_date0    = 19760301  !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
[11488]41   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T)
[11487]42      nn_rstctl   =    2      !  restart control ==> activated only if ln_rstart=T
43/
44!-----------------------------------------------------------------------
45&namdom        !   time and space domain
46!-----------------------------------------------------------------------
[11488]47   rn_rdt      = 1200.     !  time step for the dynamics and tracer
[11487]48   ln_meshmask = .true.    !  =T create a mesh file
49/
50!-----------------------------------------------------------------------
51&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg)
52!-----------------------------------------------------------------------
[11488]53   ln_read_cfg = .true.    !  (=T) read the domain configuration file
54      !                    !  (=F) user defined configuration           (F => create/check namusr_def)
55      cn_domcfg = "domain_cfg"  ! domain configuration filename
[11487]56/
57!-----------------------------------------------------------------------
58&namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: OFF)
59!-----------------------------------------------------------------------
60   !                       ! =T  read T-S fields for:
61   ln_tsd_init = .true.          !  ocean initialisation
62   ln_tsd_dmp  = .false.         !  T-S restoring   (see namtra_dmp)
63   
64   cn_dir      = './'      !  root directory for the T-S data location
65   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
66   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
67   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
[11488]68   sn_tem = 'dta_temp_WED025'            ,         -12       , 'votemper',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
69   sn_sal = 'dta_sal_WED025'             ,         -12       , 'vosaline',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
[11487]70/
71!-----------------------------------------------------------------------
72&namwad        !   Wetting and Drying (WaD)                             (default: OFF)
73!-----------------------------------------------------------------------
74/
75!-----------------------------------------------------------------------
76&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T)
77!-----------------------------------------------------------------------
78/
79!-----------------------------------------------------------------------
80&namc1d        !   1D configuration options                             ("key_c1d" default: PAPA station)
81!-----------------------------------------------------------------------
82/
83!-----------------------------------------------------------------------
84&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d" default: OFF)
85!-----------------------------------------------------------------------
86/
87!-----------------------------------------------------------------------
88&namc1d_uvd    !   data: U & V currents                                 ("key_c1d" default: OFF)
89!-----------------------------------------------------------------------
90/
91
92!!======================================================================
93!!            ***  Surface Boundary Condition namelists  ***          !!
94!!                                                                    !!
95!!   namsbc          surface boundary condition manager                 (default: NO selection)
96!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
97!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
98!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
99!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
100!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
101!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
102!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
103!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
104!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
105!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
106!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
107!!   namberg         iceberg floats                                     (ln_icebergs=T)
108!!======================================================================
109!
110!-----------------------------------------------------------------------
111&namsbc        !   Surface Boundary Condition manager                   (default: NO selection)
112!-----------------------------------------------------------------------
113   nn_fsbc     = 1         !  frequency of surface boundary condition computation
114      !                    !  (control sea-ice & iceberg model call)
115                     ! Type of air-sea fluxes
116   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
117                     ! Sea-ice :
118   nn_ice      = 2         !  =0 no ice boundary condition   
119      !                    !  =1 use observed ice-cover                 (  => fill namsbc_iif )
120      !                    !  =2 or 3 automatically for SI3 or CICE    ("key_si3" or "key_cice")
121      !                    !          except in AGRIF zoom where it has to be specified
122   ln_ice_embd = .false.   !  =T embedded sea-ice (pressure + mass and salt exchanges)
123      !                    !  =F levitating ice (no pressure, mass and salt exchanges)
124                     ! Misc. options of sbc :
125   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr)
126   ln_dm2dc    = .true.    !  daily mean to diurnal cycle on short wave
127   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
128   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
129      !                    !     =1 global mean of e-p-r set to zero at each time step
130      !                    !     =2 annual global mean of e-p-r set to zero
131   ln_rnf      = .true.    !  runoffs                                   (T   => fill namsbc_rnf)
132   ln_isf      = .true.
133/
134!-----------------------------------------------------------------------
135&namsbc_flx    !   surface boundary condition : flux formulation        (ln_flx =T)
136!-----------------------------------------------------------------------
137/
138!-----------------------------------------------------------------------
139&namsbc_blk    !   namsbc_blk  generic Bulk formula                     (ln_blk =T)
140!-----------------------------------------------------------------------
141   !                    !  bulk algorithm :
142   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008)
143   ln_COARE_3p0 = .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003)
144   ln_COARE_3p5 = .false.   ! "COARE 3.5" algorithm   (Edson et al. 2013)
145   ln_ECMWF    = .false.   ! "ECMWF"     algorithm   (IFS cycle 31)
146
147   cn_dir      = './'      !  root directory for the bulk data location
148   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________!
149   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask !
150   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   !
[11488]151   sn_wndi     = 'u10_core'              ,         6         , 'U_10_MOD',   .true.    , .false. , 'yearly'  , 'weights_bicubic_core.nc'           , 'Uwnd'   , ''
152   sn_wndj     = 'v10_core'              ,         6         , 'V_10_MOD',   .true.    , .false. , 'yearly'  , 'weights_bicubic_core.nc'           , 'Vwnd'   , ''
153   sn_qsr      = 'qsw_core'              ,        24         , 'SWDN_MOD',   .false.   , .false. , 'yearly'  , 'weights_bilin_core.nc'             , ''       , ''
154   sn_qlw      = 'qlw_core'              ,        24         , 'LWDN_MOD',   .false.   , .false. , 'yearly'  , 'weights_bilin_core.nc'             , ''       , ''
155   sn_tair     = 't10_core'              ,         6         , 'T_10_MOD',   .true.    , .false. , 'yearly'  , 'weights_bilin_core.nc'             , ''       , ''
156   sn_humi     = 'q10_core'              ,         6         , 'Q_10_MOD',   .true.    , .false. , 'yearly'  , 'weights_bilin_core.nc'             , ''       , ''
157   sn_prec     = 'precip_core'           ,        -1         , 'TPRECIP',    .true.    , .false. , 'yearly'  , 'weights_bilin_core.nc'             , ''       , ''
158   sn_snow     = 'snow_core'             ,        -1         , 'SNOW'    ,   .true.    , .false. , 'yearly'  , 'weights_bilin_core.nc'             , ''       , ''
159   sn_slp      = 'slp_core'              ,         6         , 'SLP'     ,   .true.    , .false. , 'yearly'  , 'weights_bilin_core.nc'             , ''       , ''
[11487]160/
161!-----------------------------------------------------------------------
162&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
163!-----------------------------------------------------------------------
164/
165!-----------------------------------------------------------------------
166&namsbc_sas    !   Stand-Alone Surface module: ocean data               (SAS_SRC  only)
167!-----------------------------------------------------------------------
168/
169!-----------------------------------------------------------------------
170&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1)
171!-----------------------------------------------------------------------
172/
173!-----------------------------------------------------------------------
174&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
175!-----------------------------------------------------------------------
176   !                       !  type of penetration                        (default: NO selection)
177   ln_qsr_rgb  = .true.    !  RGB (Red-Green-Blue) light penetration
178   !                       !  RGB & 2BD choices:
179   nn_chldta   =      1    !  RGB : 2D Chl data (=1), 3D Chl data (=2) or cst value (=0)
180
[11488]181   cn_dir      = './'      !  root directory for the chlorophyl data location
182   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
183   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
184   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
185   sn_chl      ='chlorophyll_WED025'     ,        -1         , 'CHLA'    ,   .true.    , .true. , 'yearly'  , ''               , ''       , ''
[11487]186/
187!-----------------------------------------------------------------------
188&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
189!-----------------------------------------------------------------------
190   nn_sssr     =     2     !  add a damping     term in the surface freshwater flux (=2)
191      !                    !  or to SSS only (=1) or no damping term (=0)
192      rn_deds     =  -166.67  !  magnitude of the damping on salinity   [mm/day]
193      ln_sssr_bnd =  .true.   !  flag to bound erp term (associated with nn_sssr=2)
194      rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day]
195/
196!-----------------------------------------------------------------------
197&namsbc_rnf    !   runoffs                                              (ln_rnf =T)
198!-----------------------------------------------------------------------
199
200   cn_dir      = './'      !  root directory for the runoff data location
201   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
202   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
203   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
[11488]204   sn_rnf      = 'runoff_WED025'         ,  -1               , 'runoff'  ,   .true.    , .false., 'yearly'  , ''               , ''       , ''
[11487]205/
206!-----------------------------------------------------------------------
207&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T)
208!-----------------------------------------------------------------------
209/
210!-----------------------------------------------------------------------
[11488]211&namisf       !  Top boundary layer (ISF)                              (ln_isf = T .AND. ln_isfcav: read (ln_read_cfg=T)
212!-----------------------------------------------------------------------                         or set or usr_def_zgr )
213   cn_isfdir = './'
214   cn_isfload = 'isomip'
215
216   ln_isfcav_mlt = .true.     ! ice shelf melting into the cavity
217      cn_isfcav_mlt = '3eq'   ! ice shelf melting formulation (spe/2eq/3eq/oasis)
218      !                       ! spe = fwfisf is read from a forcing field
219      !                       ! 2eq = ISOMIP  like: 2 equations formulation (Hunter et al., 2006)
220      !                       ! 3eq = ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2015)
221      !                       ! oasis = fwfisf is given by oasis
222      !              !  cn_isfcav_mlt = 2eq or 3eq cases:
223      cn_gammablk = 'ad15'    ! scheme to compute gammat/s (spe,ad15,hj99)
224      !                       ! ad15 = velocity dependend Gamma (u* * gammat/s)  (Jenkins et al. 2010)
225      !                       ! hj99 = velocity and stability dependent Gamma    (Holland et al. 1999)
226      rn_gammat0  = 1.4e-2    ! gammat coefficient used in blk formula
227      rn_gammas0  = 4.e-4    ! gammas coefficient used in blk formula
228      !
229      rn_htbl     =  30.      ! thickness of the top boundary layer    (Losh et al. 2008)
230      !                       ! 0 => thickness of the tbl = thickness of the first wet cell
231      !
232      !* 'spe' and 'oasis' case
233      !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________!
234      !           !  file name  ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
235      !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      !
236      sn_isfcav_fwf = 'isfmlt_cav',      -12       , 'fwflisf' ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    ''
237
238
239   ln_isfpar_mlt = .false.   ! ice shelf melting parametrised
240      cn_isfpar_mlt = 'spe'  ! ice shelf melting parametrisation (spe/bg03/oasis)
241      !
242      !* all cases
243      !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________!
244      !           !  file name  ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
245      !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      !
246      sn_isfpar_zmax = 'isfmlt_par',       0        ,'sozisfmax',  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    ''
247      sn_isfpar_zmin = 'isfmlt_par',       0        ,'sozisfmin',  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    ''
248      !* 'spe' and 'oasis' case
249      sn_isfpar_fwf = 'isfmlt_par' ,      -12       ,'fwfisf'   ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    ''
250      !* 'bg03' case
251      sn_isfpar_Leff = 'isfmlt_par',       0        ,'Leff'     ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    ''
252
253   
254   ln_isfcpl = .false.
255      nn_drown       = 10        ! number of iteration of the extrapolation loop (fill the new wet cells)
256      ln_isfcpl_cons = .false.
257/
258!-----------------------------------------------------------------------
[11487]259&namsbc_wave   ! External fields from wave model                        (ln_wave=T)
260!-----------------------------------------------------------------------
261/
262!-----------------------------------------------------------------------
263&namberg       !   iceberg parameters                                   (default: OFF)
264!-----------------------------------------------------------------------
265/
266
267!!======================================================================
268!!               ***  Lateral boundary condition  ***                 !!
269!!                                                                    !!
270!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
271!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif")
272!!   nam_tide      Tidal forcing                                        (default: OFF)
273!!   nambdy        Unstructured open boundaries                         (default: OFF)
274!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
275!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
276!!======================================================================
277!
278!-----------------------------------------------------------------------
279&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
280!-----------------------------------------------------------------------
281   !                       !  free slip  !   partial slip  !   no slip   ! strong slip
282   rn_shlat    =    2.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat
283/
284!-----------------------------------------------------------------------
285&namagrif      !  AGRIF zoom                                            ("key_agrif")
286!-----------------------------------------------------------------------
287/
288!-----------------------------------------------------------------------
289&nam_tide      !   tide parameters                                      (default: OFF)
290!-----------------------------------------------------------------------
[11488]291   ln_tide     = .true.       ! Activate tides
292      ln_tide_pot   = .false.               !  use tidal potential forcing
293      clname(1) = 'M2'  !  name of constituent - all tidal components must be set in namelist_cfg
294      clname(2) = 'S2'
295      clname(3) = 'K1'
296      clname(4) = 'O1'
[11487]297/
298!-----------------------------------------------------------------------
299&nambdy        !  unstructured open boundaries                          (default: OFF)
300!-----------------------------------------------------------------------
[11488]301   ln_bdy         = .true.    !  Use unstructured open boundaries
[11487]302   nb_bdy         = 1         !  number of open boundary sets
303   ln_coords_file = .true.    !  =T : read bdy coordinates from file
304      cn_coords_file = 'coordinates_bdy_WED025.nc' !  bdy coordinates files
305   ln_mask_file   = .false.   !  =T : read mask from file
306      cn_mask_file = ''        !  name of mask file (if ln_mask_file=.TRUE.)
307   cn_dyn2d       = 'flather' !
308   nn_dyn2d_dta   =  3        !  = 0, bdy data are equal to the initial state
309      !                       !  = 1, bdy data are read in 'bdydata   .nc' files
310      !                       !  = 2, use tidal harmonic forcing data from files
311      !                       !  = 3, use external data AND tidal harmonic forcing
312   cn_dyn3d      =  'frs'     !
313   nn_dyn3d_dta  =  1         !  = 0, bdy data are equal to the initial state
314   !                          !  = 1, bdy data are read in 'bdydata   .nc' files
315   cn_tra        =  'frs'     !
316   nn_tra_dta    =  1         !  = 0, bdy data are equal to the initial state
317   !                          !  = 1, bdy data are read in 'bdydata   .nc' files
[11488]318   cn_ice        =  'frs'     !
319   nn_ice_dta    =  1         !  = 0, bdy data are equal to the initial state
[11487]320   !                          !  = 1, bdy data are read in 'bdydata   .nc' files
321   rn_ice_tem    = 267.0      !  si3 only: arbitrary temperature of incoming sea ice
322   rn_ice_sal    = 6.0        !  si3 only:      --   salinity           --
323   rn_ice_age    = 45.0       !  si3 only:      --   age                --
324   !
325   nn_rimwidth   = 1          !  width of the relaxation zone
326/
327!-----------------------------------------------------------------------
328&nambdy_dta    !  open boundaries - external data                       (see nam_bdy)
329!-----------------------------------------------------------------------
330   ln_full_vel = .false.      !  ???
331
[11488]332   cn_dir      = './'    !  root directory for the BDY data location
[11487]333   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
334   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
335   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
336   bn_ssh      =    'bdyT_ssh_WED025'    ,         -1        , 'sossheig' ,     .true. , .false., 'yearly'  ,    ''            ,   ''     ,     ''
337   bn_u2d      =    'bdyU_u2d_WED025'    ,         -1        , 'vobtcrtx' ,     .true. , .false., 'yearly'  ,    ''            ,   ''     ,     ''
338   bn_v2d      =    'bdyV_u2d_WED025'    ,         -1        , 'vobtcrty' ,     .true. , .false., 'yearly'  ,    ''            ,   ''     ,     ''
339   bn_u3d      =    'bdyU_u3d_WED025'    ,         -1        , 'vozocrtx' ,     .true. , .false., 'yearly'  ,    ''            ,   ''     ,     ''
340   bn_v3d      =    'bdyV_u3d_WED025'    ,         -1        , 'vomecrty' ,     .true. , .false., 'yearly'  ,    ''            ,   ''     ,     ''
341   bn_tem      =    'bdyT_tra_WED025'    ,         -1        , 'votemper' ,     .true. , .false., 'yearly'  ,    ''            ,   ''     ,     ''
342   bn_sal      =    'bdyT_tra_WED025'    ,         -1        , 'vosaline' ,     .true. , .false., 'yearly'  ,    ''            ,   ''     ,     ''
343!* for si3
[11488]344   bn_a_i      =    'bdyT_ice_WED025'    ,         -1        , 'ileadfra' ,     .true. , .false., 'yearly'  ,    ''            ,   ''     ,     ''
345   bn_h_i      =    'bdyT_ice_WED025'    ,         -1        , 'iicethic' ,     .true. , .false., 'yearly'  ,    ''            ,   ''     ,     ''
346   bn_h_s      =    'bdyT_ice_WED025'    ,         -1        , 'isnowthi' ,     .true. , .false., 'yearly'  ,    ''            ,   ''     ,     ''
[11487]347/
348!-----------------------------------------------------------------------
349&nambdy_tide   !  tidal forcing at open boundaries                      (default: OFF)
350!-----------------------------------------------------------------------
[11488]351   filtide          = 'bdytide_WED025_'         !  file name root of tidal forcing files
[11487]352/
353
354!!======================================================================
355!!                ***  Top/Bottom boundary condition  ***             !!
356!!                                                                    !!
357!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
358!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T)
359!!   namdrg_bot    bottom friction                                      (ln_OFF=F)
360!!   nambbc        bottom temperature boundary condition                (default: OFF)
361!!   nambbl        bottom boundary layer scheme                         (default: OFF)
362!!======================================================================
363!
364!-----------------------------------------------------------------------
365&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
366!-----------------------------------------------------------------------
367   ln_non_lin  = .true.    !  non-linear  drag: Cd = Cd0 |U|
368/
369!-----------------------------------------------------------------------
370&namdrg_top    !   TOP friction                                         (ln_OFF =F & ln_isfcav=T)
371!-----------------------------------------------------------------------
[11488]372   rn_Cd0      =  2.5e-3    !  drag coefficient [-]
[11487]373/
374!-----------------------------------------------------------------------
375&namdrg_bot    !   BOTTOM friction                                      (ln_OFF =F)
376!-----------------------------------------------------------------------
[11488]377   rn_Cd0      =  2.5e-3    !  drag coefficient [-]
[11487]378/
379!-----------------------------------------------------------------------
380&nambbc        !   bottom temperature boundary condition                (default: OFF)
381!-----------------------------------------------------------------------
382   ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom
383/
384!-----------------------------------------------------------------------
385&nambbl        !   bottom boundary layer scheme                         (default: OFF)
386!-----------------------------------------------------------------------
387   ln_trabbl   = .true.   !  Bottom Boundary Layer parameterisation flag
388/
389
390!!======================================================================
391!!                        Tracer (T-S) namelists                      !!
392!!                                                                    !!
393!!   nameos        equation of state                                    (default: NO selection)
394!!   namtra_adv    advection scheme                                     (default: NO selection)
395!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
396!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
397!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
398!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
399!!======================================================================
400!
401!-----------------------------------------------------------------------
402&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
403!-----------------------------------------------------------------------
404   ln_teos10   = .true.          !  = Use TEOS-10
405/
406!-----------------------------------------------------------------------
407&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
408!-----------------------------------------------------------------------
409   ln_traadv_fct = .true.  !  FCT scheme
410      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order
411      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order
412/
413!-----------------------------------------------------------------------
414&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
415!-----------------------------------------------------------------------
416   !                       !  Operator type:
417   ln_traldf_lap    =  .true.   !    laplacian operator
418   !                       !  Direction of action:
419   ln_traldf_iso    =  .true.   !  iso-neutral (standard operator)
420   !
421   !                       !  Coefficients:
422   nn_aht_ijk_t    = 20        !  space/time variation of eddy coefficient:
423      !                             !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file
424      !                             !   =  0           constant
425      !                             !   = 10 F(k)      =ldf_c1d
426      !                             !   = 20 F(i,j)    =ldf_c2d
427      !                             !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
428      !                             !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d
429      !                             !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing)
430      !                        !  time invariant coefficients:  aht0 = 1/2  Ud*Ld   (lap case)
431      !                             !                           or   = 1/12 Ud*Ld^3 (blp case)
432      rn_Ud        = 0.011          !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
433/
434!-----------------------------------------------------------------------
435&namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)       (default: OFF)
436!-----------------------------------------------------------------------
437/
438!-----------------------------------------------------------------------
439&namtra_eiv    !   eddy induced velocity param.                         (default: OFF)
440!-----------------------------------------------------------------------
441/
442!-----------------------------------------------------------------------
443&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF)
444!-----------------------------------------------------------------------
445/
446
447!!======================================================================
448!!                      ***  Dynamics namelists  ***                  !!
449!!                                                                    !!
450!!   nam_vvl       vertical coordinate options                          (default: z-star)
451!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
452!!   namdyn_vor    advection scheme                                     (default: NO selection)
453!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
454!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
455!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
456!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
457!!======================================================================
458!
459!-----------------------------------------------------------------------
460&nam_vvl       !   vertical coordinate options                          (default: z-star)
461!-----------------------------------------------------------------------
462/
463!-----------------------------------------------------------------------
464&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
465!-----------------------------------------------------------------------
466   ln_dynadv_vec = .true.  !  vector form (T) or flux form (F)
467/
468!-----------------------------------------------------------------------
469&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
470!-----------------------------------------------------------------------
471   ln_dynvor_een = .true.  !  energy & enstrophy scheme
472/
473!-----------------------------------------------------------------------
474&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
475!-----------------------------------------------------------------------
476   ln_hpg_isf  = .true.   !  s-coordinate (sco ) adapted to isf
477/
478!-----------------------------------------------------------------------
479&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
480!-----------------------------------------------------------------------
481   ln_dynspg_ts   = .true.   ! split-explicit free surface
[11488]482/
[11487]483!-----------------------------------------------------------------------
484&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
485!-----------------------------------------------------------------------
486   !                       !  Type of the operator :
487   ln_dynldf_blp = .true.      !  bilaplacian operator
488   !                       !  Direction of action  :
489   ln_dynldf_hor    =  .true.   !  horizontal (geopotential)
490   !                       !  Coefficient
491   nn_ahm_ijk_t  = 20          !  space/time variation of eddy coefficient :
492      !                             !  =-30  read in eddy_viscosity_3D.nc file
493      !                             !  =-20  read in eddy_viscosity_2D.nc file
494      !                             !  =  0  constant
495      !                             !  = 10  F(k)=c1d
496      !                             !  = 20  F(i,j)=F(grid spacing)=c2d
497      !                             !  = 30  F(i,j,k)=c2d*c1d
498      !                             !  = 31  F(i,j,k)=F(grid spacing and local velocity)
499      !                             !  = 32  F(i,j,k)=F(local gridscale and deformation rate)
500      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)
501      !                             !                            or  = 1/12 Uv*Lv^3 (blp case)
502      rn_Uv      = 0.0838           !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30)
503/
504!-----------------------------------------------------------------------
505&namdta_dyn    !   offline ocean input files                            (OFF_SRC only)
506!-----------------------------------------------------------------------
507/
508
509!!======================================================================
510!!                     vertical physics namelists                     !!
511!!                                                                    !!
512!!    namzdf        vertical physics manager                            (default: NO selection)
513!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
514!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
515!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
516!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
517!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
518!!======================================================================
519!
520!-----------------------------------------------------------------------
521&namzdf        !   vertical physics manager                             (default: NO selection)
522!-----------------------------------------------------------------------
523   !
524   !                       ! type of vertical closure (required)
525   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
526   !
527   !                       ! convection
528   ln_zdfevd   = .true.       !  enhanced vertical diffusion
529      nn_evdm     =    0         ! apply on tracer (=0) or on tracer and momentum (=1)
530      rn_evd      =  10.0        ! mixing coefficient [m2/s]
531   !
532   !                       ! coefficients
533   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
534   rn_avt0     =   2e-06      !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
535   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
536   nn_havtb    =    1         !  horizontal shape for avtb (=1) or not (=0)
537/
538!-----------------------------------------------------------------------
539&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T)
540!-----------------------------------------------------------------------
541/
542!-----------------------------------------------------------------------
543&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
544!-----------------------------------------------------------------------
545/
546!-----------------------------------------------------------------------
547&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T)
548!-----------------------------------------------------------------------
549/
550!-----------------------------------------------------------------------
[11488]551&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T)
552!-----------------------------------------------------------------------
553/
554!-----------------------------------------------------------------------
[11487]555&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
556!-----------------------------------------------------------------------
557/
558
559!!======================================================================
560!!                  ***  Diagnostics namelists  ***                   !!
561!!                                                                    !!
562!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
563!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
564!!   namhsb       Heat and salt budgets                                 (default: OFF)
565!!   namdiu       Cool skin and warm layer models                       (default: OFF)
566!!   namdiu       Cool skin and warm layer models                       (default: OFF)
567!!   namflo       float parameters                                      ("key_float")
568!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm")
569!!   namdct       transports through some sections                      ("key_diadct")
570!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF)
571!!   nam_dia25h   25h Mean Output                                       (default: OFF)
572!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
573!!======================================================================
574!
575!-----------------------------------------------------------------------
576&namtrd        !   trend diagnostics                                    (default: OFF)
577!-----------------------------------------------------------------------
578/
579!-----------------------------------------------------------------------
580&namptr        !   Poleward Transport Diagnostic                        (default: OFF)
581!-----------------------------------------------------------------------
582/
583!-----------------------------------------------------------------------
584&namhsb        !  Heat and salt budgets                                 (default: OFF)
585!-----------------------------------------------------------------------
586   ln_diahsb  = .true.    !  check the heat and salt budgets (T) or not (F)
587/
588!-----------------------------------------------------------------------
589&namdiu        !   Cool skin and warm layer models                      (default: OFF)
590!-----------------------------------------------------------------------
591/
592!-----------------------------------------------------------------------
593&namflo        !   float parameters                                     ("key_float")
594!-----------------------------------------------------------------------
595/
596!-----------------------------------------------------------------------
597&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm")
598!-----------------------------------------------------------------------
599    nit000_han = 1         ! First time step used for harmonic analysis
600    nitend_han =  1        ! Last time step used for harmonic analysis
601    nstep_han  = 540       ! Time step frequency for harmonic analysis
602    tname(1)   = 'M2'      ! Name of tidal constituents
603    tname(2)   = 'S2'
604    tname(3)   = 'N2'
605    tname(4)   = 'K2'
606/
607!-----------------------------------------------------------------------
608&namdct        ! transports through some sections                       ("key_diadct")
609!-----------------------------------------------------------------------
610/
611!-----------------------------------------------------------------------
612&nam_diatmb    !  Top Middle Bottom Output                              (default: OFF)
613!-----------------------------------------------------------------------
614/
615!-----------------------------------------------------------------------
616&nam_dia25h    !  25h Mean Output                                       (default: OFF)
617!-----------------------------------------------------------------------
618/
619!-----------------------------------------------------------------------
620&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
621!-----------------------------------------------------------------------
622/
623
624!!======================================================================
625!!               ***  Observation & Assimilation  ***                 !!
626!!                                                                    !!
627!!   namobs       observation and model comparison                      (default: OFF)
628!!   nam_asminc   assimilation increments                               ('key_asminc')
629!!======================================================================
630!
631!-----------------------------------------------------------------------
632&namobs        !  observation usage switch                              (default: OFF)
633!-----------------------------------------------------------------------
634/
635!-----------------------------------------------------------------------
636&nam_asminc    !   assimilation increments                              ('key_asminc')
637!-----------------------------------------------------------------------
638/
639
640!!======================================================================
641!!                  ***  Miscellaneous namelists  ***                 !!
642!!                                                                    !!
643!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi")
644!!   namctl            Control prints                                   (default: OFF)
645!!   namsto            Stochastic parametrization of EOS                (default: OFF)
646!!======================================================================
647!
648!-----------------------------------------------------------------------
649&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
650!-----------------------------------------------------------------------
651/
652!-----------------------------------------------------------------------
653&namctl        !   Control prints                                       (default: OFF)
654!-----------------------------------------------------------------------
655/
656!-----------------------------------------------------------------------
657&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
658!-----------------------------------------------------------------------
659/
Note: See TracBrowser for help on using the repository browser.