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 9090 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/DOM/domvvl.F90 – NEMO

Ignore:
Timestamp:
2017-12-15T18:12:43+01:00 (6 years ago)
Author:
flavoni
Message:

change lbc_lnk in lbc_lnk_multi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/DOM/domvvl.F90

    r9065 r9090  
    389389         !                       ! d - thickness diffusion transport: boundary conditions 
    390390         !                             (stored for tracer advction and continuity equation) 
    391          CALL lbc_lnk( un_td , 'U' , -1._wp) 
    392          CALL lbc_lnk( vn_td , 'V' , -1._wp) 
     391         CALL lbc_lnk_multi( un_td , 'U' , -1._wp, vn_td , 'V' , -1._wp) 
    393392 
    394393         ! 4 - Time stepping of baroclinic scale factors 
Note: See TracChangeset for help on using the changeset viewer.