phydrus.read.read_run_inf

phydrus.read.read_run_inf(path='RUN_INF.OUT', usecols=None)[source]

Method to read the RUN_INF.OUT output file.

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

  • usecols (list of str optional) – List with the names of the columns to import. Default is all columns.

Returns

data – Pandas with the run_inf data

Return type

pandas.DataFrame