Merge branch 'split-plotting-rules' of github.com:PyPSA/pypsa-eur into split-plotting-rules

This commit is contained in:
Fabian Neumann 2024-01-26 17:07:54 +01:00
commit 21a943d61e

View File

@ -150,6 +150,10 @@ rule make_summary:
scenario=config["scenario"],
RDIR=RDIR,
input:
expand(
RESULTS + "maps/power-network-s{simpl}-{clusters}.pdf",
**config["scenario"]
),
networks=expand(
RESULTS
+ "postnetworks/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_{planning_horizons}.nc",