You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TabulatedRatingCurve has some new checks built in in the core (see here), which make the HWS model fail:
┌ Error: The `flow_rate` cannot decrease with increasing `level`.
│ node_id = TabulatedRatingCurve #37
└ @ Ribasim c:\Users\konin_bt\Ribasim_development\Ribasim\core\src\validation.jl:431
┌ Error: The `flow_rate` cannot decrease with increasing `level`.
│ node_id = TabulatedRatingCurve #49
└ @ Ribasim c:\Users\konin_bt\Ribasim_development\Ribasim\core\src\validation.jl:431
┌ Error: The `flow_rate` must start at 0.
│ node_id = TabulatedRatingCurve #88
│ flow_rate = 685.6
└ @ Ribasim c:\Users\konin_bt\Ribasim_development\Ribasim\core\src\validation.jl:421
┌ Error: The `flow_rate` must start at 0.
│ node_id = TabulatedRatingCurve #148
│ flow_rate = 125.4
└ @ Ribasim c:\Users\konin_bt\Ribasim_development\Ribasim\core\src\validation.jl:421
The text was updated successfully, but these errors were encountered:
SouthEndMusic
changed the title
Fix HWS modle TabulatedRatingCurve with new Ribasim checks
Fix HWS model TabulatedRatingCurve with new Ribasim checks
May 27, 2024
On one hand; logical choice not to accept it in the solver. On the other; now we need to put complex discharge/supply-controls in multiple links with controllers. Let's discuss 28/8 how (to keep it as simple as possible).
TabulatedRatingCurve has some new checks built in in the core (see here), which make the HWS model fail:
The text was updated successfully, but these errors were encountered: