olm.USGS.PhreeqcPandas.readPhreeqcOutput

olm.USGS.PhreeqcPandas.readPhreeqcOutput(phreeqcOutputFile)[source]

Reads the output file from a PHREEQC simulation run.

Parameters:
phreeqcOutputFilestring

File containing PHREEQC output that should be read.

Returns:
simulationDictdict

A dictionary containing outputs from the PHREEQC simulation.

Notes

While this function can be used on its own. It is primarily designed to be used by the processMidf function, which provides a more convenient interface.