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

Changeset 1516


Ignore:
Timestamp:
2009-07-21T17:30:31+02:00 (15 years ago)
Author:
ctlod
Message:

add a CALL lbc_lnk for zwz field in case 3 and 4, see ticket: #419

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DYN/dynvor.F90

    r1438 r1516  
    584584               END DO 
    585585            END DO 
    586          CASE ( 4 )                                                ! total (relative + planetary vorticity) 
     586            CALL lbc_lnk( zwz, 'F', 1. ) 
     587        CASE ( 4 )                                                ! total (relative + planetary vorticity) 
    587588            zwz(:,:) = ( rotn(:,:,jk) + ff(:,:) ) * ze3f(:,:,jk) 
    588589         CASE ( 5 )                                                ! total (coriolis + metric) 
     
    596597               END DO 
    597598            END DO 
     599            CALL lbc_lnk( zwz, 'F', 1. ) 
    598600         END SELECT 
    599601 
Note: See TracChangeset for help on using the changeset viewer.