-
Notifications
You must be signed in to change notification settings - Fork 422
feat: restructure and improve transmission topology + config for all carriers #2153
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
bobbyxng
wants to merge
29
commits into
PyPSA:master
Choose a base branch
from
resilient-project:new-transmission
base: master
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 14 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
42e2dbd
Added new transmission key to config, schema and docs. Implemented in…
bobbyxng 44320a7
Fix pre-commit issues, trailing whitespaces, etc.
bobbyxng 3d1d3f5
Updated description to include detailed output/coluns.
bobbyxng 65d1b0f
renamed build_transmission to build_transmission_topology
bobbyxng a908726
Implemented new config for H2 pipelines.
bobbyxng e3bd7f5
Implemented new key for CO2 networks.
bobbyxng 67c2c58
Bug fix snakemake.
bobbyxng e2d9445
Missing trailing :
bobbyxng 590e5b1
fix: added cf_transmission to add_existing_baseyear.
bobbyxng 2d8bf6f
Moved electricity transmission and transmission limit to transmission.
bobbyxng 164b56f
Moved base_network config to transmission.
bobbyxng bcd519d
Pre-commit hooks
bobbyxng 33bc0da
Added lines, links, transformers, transmission_projects (now projects…
bobbyxng 6adb27d
Added gas_network (now methane_gas) to transmission key.
bobbyxng 833260f
Renamed methane_gas back to gas.
bobbyxng a2ecf3d
Merge branch 'master' into new-transmission
bobbyxng ec5756f
Refactored code do build transmission topology based on min_degrees i…
bobbyxng 0712c91
Added prefix electricity_ to rules/scripts/docs of add_transmission_p…
bobbyxng 2b3ce21
Snakemake 'run' wildcard fix.
bobbyxng 21925e8
Added max_offshore_haversine_distance key per transmission carrier (i…
bobbyxng 06198f6
Added to schema/validation.
bobbyxng c123c92
Moved distribution grid into new transmission key 'electricity_distri…
bobbyxng 2f3cbf8
Moved carrier-specific transmission efficiencies into the new subsect…
bobbyxng d050860
Renamed gas_distribution_grid to *_cost, as they do not actually add …
bobbyxng 30ba3f4
H2 retrofit moved to transmission.hydrogen. Clean-up of params.
bobbyxng 87e1323
Bug fix in solve_overnight.smk params and added release notes.
bobbyxng 1e1d52f
Clean up mock snakemakes.
bobbyxng 29ea909
Implemented review comments, splitting into two rules, config call cl…
bobbyxng 00d1c7d
Updated schema.
bobbyxng 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.
Shouldn't the voltages also move into the
transmission.electricityblock?