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 8213 for branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/TRP/trcadv.F90 – NEMO

Ignore:
Timestamp:
2017-06-25T11:27:43+02:00 (7 years ago)
Author:
jpalmier
Message:

JPALM -- split trcbio - mergeable-ish MEDUSA branch

File:
1 edited

Legend:

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

    r7497 r8213  
    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) 
    3029 
    3130   IMPLICIT NONE 
     
    106105      zvn(:,:,jpk) = 0._wp                                                     ! no transport trough the bottom 
    107106      zwn(:,:,jpk) = 0._wp                                                     ! no transport trough the bottom 
    108       !  
    109       !! 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 
    114       ! 
    115107 
    116108      IF( lk_traldf_eiv .AND. .NOT. ln_traldf_grif )   &  ! add the eiv transport (if necessary) 
Note: See TracChangeset for help on using the changeset viewer.