Opened 17 years ago
Last modified 17 years ago
#155 closed bug
maxrho/maxspeed bug for multiple serial tiles — at Initial Version
Reported by: | kate | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.2 |
Component: | Nonlinear | Version: | 3.2 |
Keywords: | Cc: |
Description
The variables maxrho and maxspeed are local to diag.F and therefore not remembered from one tile to the next. Diag will do the wrong thing unless a "save" is added for them, or they are put in a module with avgke and friends.
Also, the reduction on them is wrong. They are being added instead of maxed.
Note:
See TracTickets
for help on using tickets.
patch