bug fix to avoid same link names for DAX

This commit is contained in:
lisazeyen 2021-07-09 15:30:21 +02:00 committed by GitHub
parent 0127c47035
commit 9039b130fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]