phydrus.model.Model.read_alevel

Model.read_alevel(fname='A_LEVEL.OUT', usecols=None)[source]

Method to read the A_LEVEL.OUT output file.

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

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

Returns

data – Pandas with the a_level data

Return type

pandas.DataFrame