bug fix to avoid same link names for DAX
This commit is contained in:
parent
0127c47035
commit
9039b130fa
@ -328,7 +328,7 @@ def add_co2_tracking(n, options):
|
||||
|
||||
def add_dac(n, costs):
|
||||
|
||||
heat_carriers = ["urban central heat", "services urban decentral heat"]
|
||||
heat_carriers = ["urban central heat"]
|
||||
heat_buses = n.buses.index[n.buses.carrier.isin(heat_carriers)]
|
||||
locations = n.buses.location[heat_buses]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user