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 1271 for trunk/NEMO/TOP_SRC/TRP/trcnxt.F90 – NEMO

Ignore:
Timestamp:
2009-01-15T09:12:00+01:00 (15 years ago)
Author:
rblod
Message:

Addapt AGRIF routines to the new TOP organization, clean some routines and add a sponge layer for passive tracers, see ticket #293

File:
1 edited

Legend:

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

    r1175 r1271  
    7070      !! ** Action  : - update trb, trn 
    7171      !!---------------------------------------------------------------------- 
     72      USE oce, ONLY :   ztrtrd => ua    ! use ua as 3D workspace  
    7273      !! * Arguments 
    73       USE oce_trc, ONLY : ztrtrd => ua      ! use ua as a 3D workspace 
    74       INTEGER, INTENT( in ) ::   kt         ! ocean time-step index 
     74      INTEGER, INTENT( in ) ::   kt     ! ocean time-step index 
    7575      !! * Local declarations 
    7676      INTEGER  ::   ji, jj, jk, jn   ! dummy loop indices 
     
    8383         WRITE(numout,*) 'trc_nxt : time stepping on passive tracers' 
    8484      ENDIF 
    85  
    8685 
    8786      DO jn = 1, jptra 
     
    113112      END DO                                           !   End of slab 
    114113      !                                                ! =============== 
    115       ! Update tracers  
    116       CALL Agrif_trc( kt ) 
     114      ! Interp tracers on boundaries (coarse => fine) 
     115      CALL Agrif_trc 
    117116      !                                                ! =============== 
    118117      DO jn = 1, jptra                                 ! Horizontal slab 
Note: See TracChangeset for help on using the changeset viewer.