Add a separate rule for preparing all networks
This commit is contained in:
parent
dde0d91168
commit
dc134e88ab
@ -10,6 +10,11 @@ wildcard_constraints:
|
||||
opts="[-+a-zA-Z0-9]*"
|
||||
|
||||
rule cluster_all_elec_networks:
|
||||
input:
|
||||
expand("networks/elec_s{simpl}_{clusters}.nc",
|
||||
**config['scenario'])
|
||||
|
||||
rule prepare_all_elec_networks:
|
||||
input:
|
||||
expand("networks/elec_s{simpl}_{clusters}_l{ll}_{opts}.nc",
|
||||
**config['scenario'])
|
||||
|
Loading…
Reference in New Issue
Block a user