powerplants_filter: phase-out status 2023 (incl. nuclear in DE)

This commit is contained in:
Fabian Neumann 2024-02-07 11:20:05 +01:00
parent bf07300010
commit 5902be199f
2 changed files with 3 additions and 1 deletions

View File

@ -114,7 +114,7 @@ electricity:
Store: [battery, H2] Store: [battery, H2]
Link: [] # H2 pipeline Link: [] # H2 pipeline
powerplants_filter: (DateOut >= 2022 or DateOut != DateOut) powerplants_filter: (DateOut >= 2023 or DateOut != DateOut) and not (Country == 'Germany' and Fueltype == 'Nuclear')
custom_powerplants: false custom_powerplants: false
everywhere_powerplants: [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass] everywhere_powerplants: [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass]

View File

@ -12,6 +12,8 @@ Upcoming Release
* Remove long-deprecated function ``attach_extendable_generators`` in :mod:`add_electricity`. * Remove long-deprecated function ``attach_extendable_generators`` in :mod:`add_electricity`.
* The filtering of power plants in the ``config.default.yaml`` has been updated regarding phased-out power plants in 2023.
* Upgrade techno-economic assumptions to ``technology-data`` v0.7.0. * Upgrade techno-economic assumptions to ``technology-data`` v0.7.0.
* Bugfix: Correct technology keys for the electricity production plotting to work out the box. * Bugfix: Correct technology keys for the electricity production plotting to work out the box.