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 5282 for branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/NEMO/OPA_SRC/DYN/dynldf_bilapg.F90 – NEMO

Ignore:
Timestamp:
2015-05-18T17:19:50+02:00 (9 years ago)
Author:
diovino
Message:

Dev. branch CMCC4_simplification ticket #1456

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/NEMO/OPA_SRC/DYN/dynldf_bilapg.F90

    r4990 r5282  
    434434         ! II.3 Divergence of vertical fluxes added to the horizontal divergence 
    435435         ! --------------------------------------------------------------------- 
    436          IF( (kahm -nkahm_smag) ==1 ) THEN 
     436         IF( kahm ==1 ) THEN 
    437437            ! multiply the laplacian by the eddy viscosity coefficient 
    438438            DO jk = 1, jpkm1 
     
    449449               END DO 
    450450            END DO 
    451          ELSEIF( (kahm +nkahm_smag ) == 2 ) THEN 
     451         ELSEIF( kahm == 2 ) THEN 
    452452            ! second call, no multiplication 
    453453            DO jk = 1, jpkm1 
Note: See TracChangeset for help on using the changeset viewer.