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 9097 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/TRD/trdvor.F90 – NEMO

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

Use of lbclnk_multi in subdir USR & TRD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/TRD/trdvor.F90

    r6140 r9097  
    168168 
    169169      zudpvor(:,:) = 0._wp                 ;   zvdpvor(:,:) = 0._wp                    ! Initialisation 
    170       CALL lbc_lnk( putrdvor, 'U', -1. )   ;   CALL lbc_lnk( pvtrdvor, 'V', -1. )      ! lateral boundary condition 
     170      CALL lbc_lnk_multi( putrdvor, 'U', -1. , pvtrdvor, 'V', -1. )      ! lateral boundary condition 
    171171       
    172172 
     
    260260      zudpvor(:,:) = 0._wp 
    261261      zvdpvor(:,:) = 0._wp 
    262       ! 
    263       CALL lbc_lnk( putrdvor, 'U', -1. )         ! lateral boundary condition on input momentum trends 
    264       CALL lbc_lnk( pvtrdvor, 'V', -1. ) 
     262      !                            ! lateral boundary condition on input momentum trends 
     263      CALL lbc_lnk_multi( putrdvor, 'U', -1. , pvtrdvor, 'V', -1. ) 
    265264 
    266265      !  ===================================== 
     
    411410 
    412411         ! Boundary conditions 
    413          CALL lbc_lnk( vor_avrtot, 'F', 1. ) 
    414          CALL lbc_lnk( vor_avrres, 'F', 1. ) 
     412         CALL lbc_lnk_multi( vor_avrtot, 'F', 1. , vor_avrres, 'F', 1. ) 
    415413 
    416414 
Note: See TracChangeset for help on using the changeset viewer.