-
Notifications
You must be signed in to change notification settings - Fork 32
Add the option for the storage charge from the grid in pyomo load following dispatch #605
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
genevievestarke
wants to merge
34
commits into
NatLabRockies:develop
Choose a base branch
from
genevievestarke:feature/pyomo_grid_charging
base: develop
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
34 commits
Select commit
Hold shift + click to select a range
2c2aaaa
Breakout simulation code
genevievestarke d6ee5f0
Remove duplicate code
genevievestarke 14be9dd
Fix testing
genevievestarke 8db8332
Update doc strings and docs
genevievestarke 673dad9
Merge branch 'develop' into cleanup_pyomo_controllers
johnjasa d79ee6a
Merge branch 'develop' into cleanup_pyomo_controllers
johnjasa 4ecac61
added docstring for heuristic controller config
elenya-grant e7c9604
Merge branch 'cleanup_pyomo_controllers' of github.com:genevievestark…
elenya-grant a58c135
fixed issue that I made with the HeuristicLoadFollowingControllerConfig
elenya-grant 1d0b0d3
Merge branch 'develop' into cleanup_pyomo_controllers
johnjasa 81743ec
Update docs/control/pyomo_controllers.md
genevievestarke c7817fa
Make initialize_parameters() functions the same for both controllers
genevievestarke dd7f078
Apply suggestion from @jaredthomas68
genevievestarke 39643da
Fix doc string format
genevievestarke 172bced
Merge branch 'develop' into cleanup_pyomo_controllers
johnjasa f04fae4
Merge branch 'develop' into cleanup_pyomo_controllers
jaredthomas68 821bf69
Merge branch 'develop' into cleanup_pyomo_controllers
jaredthomas68 9658808
Merge branch 'develop' into cleanup_pyomo_controllers
johnjasa e1c226e
Initial changes for enabling grid charging for load following
genevievestarke 7ffe919
Merge branch 'develop' into feature/pyomo_grid_charging
genevievestarke 136277d
Merge branch 'develop' into feature/pyomo_grid_charging
genevievestarke b657a44
Updates to parameter names and logic
genevievestarke c6b51a7
Update grid inputs with openmdao structure
genevievestarke 21810aa
Update constraints
genevievestarke c4af280
Update constraints
genevievestarke 496e4bb
merged in develop
elenya-grant b75f63f
Merge branch 'develop' into feature/pyomo_grid_charging
johnjasa 6d5b517
Add tests for commodity buying
genevievestarke d24e7ac
Merge branch 'develop' into feature/pyomo_grid_charging
johnjasa d78036a
Update doc strings
genevievestarke 65f8383
Update pyomo rules for min operating cost
genevievestarke 369eca9
Address PR comments
genevievestarke f56aaf8
Address PR comments
genevievestarke 2152fd0
Fix mentions of grid
genevievestarke 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
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 like this name change!
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.
Agreed!