|
86 | 86 | # 'solid biomass power': '09a Wood Chips extract. plant',
|
87 | 87 | # 'solid biomass power CC': '09a Wood Chips extract. plant',
|
88 | 88 | 'central air-sourced heat pump': '40 Comp. hp, airsource 3 MW',
|
| 89 | + 'central geothermal-sourced heat pump': '45.1.a Geothermal DH, 1200m, E', |
89 | 90 | 'central ground-sourced heat pump': '40 Absorption heat pump, DH',
|
90 | 91 | 'central resistive heater': '41 Electric Boilers',
|
91 | 92 | 'central gas boiler': '44 Natural Gas DH Only',
|
|
164 | 165 | # 'solid biomass power CC': 'J:K',
|
165 | 166 | 'solar': '',
|
166 | 167 | 'central air-sourced heat pump': 'J:K',
|
| 168 | + 'central geothermal-sourced heat pump': 'H:K', |
167 | 169 | 'central ground-sourced heat pump': 'I:J',
|
168 | 170 | 'central resistive heater': 'I:J',
|
169 | 171 | 'central gas boiler': 'I:J',
|
@@ -1019,8 +1021,8 @@ def clean_up_units(tech_data, value_column="", source=""):
|
1019 | 1021 | # see on p.278 of docu: "However, the primary purpose of the heat pumps in the
|
1020 | 1022 | # technology catalogue is heating. In this chapter the unit MW is referring to
|
1021 | 1023 | # the heat output (also MJ/s) unless otherwise noted"
|
1022 |
| - techs_mwth = ['central air-sourced heat pump', 'central gas boiler', |
1023 |
| - 'central resistive heater', 'decentral air-sourced heat pump', |
| 1024 | + techs_mwth = ['central air-sourced heat pump', 'central geothermal-sourced heat pump', |
| 1025 | + 'central gas boiler', 'central resistive heater', 'decentral air-sourced heat pump', |
1024 | 1026 | 'decentral gas boiler', 'decentral ground-sourced heat pump' ]
|
1025 | 1027 | tech_data.loc[techs_mwth, "unit"] = (tech_data.loc[techs_mwth, "unit"]
|
1026 | 1028 | .replace({"EUR/MW": "EUR/MW_th",
|
|
0 commit comments