rameau.core.simulation.Simulation.get_output Simulation.get_output(variable='riverflow', header_type='name')[source] Get a given output variable. Parameters: variable (str, optional) – Which output variable to return as a dataframe. The options are riverflow or watertable. By default, riverflow is returned. header_type (str, optional) – Whether to use the watershed identifiers or names as dataframe header. Returns: pandas.DataFrame