Add a separate rule for preparing all networks

This commit is contained in:
Jonas Hoersch 2019-02-03 14:00:45 +01:00
parent dde0d91168
commit dc134e88ab

View File

@ -10,6 +10,11 @@ wildcard_constraints:
opts="[-+a-zA-Z0-9]*" opts="[-+a-zA-Z0-9]*"
rule cluster_all_elec_networks: rule cluster_all_elec_networks:
input:
expand("networks/elec_s{simpl}_{clusters}.nc",
**config['scenario'])
rule prepare_all_elec_networks:
input: input:
expand("networks/elec_s{simpl}_{clusters}_l{ll}_{opts}.nc", expand("networks/elec_s{simpl}_{clusters}_l{ll}_{opts}.nc",
**config['scenario']) **config['scenario'])