This commit is contained in:
Thomas Gilon 2024-04-23 23:04:26 +02:00
parent 5ecd56d53c
commit 54e3d2bb1b

View File

@ -97,7 +97,7 @@ def define_spatial(nodes, options):
spatial.gas.industry = nodes + " gas for industry" spatial.gas.industry = nodes + " gas for industry"
spatial.gas.industry_cc = nodes + " gas for industry CC" spatial.gas.industry_cc = nodes + " gas for industry CC"
spatial.gas.biogas_to_gas = nodes + " biogas to gas" spatial.gas.biogas_to_gas = nodes + " biogas to gas"
spatial.gas.biogas_to_gas_cc = nodes + "biogas to gas CC" spatial.gas.biogas_to_gas_cc = nodes + " biogas to gas CC"
else: else:
spatial.gas.nodes = ["EU gas"] spatial.gas.nodes = ["EU gas"]
spatial.gas.locations = ["EU"] spatial.gas.locations = ["EU"]