vicelab / cen-sierra-pywr

Code base for modeling the central Sierra Nevada hydropower systems
4 stars 7 forks source link

Cannot get real time inflow to reservoirs #3

Closed asood12 closed 4 years ago

asood12 commented 4 years ago

For some IFR calculations, we need to get inflow in the same timestep, which is not directly possible using the base Pywr setup.

drheinheimer commented 4 years ago

Would it be possible to add a conveyance around the reservoir with a capacity of whatever the minimum flow requirement is? I.e., any IFR would necessarily bypass the storage, and any IFR unmet due to inflow constraints would not be released by the reservoir.

drheinheimer commented 4 years ago

This is impossible without some kind of inter-step submodel. For now, without greater specificity, such as an example where this is a problem, this issue does not seem worth keeping open.