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

Ignore:
Timestamp:
2005-09-08T15:18:32+02:00 (19 years ago)
Author:
opalod
Message:

nemo_v1_update_05:RB+OA:Update and rewritting of (part of) the TOP component

File:
1 edited

Legend:

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

    r247 r261  
    2020   PUBLIC trc_nxt          ! routine called by step.F90 
    2121   !!---------------------------------------------------------------------- 
    22    !!   TOP 1.0 , LOCEAN-IPSL (2005)  
    23    !! $Header$  
    24    !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
     22   !!   OPA 9.0 , LODYC-IPSL   (2003) 
    2523   !!---------------------------------------------------------------------- 
    2624 
     
    6967      !!---------------------------------------------------------------------- 
    7068 
    71       IF( kt == nittrc000 ) THEN 
     69      IF( kt == nittrc000 .AND. lwp ) THEN 
    7270         WRITE(numout,*) 
    7371         WRITE(numout,*) 'trc_nxt : time stepping on passive tracers' 
     
    139137         END DO                                           !   End of slab 
    140138         !                                                ! =============== 
    141          IF(l_ctl) THEN         ! print mean field (used for debugging) 
    142             ztra = SUM( trn(2:nictl,2:njctl,1:jpkm1,jn)*tmask(2:nictl,2:njctl,1:jpkm1) )  
     139         IF(ln_ctl) THEN         ! print mean field (used for debugging) 
     140            ztra = SUM( trn(2:nictle,2:njctle,1:jpkm1,jn)*tmask(2:nictle,2:njctle,1:jpkm1) )  
    143141            WRITE(numout,*) ' trc/nxt  - ',ctrcnm(jn),' : ', ztra 
    144142         ENDIF 
Note: See TracChangeset for help on using the changeset viewer.