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

Ignore:
Timestamp:
2016-03-11T15:11:22+01:00 (8 years ago)
Author:
acc
Message:

#1689. 2016WP-SIMPLIF-5. Minor renaming and code tidying to ldfdyn.F90 and namelist

File:
1 edited

Legend:

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

    r6383 r6386  
    815815   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    816816   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    817    ! 
    818                                !  Smagorinsky settings: 
    819    rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
    820    rn_cfacmin    = 1.0         !  multiplier of theorectical lower limit 
    821    rn_cfacmax    = 1.0         !  multiplier of theorectical upper limit 
    822817/ 
    823818!----------------------------------------------------------------------- 
     
    932927   !                                !  = 30  F(i,j,k)=c2d*c1d 
    933928   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     929   !                                !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
     930   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    934931   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s] 
    935932   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    936933   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
    937    ! 
    938    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
     934   !                       !  Smagorinsky settings (nn_ahm_ijk_t  = 32) : 
     935   rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
     936   rn_minfac     = 1.0         !  multiplier of theorectical lower limit 
     937   rn_maxfac     = 1.0         !  multiplier of theorectical upper limit 
    939938/ 
    940939 
Note: See TracChangeset for help on using the changeset viewer.