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 4362 for branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/NEMO/TOP_SRC/trcnam.F90 – NEMO

Ignore:
Timestamp:
2014-01-22T10:32:46+01:00 (10 years ago)
Author:
cetlod
Message:

v3.4beta:bugfix to correct I/O format of passive tracer name, see ticket #1144

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/NEMO/TOP_SRC/trcnam.F90

    r3881 r4362  
    8686      ! 
    8787      DO jn = 1, jptra 
    88          WRITE( sn_tracer(jn)%clsname,'("TR_",I1)'           ) jn 
     88         WRITE( sn_tracer(jn)%clsname,'("TR_",I2.2)'           ) jn 
    8989         WRITE( sn_tracer(jn)%cllname,'("TRACER NUMBER ",I1)') jn 
    9090         sn_tracer(jn)%clunit  = 'mmole/m3' 
Note: See TracChangeset for help on using the changeset viewer.