heat vent: add bus

This commit is contained in:
Fabian Neumann 2024-01-02 16:31:16 +01:00
parent ceddecd705
commit e3539b0e69

View File

@ -1697,6 +1697,7 @@ def add_heat(n, costs):
n.madd( n.madd(
"Generator", "Generator",
nodes[name] + f" {name} heat vent", nodes[name] + f" {name} heat vent",
bus=nodes[name] + f" {name} heat",
location=nodes[name], location=nodes[name],
carrier=name + " heat vent", carrier=name + " heat vent",
p_nom_extendable=True, p_nom_extendable=True,