-
|
Hey! I am reading out the output files of a ribasim model. Currently, I am looking at the 'flow.arrow' file. In this file flows between different nodes can be found. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi. Yes we used to do this, but in recent releases we don't have these anymore, hence its description is also removed from the docs. The way to interpret this is as a boundary flow into the model at the given node ID. If it is negative, it is a flow out of the model. We initially added these boundary flows because they are needed to make a complete water balance based on the |
Beta Was this translation helpful? Give feedback.
Hi. Yes we used to do this, but in recent releases we don't have these anymore, hence its description is also removed from the docs.
The way to interpret this is as a boundary flow into the model at the given node ID. If it is negative, it is a flow out of the model. We initially added these boundary flows because they are needed to make a complete water balance based on the
flow.arrowfile. However, as this question also shows, its meaning was not obvious, and there was also no way to distinguish for instanceprecipitationanddrainageinto the Basin. Therefore those flows should now be taken frombasin.arrow, andflow.arrowis only for flow between nodes, not onto nodes.