solve_operations_network: fix snakemake input for unprepared network

This commit is contained in:
Fabian 2020-01-23 18:47:18 +01:00
parent 52e4a1b285
commit 7c14b16777

View File

@ -308,7 +308,7 @@ rule trace_solve_network:
rule solve_operations_network:
input:
unprepared="networks/{network}_s{simpl}_{clusters}.nc",
unprepared="networks/{network}_s{simpl}_{clusters}_ec.nc",
optimized="results/networks/{network}_s{simpl}_{clusters}_ec_l{ll}_{opts}.nc"
output: "results/networks/{network}_s{simpl}_{clusters}_ec_l{ll}_{opts}_op.nc"
shadow: "shallow"