line 452 at npzd_Franks_inp.h

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
often

line 452 at npzd_Franks_inp.h

#1 Unread post by often »

Code: Select all

            DO itrc=1,NBT
              i=idbio(itrc)
              WRITE (out,110) LtracerCLM(i,ng), 'LtracerCLM',           &
     &              i, 'Processing climatology on tracer ', i,          &
     &              TRIM(Vname(1,idTvar(i)))
            END DO
I think
WRITE (out,110)
should be
WRITE (out,100)

User avatar
arango
Site Admin
Posts: 1353
Joined: Wed Feb 26, 2003 4:41 pm
Location: DMCS, Rutgers University
Contact:

Re: line 452 at npzd_Franks_inp.h

#2 Unread post by arango »

Yes, I fixed the format for reporting the LtracerCLM switches in several ecosystem files. Thank you for reporting this typo. The correction was included in :arrow: src:ticket:580.

Post Reply