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/NST_SRC/agrif_top_interp.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/NST_SRC/agrif_top_interp.F90

    r1206 r1271  
    66   USE sol_oce 
    77   USE agrif_oce 
    8    USE trcstp 
    9    USE sms 
     8   USE trc 
    109 
    1110   IMPLICIT NONE 
     
    2221   CONTAINS 
    2322 
    24    SUBROUTINE Agrif_trc( kt ) 
     23   SUBROUTINE Agrif_trc 
    2524      !!--------------------------------------------- 
    2625      !!   *** ROUTINE Agrif_trc *** 
     
    2928#  include "vectopt_loop_substitute.h90" 
    3029       
    31       INTEGER, INTENT(in) :: kt 
    32  
    3330      INTEGER :: ji,jj,jk,jn 
    3431      REAL(wp) :: zrhox 
Note: See TracChangeset for help on using the changeset viewer.