Skip to content

Features/#1420 update offshore wind mapping - #1429

Open
amir9667 wants to merge 6 commits into
devfrom
features/#1420-update-offshore-wind-mapping
Open

Features/#1420 update offshore wind mapping#1429
amir9667 wants to merge 6 commits into
devfrom
features/#1420-update-offshore-wind-mapping

Conversation

@amir9667

@amir9667 amir9667 commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Fixes #1420.

Summary

Extends wind_offshore.py to support the new reGon2037 and reGon2045 scenarios using NEP V2025 and v2023 data, in addition to the existing eGon2035 scenario.

Changes

  • Added reGon2037 and reGon2045 to the scenarios processed by wind_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).
  • Updated offshore wind input handling to read the new NEP dataset.
  • Extended NVP-to-OSM substation mappings for new connection points.

Validation

-Tested against the Schleswig-Holstein boundary.

  • Verified successful execution of the offshore wind insertion workflow.
  • Verified mapping of new connection points to existing substations.
    -Checked resulting installed capacities against the provided NEP input file.
  • Note: the NEP V2025 Excel currently exists in two versions and should be reconciled so that testing and the pipeline run against the same input data.

📋 Pull Request Guidelines

Please read the Pull Request Guidelines carefully before creating your PR.


🧑‍💻 Contributor Checklist

Before requesting a review, make sure you've completed all of the following:

  • All tests pass locally or via CI
    (for more information on local test, check tox in the Contributing section)
    (CI tests are automatically executed when creating a PR, you can see the results of the checks below)
  • Workflow has run at least once in Test mode
    (optional if no dataset changes are involved)
  • Relevant documentation is updated (API, new features, etc.)
  • Dataset-versions are updated when existing datasets are adjusted.
  • Added a note to CHANGELOG.rst about the changes
  • Added yourself to AUTHORS.rst

Optional:

  • Changes have been tested in Everything mode
  • Extend the checklist for reviewers: Which aspects should be reviewed in particular?
<!-- Example:
Please focus on validating the data handling in file XYZ.
-->

🔍 Reviewer Checklist

During your review, please check the following:

  • Is the code clean, readable, and efficient? Are there any oddities or obvious inefficiencies?
  • Does the code work as expected? (should already be verified by contributor)
  • Do all tests pass? (see CI results)
  • Is the documentation complete and up to date?
  • Is CHANGELOG.rst updated accordingly?
  • Is all necessary metadata complete and correct?
    • If metadata is pending: Is there an appropriate issue filed?

📝 Additional Notes (optional)

💡 Tip: If you add multiple reviewers, clarify who should check what — this saves time and avoids duplicated efforts.

@amir9667
amir9667 requested a review from CarlosEpia June 17, 2026 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ADJUSTMENTS] offshore wind mapping for NEP2025 Scenario C 2037 and C 2045

2 participants