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 7052 for branches/2015/nemo_v3_6_STABLE – NEMO

Ignore:
Timestamp:
2016-10-20T12:23:27+02:00 (8 years ago)
Author:
acc
Message:

Branch 2015/nemo_v3_6_STABLE. Add IF(lwp) condition to diagnostic output in trcrst.F90 (trc_rst_stat) as recommended by ticket #1787

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/TOP_SRC/trcrst.F90

    r5513 r7052  
    304304         IF(lwp) WRITE(numout,9000) jn, TRIM( ctrcnm(jn) ), zmean, zmin, zmax, zdrift 
    305305      END DO 
    306       WRITE(numout,*)  
     306      IF(lwp) WRITE(numout,*)  
    3073079000  FORMAT(' tracer nb :',i2,'    name :',a10,'    mean :',e18.10,'    min :',e18.10, & 
    308308      &      '    max :',e18.10,'    drift :',e18.10, ' %') 
Note: See TracChangeset for help on using the changeset viewer.