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 2050 for trunk – NEMO

Changeset 2050 for trunk


Ignore:
Timestamp:
2010-08-13T10:23:18+02:00 (14 years ago)
Author:
cetlod
Message:

change loop indice jn to jl in trcctl_my_trc.F90, see ticket:691

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/MY_TRC/trcctl_my_trc.F90

    r1264 r2050  
    4040      IF(lwp) WRITE(numout,*) ' use COLOR tracer ' 
    4141 
    42       DO jn = 1, jp_my_trc 
     42      DO jl = 1, jp_my_trc 
    4343         jn = jp_myt0 + jl - 1 
    4444         WRITE(ctrcnm(jn),'(a,i2.2)') 'CLR',jn 
Note: See TracChangeset for help on using the changeset viewer.