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 626 for trunk/NEMO/TOP_SRC – NEMO

Changeset 626 for trunk/NEMO/TOP_SRC


Ignore:
Timestamp:
2007-02-27T17:03:09+01:00 (17 years ago)
Author:
opalod
Message:

nemo_v2_update_006:RB: first integration of AGRIF for passive tracers

Location:
trunk/NEMO/TOP_SRC
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/TRP/trcnxt.F90

    r501 r626  
    1414   USE trctrp_lec      ! pasive tracers transport 
    1515   USE prtctl_trc      ! Print control for debbuging 
     16   USE agrif_top_update 
     17   USE agrif_top_interp 
    1618 
    1719   IMPLICIT NONE 
     
    101103#endif 
    102104 
     105#if defined key_agrif 
     106         !                                             ! =============== 
     107      END DO                                           !   End of slab 
     108      !                                                ! =============== 
     109      ! Update tracers  
     110      CALL Agrif_trc( kt ) 
     111      !                                                ! =============== 
     112      DO jn = 1, jptra                                 ! Horizontal slab 
     113         !                                             ! =============== 
     114#endif 
     115 
    103116         DO jk = 1, jpk   
    104117 
     
    147160      ENDIF 
    148161 
     162#if defined key_agrif 
     163      IF (.NOT.Agrif_Root())    CALL Agrif_Update_Trc( kt ) 
     164#endif       
     165 
    149166 
    150167   END SUBROUTINE trc_nxt 
Note: See TracChangeset for help on using the changeset viewer.