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.
Changeset 7953 for branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2017-04-23T09:30:41+02:00 (7 years ago)
Author:
gm
Message:

#1880 (HPC-09): add zdfphy (the ZDF manager) + remove all key_...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/CONFIG/SHARED/namelist_ref

    r7931 r7953  
    236236/ 
    237237!----------------------------------------------------------------------- 
    238 &namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk = T) 
     238&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk =T) 
    239239!----------------------------------------------------------------------- 
    240240!              !  file name                   ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                              ! rotation ! land/sea mask ! 
     
    326326/ 
    327327!----------------------------------------------------------------------- 
    328 &namtra_qsr    !   penetrative solar radiation                          (ln_traqsr=T) 
     328&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    329329!----------------------------------------------------------------------- 
    330330!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     
    343343/ 
    344344!----------------------------------------------------------------------- 
    345 &namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf=T) 
     345&namsbc_rnf    !   runoffs namelist surface boundary condition          (ln_rnf =T) 
    346346!----------------------------------------------------------------------- 
    347347!              !  file name           ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     
    419419/ 
    420420!----------------------------------------------------------------------- 
    421 &namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr=T) 
     421&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr =T) 
    422422!----------------------------------------------------------------------- 
    423423!              ! file name ! frequency (hours) ! variable ! time interp.!  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     
    448448/ 
    449449!----------------------------------------------------------------------- 
    450 &namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
     450&namsbc_wave   ! External fields from wave model                        (ln_wave =T) 
    451451!----------------------------------------------------------------------- 
    452452!              !  file name  ! frequency (hours) ! variable     ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     
    667667! 
    668668!----------------------------------------------------------------------- 
    669 &nameos        !   ocean Equation Of State                              (default: NO) 
     669&nameos        !   ocean Equation Of Seawater                           (default: NO) 
    670670!----------------------------------------------------------------------- 
    671671   ln_teos10   = .false.         !  = Use TEOS-10 equation of state 
     
    894894      nn_npc      =    1         ! frequency of application of npc 
    895895      nn_npcp     =  365         ! npc control print frequency 
    896 !!gm new 
    897896   ! 
    898897   ln_zdfddm   = .false.   ! double diffusive mixing 
     
    902901   ln_zdftmx   = .false.   ! tidal mixing parameterization              (T =>   fill namzdf_tmx) 
    903902   ! 
    904 !!gm 
    905    ! 
    906903   ln_zdfqiao  = .false.   ! surface wave-induced mixing (Qiao et al. 2010) (T =>   ln_wave=ln_sdw=T. & fill namsbc_wave) 
    907904   ! 
     
    909906   ln_zdfexp   = .false.   ! split-explicit (T) or implicit (F) scheme 
    910907      nn_zdfexp=    3         !  number of sub-timestep for ln_zdfexp=T 
     908   ! 
    911909   !                       ! coefficients 
    912910   rn_avm0     =   1.2e-4     !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     
    977975/ 
    978976!----------------------------------------------------------------------- 
    979 &namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx") 
    980 !----------------------------------------------------------------------- 
    981    rn_htmx     = 500.      !  vertical decay scale for turbulence (meters) 
    982    rn_n2min    = 1.e-8     !  threshold of the Brunt-Vaisala frequency (s-1) 
    983    rn_tfe      = 0.333     !  tidal dissipation efficiency 
    984    rn_me       = 0.2       !  mixing efficiency 
    985    ln_tmx_itf  = .true.    !  ITF specific parameterisation 
    986    rn_tfe_itf  = 1.        !  ITF tidal dissipation efficiency 
    987 / 
    988 !----------------------------------------------------------------------- 
    989 &namzdf_tmx_new !   internal wave-driven mixing parameterization        ("key_zdftmx_new" & "key_zdfddm") 
     977&namzdf_tmx    !    internal wave-driven mixing parameterization        (ln_zdftmx =T) 
    990978!----------------------------------------------------------------------- 
    991979   nn_zpyc     = 1         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) 
     
    996984!!                  ***  Miscellaneous namelists  *** 
    997985!!====================================================================== 
    998 !!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi) 
     986!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi") 
    999987!!   namctl            Control prints  
    1000988!!   namsto            Stochastic parametrization of EOS 
     
    1002990! 
    1003991!----------------------------------------------------------------------- 
    1004 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
     992&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    1005993!----------------------------------------------------------------------- 
    1006994   cn_mpi_send =  'I'      !  mpi send/recieve type   ='S', 'B', or 'I' for standard send, 
Note: See TracChangeset for help on using the changeset viewer.