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

Ignore:
Timestamp:
2017-04-24T09:19:00+02:00 (7 years ago)
Author:
gm
Message:

#1880 (HPC-09): OPA & TOP replace key_trabbl by ln_trabbl + in CONFIG, remove reference to key_zdfXXX and key_trabbl

File:
1 edited

Legend:

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

    r7953 r7954  
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    44!! NEMO/OPA  :  1 - run manager      (namrun) 
    5 !! namelists    2 - Domain           (namcfg, namzgr, namdom, namtsd, namcrs, namc1d, namc1d_uvd) 
     5!! namelists    2 - Domain           (namcfg, namdom, namtsd, namcrs, namc1d, namc1d_uvd) 
    66!!              3 - Surface boundary (namsbc, namsbc_flx, namsbc_blk, namsbc_sas) 
    77!!                                    namsbc_cpl, namtra_qsr, namsbc_rnf, 
     
    5959!!====================================================================== 
    6060!!   namcfg       parameters of the configuration 
    61 !!   namzgr       vertical coordinate                                   (default: NO selection) 
    6261!!   namdom       space and time domain (bathymetry, mesh, timestep) 
    6362!!   namwad       Wetting and drying                                    (default F) 
    6463!!   namtsd       data: temperature & salinity 
    65 !!   namcrs       coarsened grid (for outputs and/or TOP)               ("key_crs") 
     64!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
    6665!!   namc1d       1D configuration options                              ("key_c1d") 
    6766!!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d") 
     
    9493   rn_atfp     =    0.1    !  asselin time filter parameter 
    9594   ! 
    96    ln_crs      = .false.   !  Logical switch for coarsening module 
     95   ln_crs      = .false.   !  Logical switch for coarsening module      (T => fill namcrs) 
    9796/ 
    9897!----------------------------------------------------------------------- 
     
    118117/ 
    119118!----------------------------------------------------------------------- 
    120 &namcrs        !   coarsened grid (for outputs and/or TOP)              ("key_crs") 
     119&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    121120!----------------------------------------------------------------------- 
    122121   nn_factx    = 3         !  Reduction factor of x-direction 
     
    606605!!   nambfr        bottom friction 
    607606!!   nambbc        bottom temperature boundary condition 
    608 !!   nambbl        bottom boundary layer scheme                         ("key_trabbl") 
     607!!   nambbl        bottom boundary layer scheme                         (default: NO) 
    609608!!====================================================================== 
    610609! 
     
    647646/ 
    648647!----------------------------------------------------------------------- 
    649 &nambbl        !   bottom boundary layer scheme                         ("key_trabbl") 
    650 !----------------------------------------------------------------------- 
     648&nambbl        !   bottom boundary layer scheme                         (default: NO) 
     649!----------------------------------------------------------------------- 
     650   ln_trabbl   = .false.   !  Bottom Boundary Layer parameterisation flag 
    651651   nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0) 
    652652   nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0) 
     
    901901   ln_zdftmx   = .false.   ! tidal mixing parameterization              (T =>   fill namzdf_tmx) 
    902902   ! 
    903    ln_zdfqiao  = .false.   ! surface wave-induced mixing (Qiao et al. 2010) (T =>   ln_wave=ln_sdw=T. & fill namsbc_wave) 
     903   ln_zdfqiao  = .false.   ! surface wave-induced mixing                (T => ln_wave=ln_sdw=T ) 
    904904   ! 
    905905   !                       ! time-stepping 
    906    ln_zdfexp   = .false.   ! split-explicit (T) or implicit (F) scheme 
    907       nn_zdfexp=    3         !  number of sub-timestep for ln_zdfexp=T 
     906   ln_zdfexp   = .false.      ! split-explicit (T) or implicit (F) scheme 
     907      nn_zdfexp=    3            !  number of sub-timestep for ln_zdfexp=T 
    908908   ! 
    909909   !                       ! coefficients 
     
    912912   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0) 
    913913   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0) 
    914    ! 
    915 / 
    916 !----------------------------------------------------------------------- 
    917 &namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric=T) 
     914/ 
     915!----------------------------------------------------------------------- 
     916&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
    918917!----------------------------------------------------------------------- 
    919918   rn_avmri    =  100.e-4  !  maximum value of the vertical viscosity 
     
    928927/ 
    929928!----------------------------------------------------------------------- 
    930 &namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke=T) 
     929&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
    931930!----------------------------------------------------------------------- 
    932931   rn_ediff    =   0.1     !  coef. for vertical eddy coef. (avt=rn_ediff*mxl*sqrt(e) ) 
     
    956955/ 
    957956!----------------------------------------------------------------------- 
    958 &namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls) 
     957&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
    959958!----------------------------------------------------------------------- 
    960959   rn_emin       = 1.e-7   !  minimum value of e   [m2/s2] 
Note: See TracChangeset for help on using the changeset viewer.