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
use higher lifetime only for existing German gas CHPs (#90)
* use higher lifetime only for existing German gas CHPs
* actually use adjusted lifetime when asset is created
* Revert "disable chps from prepare_sector_network"
This reverts commit ea88245.
* use pivot_table weighted by capacity to determine lifetimes
* remove old comments
* remove unused dropna
* make NA values for existing gas CHPs a config setting
* add changelog note
* use all lower case for config
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
1
# Changelog
2
+
- Longer lifetime (40 years) is only applied to existing gas CHPs, not new ones. Added a new config entry `existing_capacities:fill_value_gas_chp_lifetime`
3
+
- Bugfix: gas CHPs are extendable again
2
4
- Simplified scenarion definition and made `Mix` the default scenario
3
5
- 0.3: workflow is all public now, no longer requires credentials to internal data
grouping_years_heat: [1980, 1985, 1990, 1995, 2000, 2005, 2010, 2015, 2019] # heat grouping years >= baseyear will be ignored
73
+
fill_value_gas_chp_lifetime: 40# if no explicit lifetime is given use 40 years. The number was chosen s.t. the existing capacities in 2020 match with statistics.
73
74
74
75
75
76
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#countries
@@ -275,8 +276,6 @@ costs:
275
276
276
277
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#sector
277
278
sector:
278
-
chp:
279
-
enable: false # This should only deactivate the CHPs from prepare_sector_network, not those from add_existing_baseyear
f"Scaling central water tank storage investment costs to KEA Technikkatalog: {costs.loc['central water tank storage', 'investment'].value}{costs.loc['central water tank storage', 'investment'].unit}."
141
141
)
142
142
143
-
# increase central gas CHP lifetime to 40 years
144
-
costs.at[("central gas CHP", "lifetime"), "value"] =40
145
-
logger.info(
146
-
f"Setting lifetime of central gas CHP to {costs.at[('central gas CHP', 'lifetime'), 'value']}{costs.at[('central gas CHP', 'lifetime'), 'unit']}."
0 commit comments