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 2528 for trunk/NEMOGCM/NEMO/OPA_SRC/LDF/ldftra_oce.F90 – NEMO

Ignore:
Timestamp:
2010-12-27T18:33:53+01:00 (13 years ago)
Author:
rblod
Message:

Update NEMOGCM from branch nemo_v3_3_beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/LDF/ldftra_oce.F90

    • Property svn:eol-style deleted
    r1601 r2528  
    2020   LOGICAL , PUBLIC ::   ln_traldf_hor   = .FALSE.   !: horizontal (geopotential) direction 
    2121   LOGICAL , PUBLIC ::   ln_traldf_iso   = .TRUE.    !: iso-neutral direction 
     22   LOGICAL , PUBLIC ::   ln_traldf_grif  = .FALSE.   !: griffies skew flux 
     23   LOGICAL , PUBLIC ::   ln_traldf_gdia  = .FALSE.   !: griffies skew flux streamfunction diagnostics 
    2224   REAL(wp), PUBLIC ::   rn_aht_0        = 2000._wp  !: lateral eddy diffusivity (m2/s) 
    2325   REAL(wp), PUBLIC ::   rn_ahtb_0       =    0._wp  !: lateral background eddy diffusivity (m2/s) 
    2426   REAL(wp), PUBLIC ::   rn_aeiv_0       = 2000._wp  !: eddy induced velocity coefficient (m2/s) 
     27   REAL(wp), PUBLIC ::   rn_slpmax       = 0.01_wp   !: slope limit 
    2528 
    2629   REAL(wp), PUBLIC ::   aht0, ahtb0, aeiv0         !!: OLD namelist names 
     30   LOGICAL , PUBLIC ::   l_triad_iso     = .FALSE.   !: calculate triads twice 
     31   LOGICAL , PUBLIC ::   l_no_smooth     = .FALSE.   !: no Shapiro smoothing 
    2732 
    2833#if defined key_traldf_c3d 
     
    4146   !!   'key_traldf_eiv'                              eddy induced velocity 
    4247   !!---------------------------------------------------------------------- 
    43    LOGICAL, PUBLIC, PARAMETER ::   lk_traldf_eiv   = .TRUE.   !: eddy induced velocity flag 
     48   LOGICAL, PUBLIC, PARAMETER               ::   lk_traldf_eiv   = .TRUE.   !: eddy induced velocity flag 
    4449       
    4550# if defined key_traldf_c3d 
     
    6570 
    6671   !!---------------------------------------------------------------------- 
    67    !! NEMO/OPA 3.2 , LOCEAN-IPSL (2009)  
     72   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
    6873   !! $Id$  
    69    !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
     74   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
    7075   !!===================================================================== 
    7176END MODULE ldftra_oce 
Note: See TracChangeset for help on using the changeset viewer.