reenable custom busmap

This commit is contained in:
Fabian Neumann 2022-07-29 14:06:07 +02:00
parent aa9f047abb
commit ce8d508133

View File

@ -299,6 +299,8 @@ rule cluster_network:
regions_onshore="resources/regions_onshore_elec{weather_year}_s{simpl}.geojson", regions_onshore="resources/regions_onshore_elec{weather_year}_s{simpl}.geojson",
regions_offshore="resources/regions_offshore_elec{weather_year}_s{simpl}.geojson", regions_offshore="resources/regions_offshore_elec{weather_year}_s{simpl}.geojson",
busmap=ancient('resources/busmap_elec{weather_year}_s{simpl}.csv'), busmap=ancient('resources/busmap_elec{weather_year}_s{simpl}.csv'),
custom_busmap=("data/custom_busmap_elec_s{simpl}_{clusters}.csv"
if config["enable"].get("custom_busmap", False) else []),
tech_costs=COSTS tech_costs=COSTS
output: output:
network='networks/elec{weather_year}_s{simpl}_{clusters}.nc', network='networks/elec{weather_year}_s{simpl}_{clusters}.nc',