-
Notifications
You must be signed in to change notification settings - Fork 1
Group-stepwise ORDC, load reserve provision, and OfflineReserve ORDC supply #236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
rodrigomha
wants to merge
25
commits into
main
Choose a base branch
from
rh/new_load_and_group_services
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
2127887
Add GroupStepwiseCostReserve: elastic group ORDC over member-service …
rodrigomha e53293c
Simplify group support: GroupReserve is an AbstractReserve
rodrigomha 1878196
Add load reserve provision under PowerLoadDispatch
rodrigomha e6af246
Add energy + reserve co-clearing integration test; service docs close…
rodrigomha fd038f8
update comment.
rodrigomha bd5b3b2
move testing
rodrigomha da42d94
Support OfflineReserve as ORDC supply from storage and loads
rodrigomha 3382f8f
Pin PSY psy6's unregistered OpenAPI deps in every environment
rodrigomha b1f7781
Merge branch 'main' into rh/new_load_and_group_services
jd-lara fb9bbf3
Add GroupStepwiseCostReserve: elastic group ORDC over member-service …
rodrigomha 7b10d91
Simplify group support: GroupReserve is an AbstractReserve
rodrigomha 3c07945
Add load reserve provision under PowerLoadDispatch
rodrigomha 1311a0d
Add energy + reserve co-clearing integration test; service docs close…
rodrigomha c4e09af
update comment.
rodrigomha ea169ad
move testing
rodrigomha d0762b4
Support OfflineReserve as ORDC supply from storage and loads
rodrigomha a398872
Pin PSY psy6's unregistered OpenAPI deps in every environment
rodrigomha 4301ba5
Merge branch 'rh/new_load_and_group_services' of github.com:NREL-Sien…
jd-lara 1a93e6a
Fix charge-side reserve-assignment direction in StorageDispatchWithRe…
rodrigomha 3403a51
Add reserve_coverage attribute: energy/AS decoupling for StorageDispa…
rodrigomha 2521ead
Pin the test env's PowerOperationsModels to the working tree
rodrigomha af1f71f
Catch costless market-bid loads selling reserves
jd-lara 5f7b6c8
Drop the stale disable note on the hydro pump energy test
jd-lara 3fa2221
Add a time-series group demand curve regression test for GroupStepwis…
rodrigomha 7901365
split decision for OfflineReserves in Thermal
rodrigomha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't follow the 2nd sentence of this comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is mostly that the bound for ReserveUp for Generators is done using the Upper Bound since ReserveUp is provided by increasing generation, while for loads ReserveUp is provided by curtailing load, and hence bounded via LowerBound.