include methanolisation in PtL
This commit is contained in:
parent
c471785448
commit
b9c1fdb65e
@ -29,7 +29,7 @@ def rename_techs_tyndp(tech):
|
||||
return "gas-to-power/heat"
|
||||
elif "solar" in tech:
|
||||
return "solar"
|
||||
elif tech == "Fischer-Tropsch":
|
||||
elif tech in ["Fischer-Tropsch", "methanolisation"]:
|
||||
return "power-to-liquid"
|
||||
elif "offshore wind" in tech:
|
||||
return "offshore wind"
|
||||
|
Loading…
Reference in New Issue
Block a user