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 9094 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/TRA/traadv_mus.F90 – NEMO

Ignore:
Timestamp:
2017-12-15T18:26:58+01:00 (6 years ago)
Author:
cetlod
Message:

Use of lbclnk_multi in subdir LDF & TRA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/TRA/traadv_mus.F90

    r9019 r9094  
    142142           END DO 
    143143         END DO 
    144          CALL lbc_lnk( zwx, 'U', -1. )          ! lateral boundary conditions   (changed sign) 
    145          CALL lbc_lnk( zwy, 'V', -1. ) 
     144         ! lateral boundary conditions   (changed sign) 
     145         CALL lbc_lnk_multi( zwx, 'U', -1. , zwy, 'V', -1. ) 
    146146         !                                !-- Slopes of tracer 
    147147         zslpx(:,:,jpk) = 0._wp                 ! bottom values 
     
    191191            END DO 
    192192         END DO 
    193          CALL lbc_lnk( zwx, 'U', -1. )   ;   CALL lbc_lnk( zwy, 'V', -1. )   ! lateral boundary conditions   (changed sign) 
     193         CALL lbc_lnk_multi( zwx, 'U', -1. , zwy, 'V', -1. )   ! lateral boundary conditions   (changed sign) 
    194194         ! 
    195195         DO jk = 1, jpkm1                 !-- Tracer advective trend 
Note: See TracChangeset for help on using the changeset viewer.