powerplants_filter: phase-out status 2023 (incl. nuclear in DE)
This commit is contained in:
parent
bf07300010
commit
5902be199f
@ -114,7 +114,7 @@ electricity:
|
||||
Store: [battery, H2]
|
||||
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
|
||||
everywhere_powerplants: [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass]
|
||||
|
||||
|
@ -12,6 +12,8 @@ Upcoming Release
|
||||
|
||||
* 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.
|
||||
|
||||
* Bugfix: Correct technology keys for the electricity production plotting to work out the box.
|
||||
|
Loading…
Reference in New Issue
Block a user