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/eosbn2.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/eosbn2.F90

    r9019 r9094  
    755755            END DO 
    756756         END DO 
    757          ! 
    758          CALL lbc_lnk( pab(:,:,jp_tem), 'T', 1. )                    ! Lateral boundary conditions 
    759          CALL lbc_lnk( pab(:,:,jp_sal), 'T', 1. )                     
     757         !                            ! Lateral boundary conditions 
     758         CALL lbc_lnk_multi( pab(:,:,jp_tem), 'T', 1. , pab(:,:,jp_sal), 'T', 1. )                     
    760759         ! 
    761760      CASE( np_seos )                  !==  simplified EOS  ==! 
     
    776775            END DO 
    777776         END DO 
    778          ! 
    779          CALL lbc_lnk( pab(:,:,jp_tem), 'T', 1. )                    ! Lateral boundary conditions 
    780          CALL lbc_lnk( pab(:,:,jp_sal), 'T', 1. )                     
     777         !                            ! Lateral boundary conditions 
     778         CALL lbc_lnk_multi( pab(:,:,jp_tem), 'T', 1. , pab(:,:,jp_sal), 'T', 1. )                     
    781779         ! 
    782780      CASE DEFAULT 
Note: See TracChangeset for help on using the changeset viewer.