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 15092 – NEMO

Changeset 15092


Ignore:
Timestamp:
2021-07-06T17:16:05+02:00 (3 years ago)
Author:
clem
Message:

ldf_eiv: probably a typo but the wrong field was masked

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/r4.0/r4.0-HEAD/src/OCE/LDF/ldftra.F90

    r12296 r15092  
    617617            DO jk = 1, jpkm1 
    618618               aeiu(:,:,jk) = aeiu(:,:,jk) * umask(:,:,jk) 
    619                ahtv(:,:,jk) = ahtv(:,:,jk) * vmask(:,:,jk) 
     619               aeiv(:,:,jk) = aeiv(:,:,jk) * vmask(:,:,jk) 
    620620            END DO 
    621621         ENDIF 
Note: See TracChangeset for help on using the changeset viewer.