Opened 16 years ago

Closed 16 years ago

#182 closed bug (Fixed)

Incorrect FORMAT statement number in def_floats.F

Reported by: m.hadfield Owned by: arango
Priority: major Milestone: Release ROMS/TOMS 3.2
Component: Nonlinear Version: 3.2
Keywords: Cc:

Description (last modified by arango)

In ROMS/Utility/def_floats.F, line 334

              WRITE (Vinfo(19),20) 1000.0_r8*Sd50(i,ng)

should be

              WRITE (Vinfo(19),40) 1000.0_r8*Sd50(i,ng)

Corrected file attached.

Attachments (1)

def_floats.F (21.4 KB ) - added by m.hadfield 16 years ago.

Download all attachments as: .zip

Change History (2)

by m.hadfield, 16 years ago

Attachment: def_floats.F added

comment:1 by arango, 16 years ago

Description: modified (diff)
Resolution: Fixed
Status: newclosed

Yes, I noticed this during my IO update. This problem was fixed in src:ticket:184. Thank you for reporting this bug.

Note: See TracTickets for help on using tickets.