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 1362 for branches/dev_004_VVL/NEMO/OPA_SRC/DYN – NEMO

Ignore:
Timestamp:
2009-03-31T19:52:23+02:00 (15 years ago)
Author:
rblod
Message:

dev_004_VVL: introduce definition of scale factors for vvl, see ticket #390

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_004_VVL/NEMO/OPA_SRC/DYN/wzvmod.F90

    r1241 r1362  
    134134         DO jk = jpkm1, 1, -1 
    135135            wn(:,:,jk) = wn(:,:,jk+1) - fse3t(:,:,jk) * hdivn(:,:,jk) & 
    136               &        - ( zssha(:,:) - sshb(:,:) ) * fsve3t(:,:,jk) * mut(:,:,jk) / z2dt 
     136              &        - ( zssha(:,:) - sshb(:,:) ) * fse3t_b(:,:,jk) * mut(:,:,jk) / z2dt 
    137137         END DO 
    138138 
Note: See TracChangeset for help on using the changeset viewer.