marmot.marmot_h5_formatter#

Main formatting source code to format modelling results for plotting.

This code was orginally written to process PLEXOS HDF5 outputs to get them ready for plotting, but has since been expanded to allow class additions to process results from any energy simulation model. Once the data is processed it is outputted as an intermediary HDF5 file format so that it can be read into the marmot_plot_main.py file

@author: Daniel Levie

Functions

main()

Run the formatting code and format desired properties based on user input files.

Classes

MarmotFormat(Scenario_name, ...)

Main module class to be instantiated to run the formatter.