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 7397 for branches/2016/dev_NOC_CMCC_merge_2016/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2016-11-30T15:13:05+01:00 (8 years ago)
Author:
lovato
Message:

#1810 - Merge with dev_NOC_2016

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_NOC_CMCC_merge_2016/NEMOGCM/CONFIG/SHARED/namelist_ref

    r7299 r7397  
    653653    ln_vol        = .false.               !  total volume correction (see nn_volctl parameter) 
    654654    nn_volctl     = 1                     !  = 0, the total water flux across open boundaries is zero 
     655    nb_jpk_bdy    = -1                    ! number of levels in the bdy data (set < 0 if consistent with planned run) 
    655656/ 
    656657!----------------------------------------------------------------------- 
     
    942943   !                                !  = 30  F(i,j,k)=c2d*c1d 
    943944   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     945   !                                !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
     946   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    944947   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s] 
    945948   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    946949   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
    947    ! 
    948    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
     950   !                       !  Smagorinsky settings (nn_ahm_ijk_t  = 32) : 
     951   rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
     952   rn_minfac     = 1.0         !  multiplier of theorectical lower limit 
     953   rn_maxfac     = 1.0         !  multiplier of theorectical upper limit 
    949954/ 
    950955 
Note: See TracChangeset for help on using the changeset viewer.