do not aggregate rooftop and solar PV in plots

This commit is contained in:
Fabian Neumann 2022-02-20 15:59:51 +01:00
parent 3323f34896
commit 4b1360c3f0

View File

@ -26,8 +26,8 @@ def rename_techs_tyndp(tech):
return "H2 storage"
elif tech in ["OCGT", "CHP", "gas boiler", "H2 Fuel Cell"]:
return "gas-to-power/heat"
elif "solar" in tech:
return "solar"
# elif "solar" in tech:
# return "solar"
elif tech == "Fischer-Tropsch":
return "power-to-liquid"
elif "offshore wind" in tech: