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

Changeset 15091


Ignore:
Timestamp:
2021-07-06T17:14:17+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/trunk/src/OCE/LDF/ldftra.F90

    r14834 r15091  
    611611            DO jk = 1, jpkm1 
    612612               aeiu(:,:,jk) = aeiu(:,:,jk) * umask(:,:,jk) 
    613                ahtv(:,:,jk) = ahtv(:,:,jk) * vmask(:,:,jk) 
     613               aeiv(:,:,jk) = aeiv(:,:,jk) * vmask(:,:,jk) 
    614614            END DO 
    615615         ENDIF 
Note: See TracChangeset for help on using the changeset viewer.