rileyhales / river-route

BSD 3-Clause Clear License
0 stars 1 forks source link

Sources and Sinks #15

Open rileyhales opened 5 months ago

rileyhales commented 5 months ago

Create a way for sources and sinks to be created.

Perhaps specify a time series of flows in or out of a river segment.

Use those to create a vector to add (positive/negative flows for flow into or out of river).

Add that vector after each routing computation but before enforcing max/min Q.

Source/sink distinction is probably not necessary. Flows will be added or removed by the sign of the flow.