olm.USGS.PhreeqcPandas.readPhreeqcOutput¶
-
olm.USGS.PhreeqcPandas.readPhreeqcOutput(phreeqcOutputFile)[source]¶ Reads the output file from a PHREEQC simulation run.
Parameters: phreeqcOutputFile : string
File containing PHREEQC output that should be read.
Returns: simulationDict : dict
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 processPanel function, which provides a more convenient interface.