phydrus.model.Model.read_obs_node

Model.read_obs_node(fname='OBS_NODE.OUT', nodes=None, conc=False, cols=None)[source]

Method to read the OBS_NODE.OUT output file.

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

  • nodes (list of ints, optional) – nodes to imoport

  • conc (boolean, optional) –

  • cols (list of strs, optional) – List of strings with the columns to read.

Returns

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

Return type

dict