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 2567 for trunk/NEMOGCM/NEMO/TOP_SRC/trcwri.F90 – NEMO

Ignore:
Timestamp:
2011-01-25T10:36:27+01:00 (13 years ago)
Author:
cetlod
Message:

rename nwritedia to nn_writedia, see ticket #791

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/TOP_SRC/trcwri.F90

    r2528 r2567  
    6666      ! --------------------------------------- 
    6767      DO jn = 1, jptra 
    68          cltra = ctrcnm(jn)                   ! short title for tracer 
     68         cltra = TRIM( ctrcnm(jn) )                  ! short title for tracer 
    6969         CALL iom_put( cltra, trn(:,:,:,jn) ) 
    7070      END DO 
Note: See TracChangeset for help on using the changeset viewer.