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 branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00 – NEMO

source: branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/namelist_cfg @ 9527

Last change on this file since 9527 was 9527, checked in by gm, 6 years ago

dev_merge_2017: NO selection for lateral momentum boundary condition

  • Property svn:mime-type set to text/x-fortran
File size: 38.1 KB
RevLine 
[7283]1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[9490]2!! NEMO/OPA  ORCA2 namelist : overwrite some defaults values defined in SHARED/namelist_ref
[7283]3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[9490]4!                       ORCA2 - IC3 configuration                      !
5
6!!======================================================================
7!!              ***  Domain & Run management namelists  ***           !!
8!!                                                                    !!
9!!   namrun       parameters of the run
10!!   namdom       space and time domain
11!!   namcfg       parameters of the configuration                       (default: user defined GYRE)
[9526]12!!   namwad       Wetting and drying                                    (default: OFF)
13!!   namtsd       data: temperature & salinity                          (default: OFF)
[9490]14!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T)
[9504]15!!   namc1d       1D configuration options                              ("key_c1d")
16!!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d")
17!!   namc1d_uvd   1D data (currents)                                    ("key_c1d")
[9490]18!!======================================================================
19!
[7283]20!-----------------------------------------------------------------------
21&namrun        !   parameters of the run
22!-----------------------------------------------------------------------
23   cn_exp      =  "ORCA2"  !  experience name
24   nn_it000    =       1   !  first time step
25   nn_itend    =    5475   !  last  time step (std 5475)
[9490]26   nn_istate   =       0   !  output the initial state (1) or not (0)
[7283]27/
28!-----------------------------------------------------------------------
[9490]29&namdom        !   time and space domain
30!-----------------------------------------------------------------------
31   rn_rdt      = 5760.     !  time step for the dynamics and tracer
32/
33!-----------------------------------------------------------------------
[9504]34&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg)
[7283]35!-----------------------------------------------------------------------
36   ln_read_cfg = .true.    !  (=T) read the domain configuration file
37      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename
[9213]38      !
[9490]39      ln_closea    = .false.    !  F => suppress closed seas (defined by closea_mask field)
[9213]40      !                         !       from the bathymetry at runtime.
[7283]41/
42!-----------------------------------------------------------------------
[9526]43&namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: OFF)
[7283]44!-----------------------------------------------------------------------
[9490]45   !                       ! =T  read T-S fields for:
46   ln_tsd_init = .true.          !  ocean initialisation
47   ln_tsd_dmp  = .true.          !  T-S restoring   (see namtra_dmp)
48
49   cn_dir = './'     !  root directory for the T-S data location
50   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
51   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
52   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
53   sn_tem = 'data_1m_potential_temperature_nomask',     -1      ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    ''
54   sn_sal = 'data_1m_salinity_nomask'             ,     -1      ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    ''
[7283]55/
[9504]56!-----------------------------------------------------------------------
[9526]57&namwad        !   Wetting and Drying (WaD)                             (default: OFF)
[9504]58!-----------------------------------------------------------------------
59/
60!-----------------------------------------------------------------------
61&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T)
62!-----------------------------------------------------------------------
63/
64!-----------------------------------------------------------------------
65&namc1d        !   1D configuration options                             ("key_c1d" default: PAPA station)
66!-----------------------------------------------------------------------
67/
68!-----------------------------------------------------------------------
[9526]69&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d" default: OFF)
[9504]70!-----------------------------------------------------------------------
71/
72!-----------------------------------------------------------------------
[9526]73&namc1d_uvd    !   data: U & V currents                                 ("key_c1d" default: OFF)
[9504]74!-----------------------------------------------------------------------
75/
[9490]76
77!!======================================================================
78!!            ***  Surface Boundary Condition namelists  ***          !!
79!!                                                                    !!
80!!   namsbc          surface boundary condition manager                 (default: NO selection)
81!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
82!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
83!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
84!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
85!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
86!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
87!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
88!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
89!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
90!!   namsbc_isf      ice shelf melting/freezing                         (ln_isfcav  =T : read (ln_read_cfg=T) or set or usr_def_zgr )
91!!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T)
92!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
93!!   namberg         iceberg floats                                     (ln_icebergs=T)
94!!======================================================================
95!
[7283]96!-----------------------------------------------------------------------
[9504]97&namsbc        !   Surface Boundary Condition manager                   (default: NO selection)
[9356]98!-----------------------------------------------------------------------
[9490]99   nn_fsbc     = 5         !  frequency of SBC module call
100                           !     (also = the frequency of sea-ice & iceberg model call)
101                     ! Type of air-sea fluxes
[7283]102   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
[9490]103                     ! Sea-ice :
104   nn_ice      = 2         !  =2 or 3 automatically for LIM3 or CICE    ("key_lim3" or "key_cice")
105                           !          except in AGRIF zoom where it has to be specified
106                     ! Misc. options of sbc :
107   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr)
108   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
109   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf)
110   nn_fwb      = 2         !  FreshWater Budget:
111   !                       !    =2 annual global mean of e-p-r set to zero
[7283]112/
113!-----------------------------------------------------------------------
[9504]114&namsbc_flx    !   surface boundary condition : flux formulation        (ln_flx =T)
[9356]115!-----------------------------------------------------------------------
[9504]116/
117!-----------------------------------------------------------------------
118&namsbc_blk    !   namsbc_blk  generic Bulk formula                     (ln_blk =T)
119!-----------------------------------------------------------------------
[9490]120   !                    !  bulk algorithm :
121   ln_NCAR    = .true.     ! "NCAR"      algorithm   (Large and Yeager 2008)
122
123   cn_dir = './'  !  root directory for the bulk data location
124   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________!
125   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask !
126   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   !
127   sn_wndi     = 'u_10.15JUNE2009_fill'       ,    6         , 'U_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Uwnd'   , ''
128   sn_wndj     = 'v_10.15JUNE2009_fill'       ,    6         , 'V_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'  , 'Vwnd'   , ''
129   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'SWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
130   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,   24         , 'LWDN_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
131   sn_tair     = 't_10.15JUNE2009_fill'       ,    6         , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
132   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6         , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
133   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1         , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
134   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1         , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
135   sn_slp      = 'slp.15JUNE2009_fill'        ,    6         , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
136   sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , ''
[7283]137/
138!-----------------------------------------------------------------------
[9504]139&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
140!-----------------------------------------------------------------------
141/
142!-----------------------------------------------------------------------
143&namsbc_sas    !   Stand-Alone Surface module: ocean data               (SAS_SRC  only)
144!-----------------------------------------------------------------------
145/
146!-----------------------------------------------------------------------
147&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1)
148!-----------------------------------------------------------------------
149/
150!-----------------------------------------------------------------------
[9356]151&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T)
[7283]152!-----------------------------------------------------------------------
[9490]153   !                       ! type of penetration                        (default: NO selection)
154   ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue)
155   !
156   nn_chldta   =      1       !  RGB : Chl data (=1) or cst value (=0)
157
158   cn_dir = './'  !  root directory for the chlorophyl data location
159   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
160   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
161   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
162   sn_chl      ='chlorophyll'            ,        -1         , 'CHLA'    ,   .true.    , .true. , 'yearly'  , ''               , ''       , ''
[7283]163/
164!-----------------------------------------------------------------------
[9356]165&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T)
166!-----------------------------------------------------------------------
[9490]167   nn_sssr     =     2     !  add a damping term to the surface freshwater flux
168      rn_deds     =  -166.67  !  magnitude of the damping on salinity   [mm/day]
169      ln_sssr_bnd =  .true.   !  flag to bound erp term (associated with nn_sssr=2)
170      rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day]
[9356]171/
172!-----------------------------------------------------------------------
[9490]173&namsbc_rnf    !   runoffs                                              (ln_rnf =T)
[9356]174!-----------------------------------------------------------------------
[9490]175   ln_rnf_mouth= .true.    !  specific treatment at rivers mouths
176      rn_hrnf     =  15.e0    !  depth over which enhanced vertical mixing is used    (ln_rnf_mouth=T)
177      rn_avt_rnf  =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] (ln_rnf_mouth=T)
178   rn_rfact    =   1.e0    !  multiplicative factor for runoff
179
180   cn_dir = './'  !  root directory for the location of the runoff files
181   !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________!
182   !           !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
183   !           !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
184   sn_rnf      = 'runoff_core_monthly',    -1    , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
185   sn_cnf      = 'runoff_core_monthly',     0    , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , ''       , ''
186   sn_s_rnf    = 'runoffs'            ,    24    , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
187   sn_t_rnf    = 'runoffs'            ,    24    , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , ''       , ''
188   sn_dep_rnf  = 'runoffs'            ,     0    , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''       , ''
[9356]189/
190!-----------------------------------------------------------------------
[9504]191&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T)
[9356]192!-----------------------------------------------------------------------
[9504]193/
194!-----------------------------------------------------------------------
195&namsbc_isf    !  Top boundary layer (ISF)                              (ln_isfcav =T : read (ln_read_cfg=T)
196!-----------------------------------------------------------------------             or set or usr_def_zgr )
197/
198!-----------------------------------------------------------------------
199&namsbc_iscpl  !   land ice / ocean coupling option                     (ln_isfcav =T : read (ln_read_cfg=T)
200!-----------------------------------------------------------------------             or set or usr_def_zgr )
201/
202!-----------------------------------------------------------------------
203&namsbc_wave   ! External fields from wave model                        (ln_wave=T)
204!-----------------------------------------------------------------------
205/
206!-----------------------------------------------------------------------
[9526]207&namberg       !   iceberg parameters                                   (default: OFF)
[9504]208!-----------------------------------------------------------------------
[9490]209   ln_icebergs = .true.    ! activate iceberg floats (force =F with "key_agrif")
[7283]210
[9490]211   cn_dir = './'  !  root directory for the location of drag coefficient files
212   !______!___________!___________________!______________!______________!_________!___________!__________!__________!_______________!
213   !      ! file name ! frequency (hours) !   variable   ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
214   !      !           !  (if <0  months)  !     name     !   (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      !
215   sn_icb =  'calving',       -1          , 'calving'    ,   .true.     , .true.  , 'yearly'  , ''       , ''       , ''
216/
[7283]217
[9490]218!!======================================================================
219!!               ***  Lateral boundary condition  ***                 !!
220!!                                                                    !!
[9527]221!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
[9490]222!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif")
[9526]223!!   nam_tide      Tidal forcing                                        (default: OFF)
224!!   nambdy        Unstructured open boundaries                         (default: OFF)
[9490]225!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
[9526]226!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
[9490]227!!======================================================================
228!
[7283]229!-----------------------------------------------------------------------
[9527]230&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
[9504]231!-----------------------------------------------------------------------
[9527]232   rn_shlat    =    2.     !  no slip
[9504]233/
234!-----------------------------------------------------------------------
[9356]235&namagrif      !  AGRIF zoom                                            ("key_agrif")
[7933]236!-----------------------------------------------------------------------
[9490]237   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics
238   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s]
239   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s]
240   ln_chk_bathy  = .false. !  =T  check the parent bathymetry
[9356]241/
242!-----------------------------------------------------------------------
[9526]243&nam_tide      !   tide parameters                                      (default: OFF)
[9504]244!-----------------------------------------------------------------------
245/
246!-----------------------------------------------------------------------
[9526]247&nambdy        !  unstructured open boundaries                          (default: OFF)
[9504]248!-----------------------------------------------------------------------
249/
250!-----------------------------------------------------------------------
251&nambdy_dta    !  open boundaries - external data                       (see nam_bdy)
252!-----------------------------------------------------------------------
253/
254!-----------------------------------------------------------------------
[9526]255&nambdy_tide   !  tidal forcing at open boundaries                      (default: OFF)
[9504]256!-----------------------------------------------------------------------
257/
258
259!!======================================================================
260!!                ***  Top/Bottom boundary condition  ***             !!
261!!                                                                    !!
262!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
[9526]263!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T)
264!!   namdrg_bot    bottom friction                                      (ln_OFF=F)
265!!   nambbc        bottom temperature boundary condition                (default: OFF)
266!!   nambbl        bottom boundary layer scheme                         (default: OFF)
[9504]267!!======================================================================
268!
269!-----------------------------------------------------------------------
[9356]270&namdrg        !   top/bottom drag coefficient                          (default: NO selection)
271!-----------------------------------------------------------------------
[9019]272   ln_lin = .true.         !     linear  drag: Cd = Cd0 Uc0
[7933]273/
274!-----------------------------------------------------------------------
[9526]275&namdrg_top    !   TOP friction                                         (ln_OFF=F & ln_isfcav=T)
[9356]276!-----------------------------------------------------------------------
277/
278!-----------------------------------------------------------------------
[9526]279&namdrg_bot    !   BOTTOM friction                                      (ln_OFF=F)
[9504]280!-----------------------------------------------------------------------
281/
282!-----------------------------------------------------------------------
[9526]283&nambbc        !   bottom temperature boundary condition                (default: OFF)
[7283]284!-----------------------------------------------------------------------
285   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom
[9490]286      nn_geoflx   =    2      !  geothermal heat flux: = 2 read variable flux [mW/m2]
287
288   cn_dir = './'  !  root directory for the geothermal data location
289   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
290   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
291   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
292   sn_qgh      ='geothermal_heating.nc'  ,       -12.        , 'heatflow',   .false.   , .true. , 'yearly'  ,   ''             ,   ''     ,   ''
[7283]293/
294!-----------------------------------------------------------------------
[9526]295&nambbl        !   bottom boundary layer scheme                         (default: OFF)
[7283]296!-----------------------------------------------------------------------
[9019]297   ln_trabbl   = .true.    !  Bottom Boundary Layer parameterisation flag
[9490]298      nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0)
299      nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0)
300      rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s]
301      rn_gambbl   =  10.      !  advective bbl coefficient                 [s]
[7283]302/
[9490]303
304!!======================================================================
305!!                        Tracer (T & S) namelists                    !!
306!!                                                                    !!
307!!   nameos           equation of state                                 (default: NO selection)
308!!   namtra_adv       advection scheme                                  (default: NO selection)
309!!   namtra_ldf       lateral diffusion scheme                          (default: NO selection)
[9526]310!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.)       (default: OFF)
311!!   namtra_eiv       eddy induced velocity param.                      (default: OFF)
312!!   namtra_dmp       T & S newtonian damping                           (default: OFF)
[9490]313!!======================================================================
314!
[7283]315!-----------------------------------------------------------------------
[9490]316&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
[7283]317!-----------------------------------------------------------------------
[9019]318   ln_eos80    = .true.          !  = Use EOS80
[7283]319/
320!-----------------------------------------------------------------------
[9356]321&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
[7283]322!-----------------------------------------------------------------------
[9019]323   ln_traadv_fct = .true.     !  FCT scheme
[7283]324      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order
325      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order
326/
327!-----------------------------------------------------------------------
[9356]328&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection)
329!-----------------------------------------------------------------------
[9526]330   ln_traldf_lap   = .true.    !    laplacian operator
331   ln_traldf_iso   = .true.    !  iso-neutral (Standard operator)
[9516]332   ln_traldf_msc   = .true.    !  Method of Stabilizing Correction      (both operators)
[7283]333   !                       !  Coefficients:
334   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef
[9490]335      !                             !   = 20     aht = 1/2  Ud. max(e1,e2)
336      rn_Ud        = 0.018          !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
337      rn_Ld        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
[7283]338/
[9356]339!-----------------------------------------------------------------------
[9526]340&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper)       (default: OFF)
[9356]341!-----------------------------------------------------------------------
[9490]342   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation
[7283]343/
344!-----------------------------------------------------------------------
[9526]345&namtra_eiv    !   eddy induced velocity param.                         (default: OFF)
[7283]346!-----------------------------------------------------------------------
[9516]347   ln_ldfeiv   = .true.    ! use eddy induced velocity parameterization
[9490]348      !                        !  Coefficients:
349      nn_aei_ijk_t  = 21          ! space/time variation of the eiv coeficient
350      !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation
351      !                           !  time invariant coefficients:  aei0 = 1/2  Ue*Le
352      rn_Ue        = 0.03              !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30)
353      rn_Le        = 200.e+3           !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10)
354      !
355      ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities
[7283]356/
357!-----------------------------------------------------------------------
[9526]358&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF)
[7283]359!-----------------------------------------------------------------------
[9490]360   ln_tradmp   =  .true.   !  add a damping term (using resto.nc coef.)
361      nn_zdmp  =    0         !  vertical shape =0    damping throughout the water column
[9356]362/
[9490]363
364!!======================================================================
365!!                      ***  Dynamics namelists  ***                  !!
366!!                                                                    !!
367!!   nam_vvl       vertical coordinate options                          (default: z-star)
368!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
369!!   namdyn_vor    advection scheme                                     (default: NO selection)
370!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
371!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
372!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
373!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
374!!======================================================================
375!
[9356]376!-----------------------------------------------------------------------
[9504]377&nam_vvl       !   vertical coordinate options                          (default: z-star)
378!-----------------------------------------------------------------------
379/
380!-----------------------------------------------------------------------
[9356]381&namdyn_adv    !   formulation of the momentum advection                (default: NO selection)
382!-----------------------------------------------------------------------
[9019]383   ln_dynadv_vec = .true.  !  vector form - 2nd centered scheme
384     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction
[7283]385/
386!-----------------------------------------------------------------------
[9490]387&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection)
[7283]388!-----------------------------------------------------------------------
389   ln_dynvor_een = .true.  !  energy & enstrophy scheme
[9490]390      nn_een_e3f = 0          ! =0   e3f = mean masked e3t divided by 4
[7283]391/
392!-----------------------------------------------------------------------
[9356]393&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection)
[7283]394!-----------------------------------------------------------------------
395   ln_hpg_sco  = .true.   !  s-coordinate (standard jacobian formulation)
396/
397!-----------------------------------------------------------------------
[9490]398&namdyn_spg    !   surface pressure gradient                            (default: NO selection)
[7283]399!-----------------------------------------------------------------------
400   ln_dynspg_ts  = .true.  !  split-explicit free surface
401/
402!-----------------------------------------------------------------------
[9356]403&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection)
[7283]404!-----------------------------------------------------------------------
405   ln_dynldf_lap =  .true.     !    laplacian operator
406   ln_dynldf_lev =  .true.     !  iso-level
[9490]407   nn_ahm_ijk_t  = -30         !  =-30  3D coeff. read in eddy_diffusivity_3D.nc
[7283]408/
[9504]409!-----------------------------------------------------------------------
410&namdta_dyn    !   offline ocean input files                            (OFF_SRC only)
411!-----------------------------------------------------------------------
412/
[9490]413
414!!======================================================================
415!!                     vertical physics namelists                     !!
416!!                                                                    !!
417!!    namzdf        vertical physics manager                            (default: NO selection)
418!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
419!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
420!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
421!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
422!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
423!!======================================================================
424!
[7283]425!-----------------------------------------------------------------------
[9504]426&namzdf        !   vertical physics manager                             (default: NO selection)
[7283]427!-----------------------------------------------------------------------
[9019]428   ln_zdftke   = .true.       !  Turbulent Kinetic Energy closure       (T =>   fill namzdf_tke)
429   ln_zdfevd   = .true.       !  Enhanced Vertical Diffusion scheme
430      nn_evdm  =    0            !  evd apply on tracer (=0) or on tracer and momentum (=1)
431      rn_evd   =  100.           !  evd mixing coefficient [m2/s]
432   ln_zdfddm   = .true.    ! double diffusive mixing
433      rn_avts  =    1.e-4     !  maximum avs (vertical mixing on salinity)
434      rn_hsbfr =    1.6       !  heat/salt buoyancy flux ratio
[9217]435   ln_zdfiwm   = .true.       ! internal wave-induced mixing            (T =>   fill namzdf_iwm)
[9019]436   !                       !  Coefficients
437   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F)
438   rn_avt0     =   1.2e-5     !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F)
439   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0)
440   nn_havtb    =    1         !  horizontal shape for avtb (=1) or not (=0)
[7283]441/
442!-----------------------------------------------------------------------
[9504]443&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T)
444!-----------------------------------------------------------------------
445/
446!-----------------------------------------------------------------------
[9356]447&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T)
[7283]448!-----------------------------------------------------------------------
[9356]449/
450!-----------------------------------------------------------------------
[9504]451&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T)
452!-----------------------------------------------------------------------
453/
454!-----------------------------------------------------------------------
455&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T)
456!-----------------------------------------------------------------------
457/
458!-----------------------------------------------------------------------
[9356]459&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T)
460!-----------------------------------------------------------------------
[7828]461   nn_zpyc     = 2         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2)
462   ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency
463   ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F)
464/
[9490]465
466!!======================================================================
467!!                  ***  Diagnostics namelists  ***                   !!
468!!                                                                    !!
[9526]469!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
470!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
471!!   namhsb       Heat and salt budgets                                 (default: OFF)
472!!   namdiu       Cool skin and warm layer models                       (default: OFF)
473!!   namdiu       Cool skin and warm layer models                       (default: OFF)
[9490]474!!   namflo       float parameters                                      ("key_float")
475!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm")
476!!   namdct       transports through some sections                      ("key_diadct")
[9526]477!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF)
478!!   nam_dia25h   25h Mean Output                                       (default: OFF)
[9490]479!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
480!!======================================================================
481!
[9504]482!-----------------------------------------------------------------------
[9526]483&namtrd        !   trend diagnostics                                    (default: OFF)
[9504]484!-----------------------------------------------------------------------
485/
486!-----------------------------------------------------------------------
[9526]487&namptr        !   Poleward Transport Diagnostic                        (default: OFF)
[9504]488!-----------------------------------------------------------------------
489/
490!-----------------------------------------------------------------------
[9526]491&namhsb        !  Heat and salt budgets                                 (default: OFF)
[9504]492!-----------------------------------------------------------------------
493/
494!-----------------------------------------------------------------------
[9526]495&namdiu        !   Cool skin and warm layer models                      (default: OFF)
[9504]496!-----------------------------------------------------------------------
497/
498!-----------------------------------------------------------------------
499&namflo        !   float parameters                                     ("key_float")
500!-----------------------------------------------------------------------
501/
502!-----------------------------------------------------------------------
503&nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm")
504!-----------------------------------------------------------------------
505/
506!-----------------------------------------------------------------------
507&namdct        ! transports through some sections                       ("key_diadct")
508!-----------------------------------------------------------------------
509/
510!-----------------------------------------------------------------------
[9526]511&nam_diatmb    !  Top Middle Bottom Output                              (default: OFF)
[9504]512!-----------------------------------------------------------------------
513/
514!-----------------------------------------------------------------------
[9526]515&nam_dia25h    !  25h Mean Output                                       (default: OFF)
[9504]516!-----------------------------------------------------------------------
517/
518!-----------------------------------------------------------------------
519&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
520!-----------------------------------------------------------------------
521/
[9490]522
523!!======================================================================
[9504]524!!                  ***  Miscellaneous namelists  ***                 !!
525!!                                                                    !!
526!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi")
[9526]527!!   namctl            Control prints                                   (default: OFF)
528!!   namsto            Stochastic parametrization of EOS                (default: OFF)
[9504]529!!======================================================================
530!
531!-----------------------------------------------------------------------
532&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
533!-----------------------------------------------------------------------
534/
535!-----------------------------------------------------------------------
[9526]536&namctl        !   Control prints                                       (default: OFF)
[9504]537!-----------------------------------------------------------------------
538/
539!-----------------------------------------------------------------------
[9526]540&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
[9504]541!-----------------------------------------------------------------------
542/
543
544!!======================================================================
[9490]545!!               ***  Observation & Assimilation  ***                 !!
546!!                                                                    !!
[9526]547!!   namobs       observation and model comparison                      (default: OFF)
[9490]548!!   nam_asminc   assimilation increments                               ('key_asminc')
549!!======================================================================
[9504]550!
551!-----------------------------------------------------------------------
[9526]552&namobs        !  observation usage switch                              (default: OFF)
[9504]553!-----------------------------------------------------------------------
554/
555!-----------------------------------------------------------------------
556&nam_asminc    !   assimilation increments                              ('key_asminc')
557!-----------------------------------------------------------------------
558/
Note: See TracBrowser for help on using the repository browser.