Merge pull request #911 from koen-vg/existing-heat-fix
Fix gas input for existing heat gas boilers
This commit is contained in:
commit
9fd25aa667
@ -482,7 +482,7 @@ def add_heating_capacities_installed_before_baseyear(
|
|||||||
"Link",
|
"Link",
|
||||||
nodes,
|
nodes,
|
||||||
suffix=f" {name} gas boiler-{grouping_year}",
|
suffix=f" {name} gas boiler-{grouping_year}",
|
||||||
bus0=spatial.gas.nodes,
|
bus0="EU gas" if "EU gas" in spatial.gas.nodes else nodes + " gas",
|
||||||
bus1=nodes + " " + name + " heat",
|
bus1=nodes + " " + name + " heat",
|
||||||
bus2="co2 atmosphere",
|
bus2="co2 atmosphere",
|
||||||
carrier=name + " gas boiler",
|
carrier=name + " gas boiler",
|
||||||
|
Loading…
Reference in New Issue
Block a user