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 6736 for branches/NERC/dev_r3874_FASTNEt/NEMOGCM/NEMO/OPA_SRC/DYN/dynldf_bilapg.F90 – NEMO

Ignore:
Timestamp:
2016-06-24T09:50:27+02:00 (8 years ago)
Author:
jamesharle
Message:

FASTNEt code modifications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r3874_FASTNEt/NEMOGCM/NEMO/OPA_SRC/DYN/dynldf_bilapg.F90

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