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 14298 for NEMO/trunk/src/OCE – NEMO

Changeset 14298 for NEMO/trunk/src/OCE


Ignore:
Timestamp:
2021-01-13T15:30:28+01:00 (3 years ago)
Author:
francesca
Message:

Removing duplicate lines of code - merge oversight

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/TRA/traadv_fct.F90

    r14189 r14298  
    258258            IF (nn_hls.EQ.1) CALL lbc_lnk_multi( 'traadv_fct', ztu, 'U', -1.0_wp , ztv, 'V', -1.0_wp )   ! Lateral boundary cond. (unchanged sgn) 
    259259            ! 
    260             IF (nn_hls.EQ.1) CALL lbc_lnk_multi( 'traadv_fct', ztu, 'U', -1.0_wp , ztv, 'V', -1.0_wp )   ! Lateral boundary cond. (unchanged sgn) 
    261             ! 
    262260            DO_3D( 0, 0, 0, 0, 1, jpkm1 )    ! Horizontal advective fluxes 
    263261               zC2t_u = pt(ji,jj,jk,jn,Kmm) + pt(ji+1,jj  ,jk,jn,Kmm)   ! 2 x C2 interpolation of T at u- & v-points (x2) 
     
    299297         END IF 
    300298         ! 
    301          IF (nn_hls.EQ.1) THEN 
    302             CALL lbc_lnk_multi( 'traadv_fct', zwi, 'T', 1.0_wp, zwx, 'U', -1.0_wp , zwy, 'V', -1.0_wp, zwz, 'T', 1.0_wp ) 
    303          ELSE 
    304             CALL lbc_lnk( 'traadv_fct', zwi, 'T', 1.0_wp) 
    305          END IF 
    306          ! 
    307299         IF ( ll_zAimp ) THEN 
    308300            DO_3D( nn_hls-1, nn_hls-1, nn_hls-1, nn_hls-1, 1, jpkm1 )    !* trend and after field with monotonic scheme 
Note: See TracChangeset for help on using the changeset viewer.