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 6372 for branches/UKMO/dev_r5518_debug_isf_restart/NEMOGCM/NEMO/OPA_SRC/TRA/tranxt.F90 – NEMO

Ignore:
Timestamp:
2016-03-08T11:12:40+01:00 (8 years ago)
Author:
frrh
Message:

Reverse previous merge.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_debug_isf_restart/NEMOGCM/NEMO/OPA_SRC/TRA/tranxt.F90

    r6371 r6372  
    4747   USE timing          ! Timing 
    4848#if defined key_agrif 
     49   USE agrif_opa_update 
    4950   USE agrif_opa_interp 
    5051#endif 
     
    110111      ! Update after tracer on domain lateral boundaries 
    111112      !  
     113      CALL lbc_lnk( tsa(:,:,:,jp_tem), 'T', 1._wp )      ! local domain boundaries  (T-point, unchanged sign) 
     114      CALL lbc_lnk( tsa(:,:,:,jp_sal), 'T', 1._wp ) 
     115      ! 
     116#if defined key_bdy  
     117      IF( lk_bdy )   CALL bdy_tra( kt )  ! BDY open boundaries 
     118#endif 
    112119#if defined key_agrif 
    113120      CALL Agrif_tra                     ! AGRIF zoom boundaries 
    114 #endif 
    115       ! 
    116       CALL lbc_lnk( tsa(:,:,:,jp_tem), 'T', 1._wp )      ! local domain boundaries  (T-point, unchanged sign) 
    117       CALL lbc_lnk( tsa(:,:,:,jp_sal), 'T', 1._wp ) 
    118       ! 
    119 #if defined key_bdy  
    120       IF( lk_bdy )   CALL bdy_tra( kt )  ! BDY open boundaries 
    121121#endif 
    122122  
     
    149149         ELSE                 ;   CALL tra_nxt_fix( kt, nit000,         'TRA', tsb, tsn, tsa, jpts )  ! fixed    volume level  
    150150         ENDIF 
    151       ENDIF      
    152       ! 
    153      ! trends computation 
     151      ENDIF  
     152      ! 
     153#if defined key_agrif 
     154      ! Update tracer at AGRIF zoom boundaries 
     155      IF( .NOT.Agrif_Root() )    CALL Agrif_Update_Tra( kt )      ! children only 
     156#endif       
     157      ! 
     158      ! trends computation 
    154159      IF( l_trdtra ) THEN      ! trend of the Asselin filter (tb filtered - tb)/dt      
    155160         DO jk = 1, jpkm1 
Note: See TracChangeset for help on using the changeset viewer.