Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Changelog
- Force onwind south by increasing minimum capacity and decreasing capacity per sqkm
- Increase HVC_environment_sequestration_fraction from 0.1 to 0.6
- Disallow HVC to air in DE
- Restricting the maximum capacity of CurrentPolicies and minus scenarios to the 'uba Projektionsbericht'
Expand Down
6 changes: 3 additions & 3 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#run
run:
prefix: 20241202-more-waste-CHP
prefix: 20241203-force-onwind-south

name:
# - CurrentPolicies
Expand Down Expand Up @@ -104,7 +104,7 @@ atlite:

renewable:
onwind:
capacity_per_sqkm: 2
capacity_per_sqkm: 1.4
cutout: europe-2019-sarah3-era5
correction_factor: 0.95
resource:
Expand Down Expand Up @@ -498,7 +498,7 @@ solving:
2030: 99 # Wind-an-Land Law 2028
2035: 115 # Wind-an-Land Law 2030
2040: 115 # Wind-an-Land Law
2045: 115
2045: 160
offwind:
DE:
2030: 22.5 # 75% Wind-auf-See Law
Expand Down
Loading