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 9081 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/TOP_SRC/TRP/trcnxt.F90 – NEMO

Ignore:
Timestamp:
2017-12-15T17:33:49+01:00 (6 years ago)
Author:
cetlod
Message:

dev_merge_2017 : use of lbclnk_4d for TOP arrays

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/TOP_SRC/TRP/trcnxt.F90

    r9050 r9081  
    9696      CALL Agrif_trc                   ! AGRIF zoom boundaries 
    9797#endif 
    98       DO jn = 1, jptra                 ! Update after tracer on domain lateral boundaries 
    99          CALL lbc_lnk( tra(:,:,:,jn), 'T', 1. )    
    100       END DO 
     98      ! Update after tracer on domain lateral boundaries 
     99      CALL lbc_lnk( tra(:,:,:,:), 'T', 1. )    
    101100 
    102101      IF( ln_bdy )  CALL trc_bdy( kt ) 
     
    124123         ENDIF 
    125124         ! 
    126          DO jn = 1, jptra 
    127             CALL lbc_lnk_multi( trb(:,:,:,jn), 'T', 1._wp, trn(:,:,:,jn), 'T', 1._wp, tra(:,:,:,jn), 'T', 1._wp ) 
    128          END DO 
     125         CALL lbc_lnk_multi( trb(:,:,:,:), 'T', 1._wp, trn(:,:,:,:), 'T', 1._wp, tra(:,:,:,:), 'T', 1._wp ) 
    129126      ENDIF 
    130127      ! 
Note: See TracChangeset for help on using the changeset viewer.