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 3827 for branches/2012/dev_MERGE_2012/NEMOGCM/NEMO/TOP_SRC/trcdta.F90 – NEMO

Ignore:
Timestamp:
2013-03-06T10:01:26+01:00 (11 years ago)
Author:
cetlod
Message:

v3.5alpha: Add missing IF(lwp) before writing in numout, see ticket #1066

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/NEMO/TOP_SRC/trcdta.F90

    r3294 r3827  
    8585      ! 
    8686      ntra = MAX( 1, nb_trcdta )   ! To avoid compilation error with bounds checking 
    87       WRITE(numout,*) ' ' 
    88       WRITE(numout,*) ' number of passive tracers to be initialize by data :', ntra 
    89       WRITE(numout,*) ' ' 
     87      IF(lwp) THEN 
     88         WRITE(numout,*) ' ' 
     89         WRITE(numout,*) ' number of passive tracers to be initialize by data :', ntra 
     90         WRITE(numout,*) ' ' 
     91      ENDIF 
    9092      !                         ! allocate the arrays (if necessary) 
    9193      ! 
Note: See TracChangeset for help on using the changeset viewer.