Skip to content

Commit 1432703

Browse files
committed
plot resources: add collection rule
1 parent f2d2440 commit 1432703

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

rules/collect.smk

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,17 @@ rule validate_elec_networks:
8888
**config["scenario"],
8989
kind=["production", "prices", "cross_border"]
9090
),
91+
92+
93+
rule plot_resources:
94+
input:
95+
RESOURCES + "graphics/power-network-unclustered.pdf",
96+
RESOURCES + "graphics/gas-network-unclustered.pdf",
97+
RESOURCES + "graphics/wind-energy-density.pdf",
98+
RESOURCES + "graphics/weather-map-irradiation.pdf",
99+
RESOURCES + "graphics/industrial-sites.pdf",
100+
RESOURCES + "graphics/powerplants.pdf",
101+
RESOURCES + "graphics/salt-caverns.pdf",
102+
expand(RESOURCES + "graphics/power-network-{clusters}.pdf", **config["scenario"]),
103+
expand(RESOURCES + "graphics/salt-caverns-{clusters}-nearshore.pdf", **config["scenario"]),
104+
expand(RESOURCES + "graphics/biomass-potentials-{clusters}-biogas.pdf", **config["scenario"]),

0 commit comments

Comments
 (0)