Meteo

class rameau.core.Meteo(columns, weights)[source]

Collection of meteorological parameters to calculate meteorological time series of a given watershed from given inputs.

Parameters:
  • columns (list or numpy.ndarray) – Column numbers of input files used to calculate meteorological time series. Index of column numbers starts from 1.

  • weights (list or numpy.ndarray) – Weights to be applied to each meteorological time series corresponding to the column numbers of the columns keyword argument.

Returns:

Meteo

Attributes

columns

Column numbers of meteorological input data text files.

weights

Weights to be applied to each meteorological time series.