forked from open-energy-transition/pypsa-eur
-
Notifications
You must be signed in to change notification settings - Fork 1
feat: introduce offshore wind hubs topology #54
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
tgilon
wants to merge
39
commits into
feat/49-pecd-offshore
Choose a base branch
from
feat/48-offshore-hubs
base: feat/49-pecd-offshore
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.
Conversation
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
…bs to match conventions
…absolute investment cost)
…/48-offshore-hubs Conflicts: doc/release_notes.rst
…/48-offshore-hubs
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…ogies that use the same potential
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.
Closes #48. This PR builds on top of #53.
Changes proposed in this Pull Request
This PR introduces the topology of offshore wind hubs. It reads in the Offshore Hub Modelling Inputs from the TYNDP 2024. The grid topology (buses coordinates and transmission capacities) is exogenously set using these data.
The following schematic illustrates an overview of the 2024 TYNDP Offshore Hub topology as implemented in this PR:

Tasks
DEOH002
discrepancy# ToDo
in the codeWorkflow
sector:offshore_hubs
defines whether TYNDP offshore hubs must be added to the network.retrieve_tyndp_bundle
retrieves the raw offshore buses (tyndp_2024_bundle/Offshore hubs/NODE.xlsx
) and the reference grid data (tyndp_2024_bundle/Offshore hubs/GRID.xlsx
).build_tyndp_offshore_hubs
processes the data to create a clean files that define the buses, the grid, the electrolyzers and the generators for the selected scenario and planning horizons.prepare_sector_network
add the offshore buses and the reference grid to the network.Open Issues
kEUR/MW
, and for OPEX, assumekEUR/MW/a
n.links.capital_cost
default unit is EUR/MW/period.capital_cost = (annuity_factor * CAPEX + OPEX) * nyears
Offshore Hubs/GENERATORS.xlsx
file is not documented. A detailed notebook has been necessary to validate assumptions.LAYER_POTENTIAL
sheet, utilizing technology shares specified inEXISTING
for hydrogen-generating capacities. A discrepancy of 526 MW forDEOH002
in 2045 (across all scenarios) is noted when comparing existing capacities withZONE_POTENTIAL
. It remains uncertain which of the two values is correct: 5828.55 MW fromLAYER_POTENTIAL
or 6354.55 MW fromZONE_POTENTIAL
. Currently, the value of 5828.55 MW is used.LAYER_POTENTIAL
and theZONE_POTENTIAL
sheets.LAYER_POTENTIAL
will establish a technology level constraint, whileZONE_POTENTIAL
will restrict expansion across all technologies at each node. The same 526 MW discrepancy inDEOH002
(across all planning horizons and scenarios) has been noted and needs to be addressed to ensure that existing capacities do not exceed their potential. Currently, the valueZONE_POTENTIAL
value is corrected at 5828.55 MW.Notes
Offshore hubs coordinates

Checklist
envs/environment.yaml
.config/config.default.yaml
.doc/configtables/*.csv
.config/test/*.yaml
.doc/data_sources.rst
.doc/release_notes.rst
is added.