Opened 17 years ago
Last modified 17 years ago
#213 closed bug
Incorrect formulas — at Initial Version
Reported by: | mathieu | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.2 |
Component: | Nonlinear | Version: | 3.2 |
Keywords: | Cc: |
Description
In ROMS/Nonlinear/set_data.F line 1022 please replace
cff1=Zr*cff+pcoef_SST(order,ng)
by
cff1=Zr*cff1+pcoef_SST(order,ng)
The error results in incorrect extrapolation of sea surface temperature.
Note:
See TracTickets
for help on using tickets.