This commit is contained in:
Philipp Glaum 2024-08-12 10:43:13 +02:00
parent 5c577b6290
commit d14ced2549

View File

@ -3367,7 +3367,7 @@ def add_industry(n, costs):
/ nhours / nhours
) )
if not options["regional_methanol_demand"] or not options["methanol_spatial"]: if not options["regional_methanol_demand"]:
p_set_methanol = p_set_methanol.sum() p_set_methanol = p_set_methanol.sum()
n.madd( n.madd(
@ -3490,7 +3490,7 @@ def add_industry(n, costs):
* efficiency * efficiency
) )
if not options["regional_methanol_demand"] or not options["methanol_spatial"]: if not options["regional_methanol_demand"]:
p_set_methanol_shipping = p_set_methanol_shipping.sum() p_set_methanol_shipping = p_set_methanol_shipping.sum()
n.madd( n.madd(