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/2018/dev_r9838_ENHANCE04_RK3/cfgs/ORCA2_ICE_PISCES/EXPREF – NEMO

source: NEMO/branches/2018/dev_r9838_ENHANCE04_RK3/cfgs/ORCA2_ICE_PISCES/EXPREF/namelist_cfg @ 10001

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

#1911 (ENHANCE-04): RK3 branch - step I.1 and I.2 (see wiki page)

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