From d66105a6ddb67dcec1859c77fa2464a95e71ff34 Mon Sep 17 00:00:00 2001 From: martavp Date: Tue, 14 Jul 2020 20:03:08 +0200 Subject: [PATCH] Load 2 level multindex costs file in prepares_sector_network rule --- Snakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snakefile b/Snakefile index 2f3f7a01..2120230a 100755 --- a/Snakefile +++ b/Snakefile @@ -185,7 +185,7 @@ rule prepare_sector_network: biomass_potentials='data/biomass_potentials.csv', timezone_mappings='data/timezone_mappings.csv', heat_profile="data/heat_load_profile_BDEW.csv", - costs="data/costs.csv", #"data/costs/costs_{planning_horizons}.csv", + costs="data/costs/costs_{planning_horizons}.csv", #"data/costs.csv" co2_budget="data/co2_budget.csv", clustered_pop_layout="resources/pop_layout_{network}_s{simpl}_{clusters}.csv", industrial_demand="resources/industrial_demand_{network}_s{simpl}_{clusters}.csv",