You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* improve gas price 2025
* limit ttes capacity before 2025, and no ptes availability before 2035
* improve emission data for 2025 and 2030
* improve RES capacity constraints for 2025 and 2030
* allow a small amount of derivatives to be imported (mostly MeOH)
* decrease land_transport electric share towards pypsa-eur defaults
* take more configs from config.default.yaml
* disable some config changes in pypsa-eur
* limit cross-border AC flows
* rename script
* add UBA industry data and processing, activate it in 2025; activate UBA for mobility in 2025
* improve uba mobility data pipeline and technology occurence definition
* national co2 budget: apply domestic factor for shipping
* address pylint errors
* update assumptions for nonco2 in 2020 and 2025
* add an entry for Bus: to first_tech_occurence to avoid empty buses
* fix custom_costs scaling
* avoid code duplication
* minor fix
* add a little documentation of changes
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,12 @@
1
1
# Changelog
2
+
- added 2 delay years to the offshore NEP, s.t. capacity in 2030 is ~20GW
3
+
- improved script name `modify_industry_demand` -> `modify_industry_production`
4
+
- excluded international shipping from DE-specific CO2 emisisons
5
+
- improved land transport shares, and some RES constraints
6
+
- disabled ptes before 2035
7
+
- add function to limit cross border electricity flows, to comply with the 0.7 security margin and the 0.7 EU trade capacity goals
8
+
- Added an option to source industry energy demand from UBA MWMS (Projektionsbericht 2025) for the years 2025-2035
9
+
- renamed some scripts
2
10
- Upstream: PyPSA-Eur adopted a new functionality for overwriting costs. PyPSA-DE follows this convention now. As a consequence, the `costs:horizon:optimist/mean/pessimist` is no longer available. `Mean` will be provided exclusively from now on. Also, the costs assumptions for onwind turbines changed sligthly. Furthermore, "costs:NEP_year:2021/2023" is no longer available, instead one of the custom_cost files for these NEP years provided in the `data/pypsa-de` folder has to be specified.
3
11
- The `ariadne-data` folder has been moved and renamed to `data/pypsa-de` to conform with the syntax of `scripts/pypsa-de`
4
12
- Bugfix: Enforce stricter power import limit to avoid that import from one country compensate from exports to another
2025,decentral air-sourced heat pump,investment,1604,EUR2020/kW_th,https://ariadneprojekt.de/media/2024/01/Ariadne-Analyse_HeizkostenEmissionenGebaeude_Januar2024.pdf https://www.enpal.de/waermepumpe/kosten/ https://www.bdew.de/media/documents/BDEW-HKV_Altbau.pdf and cost reduction from DEA
2025,decentral air-sourced heat pump,investment,1604,EUR2020/kW_th,https://ariadneprojekt.de/media/2024/01/Ariadne-Analyse_HeizkostenEmissionenGebaeude_Januar2024.pdf https://www.enpal.de/waermepumpe/kosten/ https://www.bdew.de/media/documents/BDEW-HKV_Altbau.pdf and cost reduction from DEA
0 commit comments