Improve how the offshore NEP is forced in
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 50
- Forks
- 32
- Avg merge
- 5d 21h
- Merged PRs (30d)
- 1
Description
Copying from PyPSA/pypsa-ariadne#191
Open points:
- The way the land use constrained is hacked seems a bit strange. I am worried that the p_nom_max is now too high, because the values are just copied over from the north_sea_duck_node generator. It's no problem as long as the capacity is limited by a global constraint. But should be rewritten later on.
- Implementation of AC rests on the assumption that the connection point already exists from previous years. might potentially error if later projects connect farther inland. Probably fine
- Ideally we would have separate, non extendable generators, with "NEP" in their name. Those would have the correct capacities and are not extendable. We could even delete all extendable offwind generators <2030 and only force in capacities in add_existing and in the NEP_force_function. As a caveat, this might throw off n.statistics. Potentiall the new active option in PyPSA might help here.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the NEP_force_function and add_existing entry points, then inspect how capacities are copied from the north_sea_duck_node generator. Resolve the listed questions about land-use limits, AC connection points, non-extendable NEP generators, and n.statistics before considering the work done.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100