diff --git a/scripts/prepare_sector_network.py b/scripts/prepare_sector_network.py index 61a5c896..54f1bab9 100644 --- a/scripts/prepare_sector_network.py +++ b/scripts/prepare_sector_network.py @@ -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]