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

Ignore:
Timestamp:
2005-11-14T12:53:13+01:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_022 : CE + RB + CT : add print control possibility

File:
1 edited

Legend:

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

    r274 r334  
    1414   USE trc              ! ocean passive tracers variables 
    1515   USE trctrp_lec       ! passive tracers transport 
     16   USE prtctl_trc          ! Print control for debbuging 
    1617 
    1718   IMPLICIT NONE 
     
    2829#  include "passivetrc_substitute.h90" 
    2930   !!---------------------------------------------------------------------- 
    30    !!  TOP 1.0,  LOCEAN-IPSL (2005)  
    31    !! $Header$ 
    32    !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt 
     31   !!  OPA 9.0, LODYC-IPSL (2003) 
    3332   !!---------------------------------------------------------------------- 
    3433 
     
    8180      REAL(wp), DIMENSION(jpi,jpk) ::   & 
    8281         zwx, zwy 
     82      CHARACTER (len=22) :: charout 
    8383      !!--------------------------------------------------------------------- 
    8484 
     
    161161      END DO 
    162162 
     163      IF(ln_ctl)   THEN  ! print mean trends (used for debugging) 
     164         WRITE(charout, FMT="('zdf - exp')") 
     165         CALL prt_ctl_trc_info(charout) 
     166         CALL prt_ctl_trc(tab4d=tra, mask=tmask, clinfo=ctrcnm,clinfo2='trd') 
     167      ENDIF 
     168 
    163169   END SUBROUTINE trc_zdf_exp 
    164170 
Note: See TracChangeset for help on using the changeset viewer.