phydrus.readΒΆ

The read module contains methods that can be used to read in- and output files. The methods can be used stand-alone but are also available from the Model object. All the methods return the data as Pandas DataFrames.

Examples

>>> import phydrus as ps
>>> ps.read.read_obs_node()

or

>>> ml.read_obs_node()

Functions

read_alevel

Method to read the A_LEVEL.OUT output file.

read_balance

Method to read the BALANCE.OUT output file.

read_i_check

Method to read the I_CHECK.OUT output file.

read_nod_inf

Method to read the NOD_INF.OUT output file.

read_obs_node

Method to read the OBS_NODE.OUT output file.

read_profile

Method to read the PROFILE.OUT output file.

read_run_inf

Method to read the RUN_INF.OUT output file.

read_solute

Method to read the SOLUTE.OUT output file.

read_tlevel

Method to read the T_LEVEL.OUT output file.