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 3634 for branches/2012/dev_NOC_2012_rev3555/NEMOGCM/NEMO/OPA_SRC/DYN/dynldf_bilapg.F90 – NEMO

Ignore:
Timestamp:
2012-11-22T18:32:14+01:00 (11 years ago)
Author:
acc
Message:

Branch dev_NOC_2012_r3555. #1006. Step 11: merge in changes from the 2012/dev_r3452_NOCL02_Smagorinsky branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_NOC_2012_rev3555/NEMOGCM/NEMO/OPA_SRC/DYN/dynldf_bilapg.F90

    r3294 r3634  
    414414         ! II.3 Divergence of vertical fluxes added to the horizontal divergence 
    415415         ! --------------------------------------------------------------------- 
    416  
    417          IF( kahm == 1 ) THEN 
     416         IF( (kahm -nkahm_smag) ==1 ) THEN 
    418417            ! multiply the laplacian by the eddy viscosity coefficient 
    419418            DO jk = 1, jpkm1 
     
    430429               END DO 
    431430            END DO 
    432          ELSEIF( kahm == 2 ) THEN 
     431         ELSEIF( (kahm +nkahm_smag ) == 2 ) THEN 
    433432            ! second call, no multiplication 
    434433            DO jk = 1, jpkm1 
Note: See TracChangeset for help on using the changeset viewer.