forked from open-energy-transition/pypsa-eur
-
Notifications
You must be signed in to change notification settings - Fork 19
feat: process and prepare PECD capacity factor time series for offshore generators #53
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
Merged
Merged
Changes from 39 commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
1cf34a9
feat: skip tyndp_renewable_profile technologies in workflow and build…
daniel-rdt 3be60a1
feat: clean pecd data for years 2030, 2040, 2050 and build_renewable_…
daniel-rdt 9f0b674
feat: add pecd profiles as input to prepare_sector_network and add_br…
daniel-rdt c0ce59f
fix: add hotfix for add_existing_baseyear existing renewable capaciti…
daniel-rdt cabc766
fix: fix pylint
daniel-rdt 686df43
fix: fix pylint better
daniel-rdt 4162538
fix: add electricity param for add_existing_baseyear rule in perfect …
daniel-rdt 79526a7
feat: improve workflow implementation for more efficient execution of…
daniel-rdt ba5458d
fix: hotfix for add_brownfield p_max_pu until tyndp generators are ad…
daniel-rdt 81402fe
doc: add description of new configuration option to configtables
daniel-rdt c1fbe13
doc: add release note
daniel-rdt b684567
feat: add retrieval rule for PECD data from google drive until data o…
daniel-rdt c33f5a3
fix: fix ruleorder statement
daniel-rdt 16f9c16
fix: remove unneeded inputs to build_renewable_profiles_pecd and upda…
daniel-rdt d5bc7ea
doc: update license identifier
daniel-rdt 500082c
feat: update pecd retrieval to use gcp storage
daniel-rdt 540609e
Merge branch 'master' into feat/49-pecd-offshore
tgilon 4cdfe9d
refactor: use tyndp specific renewable carriers and differentiate bet…
daniel-rdt 4244dd3
Merge remote-tracking branch 'origin/feat/49-pecd-offshore' into feat…
daniel-rdt f2af81b
bugfix: include missing offshore node PECD data as empty columns and …
daniel-rdt cf11da3
bugfix: fix pylint and remove hydro from test config
daniel-rdt d84159f
bugfix: add existing res dependent on renewable carriers list
daniel-rdt e0635cb
feature: add 2050 pecd renewable profiles explicitly and filter for s…
daniel-rdt 7b297a3
bugfix: fix params for add_existing_baseyear solve_perfect
daniel-rdt fe8cb52
bugfix: change year in renewable profile pecd back to integer
daniel-rdt 67c84ce
bugfix: fix year dimension for 2035 an 2045 steps
daniel-rdt 3bf3eb7
Merge remote-tracking branch 'origin/master' into feat/49-pecd-offshore
tgilon 225de71
Apply suggestions from code review
daniel-rdt faf71b5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8136121
fix: import chain from itertools
daniel-rdt a67fb07
refactor: generalize get tyndp renewable carriers
daniel-rdt dbccb1b
Merge branch 'master' into feat/49-pecd-offshore
tgilon b193122
fix: remove placeholder for renewable technology max capacities in bu…
daniel-rdt fed98dd
doc: add information about PECD Version 3.1 to documentation
daniel-rdt 0a36daa
fix: remove unnecessary params from pecd rules
daniel-rdt b98eccc
feat: change fn_pecd to dir_pecd and add comment on skiprows
daniel-rdt 580eaaa
refactor: change to if not continue style to reduce diff
daniel-rdt a55cfbf
feat: improve pecd profile configuration by making profile names expl…
daniel-rdt decd186
refactor: simplify tyndp_renewable_carriers also in smk files
daniel-rdt ad42364
Apply suggestions from code review
daniel-rdt 3a10294
feat: adjust mock snakemake for changed first level config of pecd pr…
daniel-rdt a4d8cf1
feat: harmonize order of config options to default config
daniel-rdt b604850
refactor: move get_tyndp_res_carriers to _helpers.py
daniel-rdt 8bd32c8
doc: add CSP to list of PECD profile names
daniel-rdt ba9a7e4
Merge branch 'master' into feat/49-pecd-offshore
daniel-rdt 0c63140
doc: add todo for pecd data retrieval
daniel-rdt 3e4b3f8
Apply suggestions from code review
daniel-rdt 76c8cc8
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 86d955e
doc: improve documentation of pecd_renewable_profiles option
daniel-rdt f068db4
Add missing input, use branch
coroa d6f3ae1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 94d074c
Merge remote-tracking branch 'origin/feat/49-pecd-offshore' into feat…
daniel-rdt 48ab5d5
feat: make estimate renewable capacities explicit from config for sel…
daniel-rdt 5e8d619
feat: split up tyndp renewable carriers into separate list
daniel-rdt f191c28
refactor: consistent naming convention of pecd_techs and tyndp_renewa…
daniel-rdt 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
|
daniel-rdt marked this conversation as resolved.
|
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.
Uh oh!
There was an error while loading. Please reload this page.