We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0f411 commit 3da33efCopy full SHA for 3da33ef
src/pownet/reservoir/reservoir.py
@@ -190,7 +190,7 @@ def reoperate(
190
day: int,
191
daily_dispatch: float,
192
upstream_flow_t: float,
193
- hydropeak_factor: float = 1, # 0.15,
+ hydropeak_factor: float = 0.15,
194
) -> float:
195
"""Reoperate the reservoir based on the daily dispatch of the power system model.
196
There are seven cases which are outlined in the code.
0 commit comments