phydrus.read.read_nod_inf

phydrus.read.read_nod_inf(path='NOD_INF.OUT', times=None)[source]

Method to read the NOD_INF.OUT output file.

Parameters
  • path (str, optional) – String with the name of the NOD_INF out file. default is “NOD_INF.OUT”.

  • times (int, optional) – Create a DataFrame with nodal values of the pressure head, the water content, the solution and sorbed concentrations, and temperature, etc, at the time “times”. default is None.

Returns

data – Dictionary with the time as a key and a Pandas DataFrame as a value.

Return type

dict