include methanolisation in PtL

This commit is contained in:
Fabian Neumann 2022-12-28 13:46:31 +01:00
parent c471785448
commit b9c1fdb65e

View File

@ -29,7 +29,7 @@ def rename_techs_tyndp(tech):
return "gas-to-power/heat" return "gas-to-power/heat"
elif "solar" in tech: elif "solar" in tech:
return "solar" return "solar"
elif tech == "Fischer-Tropsch": elif tech in ["Fischer-Tropsch", "methanolisation"]:
return "power-to-liquid" return "power-to-liquid"
elif "offshore wind" in tech: elif "offshore wind" in tech:
return "offshore wind" return "offshore wind"