From ce8d50813313614a1df51609808b4629a992dba4 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Fri, 29 Jul 2022 14:06:07 +0200 Subject: [PATCH] reenable custom busmap --- Snakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Snakefile b/Snakefile index 55ae3d20..0de698c9 100644 --- a/Snakefile +++ b/Snakefile @@ -299,6 +299,8 @@ rule cluster_network: regions_onshore="resources/regions_onshore_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'), + custom_busmap=("data/custom_busmap_elec_s{simpl}_{clusters}.csv" + if config["enable"].get("custom_busmap", False) else []), tech_costs=COSTS output: network='networks/elec{weather_year}_s{simpl}_{clusters}.nc',