phydrus.model.Model.read_tlevel

Model.read_tlevel(fname='T_LEVEL.OUT', usecols=None)[source]

Method to read the T_LEVEL.OUT output file.

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

  • usecols (list of str optional) – List with the names of the columns to import. By default only the real fluxes are imported and not the cumulative fluxes. Options are: “rTop”, “rRoot”, “vTop”, “vRoot”, “vBot”, “sum(rTop)”, “sum(rRoot)”, “sum(vTop)”, “sum(vRoot)”, “sum(vBot)”, “hTop”, “hRoot”, “hBot”, “RunOff”, “sum(RunOff)”, “Volume”, “sum(Infil)”, “sum(Evap)”, “TLevel”, “Cum(WTrans)”, “SnowLayer”.

Returns

data – Pandas with the t_level data

Return type

pandas.DataFrame