Opened 17 years ago
Closed 17 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 )
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)
Change History (2)
by , 17 years ago
Attachment: | def_floats.F added |
---|
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Yes, I noticed this during my IO update. This problem was fixed in src:ticket:184. Thank you for reporting this bug.