File tree 1 file changed +14
-0
lines changed 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -88,3 +88,17 @@ rule validate_elec_networks:
88
88
** config ["scenario" ],
89
89
kind = ["production" , "prices" , "cross_border" ]
90
90
),
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" ]),
You can’t perform that action at this time.
0 commit comments