Skip to content

Commit

Permalink
fix: Adding reserves for pumped hydro storage (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
pesap authored Nov 21, 2024
1 parent f4923c1 commit 4776cb3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions psy_data/data_5bus_pu.jl
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,13 @@ reserve5_il(interruptible_loads) = [
ReserveDemandCurve{ReserveUp}(nothing, "ORDC1", true, 0.6),
]


reserve5_phes(phes5) = [
VariableReserve{ReserveUp}("Reserve9", true, 30, 100),
VariableReserve{ReserveDown}("Reserve10", true, 5, 50),
ReserveDemandCurve{ReserveUp}(nothing, "ORDC1", true, 0.6),
]

# TODO: add a sensible cost for hybrid devices
hybrid_cost = PiecewiseStepData([0.0, 1.0], [0.0])
hybrid_cost_ts = [
Expand Down

0 comments on commit 4776cb3

Please sign in to comment.