-
Notifications
You must be signed in to change notification settings - Fork 38
Converter PLM dispatch #773
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
Draft
jaredthomas68
wants to merge
20
commits into
NatLabRockies:develop
Choose a base branch
from
jaredthomas68:control-converter
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.
Draft
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
19ff6e1
initial example files for plm for a converter
jaredthomas68 d026a8a
run converter plm with single demand profile
jaredthomas68 c653a77
merge from develop
jaredthomas68 c1564c2
Merge branch 'develop' into control-converter
jaredthomas68 1d80254
have precommit ignore demand profiles for converter plm example
jaredthomas68 bcd95c2
peak load converter working with multiple demand profiles
jaredthomas68 d58cbf9
minor plot updates
jaredthomas68 0f99537
remove incorrect comments
jaredthomas68 3d7dc9c
add key file that was missed earlier
jaredthomas68 3b2fdfd
include init file
jaredthomas68 eafbf14
update units/naming
jaredthomas68 d885c12
bugfix, grap element instead of array
jaredthomas68 b964811
Merge branch 'develop' into control-converter
kbrunik 19b84f9
include price dispatch capability to converter demand control
jaredthomas68 6193c9a
Merge remote-tracking branch 'myfork/control-converter' into control-…
jaredthomas68 1602280
wip
jaredthomas68 2afd03b
include unit definitions for peak cutoff
jaredthomas68 6296b1a
Merge branch 'develop' into control-converter
jaredthomas68 c124ecb
update naming:
jaredthomas68 b4f54ba
Fuel Cell Operational Calculations (#5)
kbrunik 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
5 changes: 5 additions & 0 deletions
5
examples/xx_peak_load_management_converter/33_peak_load_management.yaml
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's update name of this file so it's not the same as the storage PLM file. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| name: H2Integrate_config | ||
| system_summary: Peak load management dispatch | ||
| driver_config: driver_config.yaml | ||
| technology_config: tech_config.yaml | ||
| plant_config: plant_config.yaml |
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 think it could be good to have both peak load management examples (storage and converter) in the same folder
33_peak_load_managementand then have nested folders for each example.