phydrus.model.Model.read_balance

Model.read_balance(fname='BALANCE.OUT', usecols=None)[source]

Method to read the BALANCE.OUT output file.

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

  • usecols (list of str optional) – List with the names of the columns to import. By default: [‘Area’,’W-volume’,’In-flow’,’h Mean’,’Top Flux’, ‘Bot Flux’, ‘WatBalT’,’WatBalR’].

Returns

data – Pandas with the balance data

Return type

pandas.DataFrame