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 5758 for branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/NEMO/OPA_SRC/LDF/ldfdyn_c3d.h90 – NEMO

Ignore:
Timestamp:
2015-09-24T08:31:40+02:00 (9 years ago)
Author:
gm
Message:

#1593: LDF-ADV, step II.1: phasing the improvements/simplifications of diffusive trend (see wiki)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/NEMO/OPA_SRC/LDF/ldfdyn_c3d.h90

    r5400 r5758  
    2626      !!       ??? explanation of the default is missing 
    2727      !!---------------------------------------------------------------------- 
    28       USE ldftra_oce, ONLY :   aht0 
     28      USE ldftra, ONLY :   rn_aht_0 
    2929      USE iom 
    3030      !! 
     
    193193      !! ** Method  :   blah blah blah .... 
    194194      !!---------------------------------------------------------------------- 
    195       USE ldftra_oce, ONLY:   aht0 
     195      USE ldftra, ONLY:   rn_aht_0 
    196196      USE iom 
    197197      !! 
     
    248248       
    249249      IF( jp_cfg == 4 )   THEN 
    250          zahmeq = 5.0 * aht0 
     250         zahmeq = 5.0 * rn_aht_0 
    251251         zahmm  = min( 160000.0, ahm0) 
    252252         zemax = MAXVAL ( e1t(:,:) * e2t(:,:), tmask(:,:,1) .GE. 0.5 ) 
     
    273273 
    274274      IF( jp_cfg == 2 )   THEN 
    275          zahmeq     = aht0 
     275         zahmeq     = rn_aht_0 
    276276         zahmm      = ahm0 
    277277         zahm0(:,:) = ahm0 
     
    279279 
    280280      IF( jp_cfg == 1 )   THEN 
    281          zahmeq     = aht0  ! reduced to aht0 on equator; set to ahm0 if no tropical reduction is required 
     281         zahmeq     = rn_aht_0  ! reduced to aht0 on equator; set to ahm0 if no tropical reduction is required 
    282282         zahmm      = ahm0 
    283283         zahm0(:,:) = ahm0 
Note: See TracChangeset for help on using the changeset viewer.