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/LDF/ldftra.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/LDF/ldftra.F90

    r9019 r9094  
    564564         END DO  
    565565      END DO  
    566       CALL lbc_lnk( paeiu(:,:,1), 'U', 1. )   ;   CALL lbc_lnk( paeiv(:,:,1), 'V', 1. )      ! lateral boundary condition 
     566      CALL lbc_lnk_multi( paeiu(:,:,1), 'U', 1. , paeiv(:,:,1), 'V', 1. )      ! lateral boundary condition 
    567567 
    568568      DO jk = 2, jpkm1                          !==  deeper values equal the surface one  ==! 
     
    678678      ! 
    679679      !                                                  !==  eiv stream function: output  ==! 
    680       CALL lbc_lnk( psi_uw, 'U', -1. )                         ! lateral boundary condition 
    681       CALL lbc_lnk( psi_vw, 'V', -1. ) 
     680      CALL lbc_lnk_multi( psi_uw, 'U', -1. , psi_vw, 'V', -1. ) 
    682681      ! 
    683682!!gm      CALL iom_put( "psi_eiv_uw", psi_uw )                 ! output 
Note: See TracChangeset for help on using the changeset viewer.