PyPSA / pypsa-ariadne

High resolution, sector-coupled model of the German Energy System
https://ariadneprojekt.de/en/model-documentation-pypsa/
MIT License
12 stars 4 forks source link

plot all exported variables #70

Closed lindnemi closed 4 months ago

lindnemi commented 5 months ago

This will make it easier to compare scenarios to each other. Just go to results/prefix/ariadne_comparison and have a look at the thumbnails, e.g.,

image

lindnemi commented 5 months ago

maybe we should replace the rule ariadne_all with the plot_comparison rule

JulianGeis commented 5 months ago

Exporting the full dataset "ariadne/exported_variables_full.xlsx" after the plotting rule leads to some plots being empty as they require the full dataset. I would suggest exporting both the df for upload and the full one in the export_ariadne_variables rule as I have done here: https://github.com/PyPSA/pypsa-ariadne/commit/f4a214c48bdf676b6efd78673fa1bb606b571c66 We should take care of that when merging.

The plotting script looks good. Only one import was missing.