Opened 17 years ago
Last modified 17 years ago
#182 closed bug
Incorrect FORMAT statement number in def_floats.F — at Initial Version
Reported by: | m.hadfield | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.2 |
Component: | Nonlinear | Version: | 3.2 |
Keywords: | Cc: |
Description
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.
Note:
See TracTickets
for help on using tickets.