Skip to content

Commit 3da33ef

Browse files
committed
Set default hydropeak factor to 1.0
1 parent eb0f411 commit 3da33ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pownet/reservoir/reservoir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def reoperate(
190190
day: int,
191191
daily_dispatch: float,
192192
upstream_flow_t: float,
193-
hydropeak_factor: float = 1, # 0.15,
193+
hydropeak_factor: float = 0.15,
194194
) -> float:
195195
"""Reoperate the reservoir based on the daily dispatch of the power system model.
196196
There are seven cases which are outlined in the code.

0 commit comments

Comments
 (0)