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/trunk/cfgs/WED025/EXPREF – NEMO

source: NEMO/trunk/cfgs/WED025/EXPREF/namelist_cfg

Last change on this file was 15023, checked in by gsamson, 3 years ago

merge ticket2680_C1D_PAPA branch back into the trunk; see ticket #2680 for details

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