You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Port the extra contribution that ChargeStorage can make to spinning reserves from the spinning_reserves_advanced module to the spinning_reserves module.
Add a slack variable to the CommitGenSpinningReservesUp_Limit constraint in both spinning reserves modules to provide a hook for subsequent quickstart reserves.
Minor documentation updates to both spinning reserve modules.
Copy file name to clipboardExpand all lines: switch_model/balancing/operating_reserves/spinning_reserves_advanced.py
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
"""
4
4
This is an advanced version of the basic spinning_reserves reserves module, and
5
5
can be used in place of it (not in addition to).
6
+
7
+
Specifically, this module can differentiate spinning reserve products into regulating reserves, contigency reserves, and potentially other reserve types.
0 commit comments