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

Ignore:
Timestamp:
2004-12-22T16:55:48+01:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE142 : Check the consistency between passive tracers transport modules (in TRP directory) and those used for the active tracers

File:
1 edited

Legend:

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

    r186 r202  
    1414   !! * Modules used 
    1515   USE oce_trc      ! ocean dynamics and tracers variables 
    16    USE trc          ! ocean space and time domain variables 
    17    USE lbclnk 
     16   USE trc          ! ocean passive tracers variables 
    1817 
    1918   IMPLICIT NONE 
     
    200199         END DO                                        !   End of slab   
    201200         !                                             ! =============== 
    202          IF( l_ctl .AND. lwp ) THEN         ! print mean trends (used for debugging) 
    203             ztra = SUM( tra(2:jpim1,2:jpjm1,1:jpkm1,jn) * tmask(2:jpim1,2:jpjm1,1:jpkm1) ) 
     201         IF(l_ctl) THEN         ! print mean trends (used for debugging) 
     202            ztra = SUM( tra(2:nictl,2:njctl,1:jpkm1,jn) * tmask(2:nictl,2:njctl,1:jpkm1) ) 
    204203            WRITE(numout,*) ' trc/ldf  - ',ctrcnm(jn),' : ', ztra-tra_ctl(jn) 
    205204            tra_ctl(jn) = ztra  
Note: See TracChangeset for help on using the changeset viewer.