add grouping years 1960-1975

This commit is contained in:
Michael Lindner 2024-03-05 14:07:46 +01:00
parent 3c24ae9204
commit 1e25f3adaf
2 changed files with 4 additions and 2 deletions

View File

@ -354,7 +354,7 @@ solar_thermal:
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#existing-capacities
existing_capacities:
grouping_years_power: [1980, 1985, 1990, 1995, 2000, 2005, 2010, 2015, 2020, 2025, 2030]
grouping_years_power: [1960, 1965, 1970, 1975, 1980, 1985, 1990, 1995, 2000, 2005, 2010, 2015, 2020, 2025, 2030]
grouping_years_heat: [1980, 1985, 1990, 1995, 2000, 2005, 2010, 2015, 2019] # these should not extend 2020
threshold_capacity: 10
default_heating_lifetime: 20

View File

@ -9,7 +9,9 @@ Release Notes
Upcoming Release
================
* Corrected a bug leading to power plants operating after their DateOut (https://github.com/PyPSA/pypsa-eur/pull/958).
* Corrected a bug leading to power plants operating after their DateOut
(https://github.com/PyPSA/pypsa-eur/pull/958). Added additional grouping years
before 1980.
* Upgrade default techno-economic assumptions to ``technology-data`` v0.8.1.