phydrus.model.Model.read_i_check

Model.read_i_check(fname='I_CHECK.OUT')[source]

Method to read the I_CHECK.OUT output file.

Parameters

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

Returns

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

Return type

dict