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 7497 for branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/TRP – NEMO

Ignore:
Timestamp:
2016-12-14T16:46:28+01:00 (8 years ago)
Author:
jpalmier
Message:

JPALM -- 14-12-2016 -- MEDUSA Diags update ; remove extra lbc-lnk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/TRP/trcadv.F90

    r6261 r7497  
    2727   USE ldftra_oce      ! lateral diffusion coefficient on tracers 
    2828   USE prtctl_trc      ! Print control 
    29    USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
     29   !! USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
    3030 
    3131   IMPLICIT NONE 
     
    108108      !  
    109109      !! Jpalm -- 14-01-2016 -- restart and proc pb - try this...  
    110       DO jn = 1, jptra 
    111          CALL lbc_lnk( trn(:,:,:,jn), 'T', 1. ) 
    112          CALL lbc_lnk( trb(:,:,:,jn), 'T', 1. ) 
    113       END DO 
     110      !! DO jn = 1, jptra 
     111      !!   CALL lbc_lnk( trn(:,:,:,jn), 'T', 1. ) 
     112      !!   CALL lbc_lnk( trb(:,:,:,jn), 'T', 1. ) 
     113      !! END DO 
    114114      ! 
    115115 
Note: See TracChangeset for help on using the changeset viewer.