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 2936 – NEMO

Changeset 2936


Ignore:
Timestamp:
2011-10-16T09:56:39+02:00 (13 years ago)
Author:
hliu
Message:

new variable defined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2802_NOCL_Smagorinsky/NEMOGCM/NEMO/OPA_SRC/LDF/ldftra_oce.F90

    r2926 r2936  
    3434   LOGICAL , PUBLIC ::   l_triad_iso     = .FALSE.   !: calculate triads twice 
    3535   LOGICAL , PUBLIC ::   l_no_smooth     = .FALSE.   !: no Shapiro smoothing 
     36   REAL(wp), PUBLIC ::   rn_chsmag       = 1._wp     !: constant in Smagorinsky diffusivity 
     37   INTEGER , PUBLIC ::   nkaht_smag       =0         !: switch the order of multiplying by diffusivity in bilaplacian Smagorinsky diffusion     
     38 
    3639 
    3740#if defined key_traldf_c3d 
Note: See TracChangeset for help on using the changeset viewer.