This package is for reading and manipulating output from the Stepped Pressure Equilibrium Code (SPEC).
To add:
] add SPECReaderGiven the output file G1V02L0Fi.001.sp.h5 it can be read by (this file is located in the test directory),
using SPECReader
speceq = SPECEquilibrium("test/data/G1V02L0Fi.001.sp.h5")There are some WIP plotting routines using Makie recipes. See the documentation for an example.