Features/#1420 update offshore wind mapping - #1429
Open
amir9667 wants to merge 8 commits into
Open
Conversation
…offshore-wind-mapping
lenzim97
reviewed
Jul 31, 2026
| osm_year = sources.files["osm_config"] | ||
|
|
||
| if scenario in ["eGon2035", "eGon100RE"]: | ||
| if scenario in ["eGon2035", "eGon100RE", "reGon2037", "reGon2045"]: |
| sources, targets = load_sources_and_targets("PowerPlants") | ||
|
|
||
| scenarios = egon.data.config.settings()["egon-data"]["--scenarios"] | ||
| scenarios = ["eGon2035", "reGon2037", "reGon2045"] |
Contributor
There was a problem hiding this comment.
just execute for scenarios given in the configuration file
| if scenario == "eGon2035": | ||
| filename = "NEP2035_V2021_scnC2035.xlsx" | ||
| if scenario in ["eGon2035", "reGon2037", "reGon2045"]: | ||
| filename = "NEP2035_2037_2045_V2025_2023_scnC2037.xlsx" |
Contributor
There was a problem hiding this comment.
Define filename in the datasets.yaml and import it from there
Contributor
There was a problem hiding this comment.
clarify name of the Input file. the file uploaded in Zenodo is called NEP2037_V2025_scnC2037.xlsx .
you can find it here: ps://zenodo.org/records/21455617
or is this annother additional Input file?
Contributor
There was a problem hiding this comment.
and it needs to be clarified, in which folder this input file will be ? same as old nep file? discuss next meeting
|
|
||
| # Overwrite geom for status2019 parks | ||
| if scenario in ["eGon2035", "eGon100RE"]: | ||
| if scenario in ["eGon2035", "eGon100RE", "reGon2037", "reGon2045"]: |
| @@ -306,12 +381,14 @@ def insert(): | |||
| # Scale capacities for eGon100RE | |||
| if scenario == "eGon100RE": | |||
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #1420.
Summary
Extends
wind_offshore.pyto support the new reGon2037 and reGon2045 scenarios using NEP V2025 and v2023 data, in addition to the existing eGon2035 scenario.Changes
reGon2037andreGon2045to the scenarios processed bywind_offshore.py. All three scenarios (eGon2035,reGon2037,reGon2045) now read from a single Excel file (NEP2035_2037_2045_V2025_2023_scnC2037.xlsx) using per-scenario capacity columns (C 2035,C 2037,C 2045).Validation
-Tested against the Schleswig-Holstein boundary.
-Checked resulting installed capacities against the provided NEP input file.
📋 Pull Request Guidelines
🧑💻 Contributor Checklist
Before requesting a review, make sure you've completed all of the following:
(for more information on local test, check
toxin the Contributing section)(CI tests are automatically executed when creating a PR, you can see the results of the checks below)
(optional if no dataset changes are involved)
CHANGELOG.rstabout the changesAUTHORS.rstOptional:
🔍 Reviewer Checklist
During your review, please check the following:
CHANGELOG.rstupdated accordingly?📝 Additional Notes (optional)
💡 Tip: If you add multiple reviewers, clarify who should check what — this saves time and avoids duplicated efforts.