Create a data.frame with simulated flows at each nodes of the GRiwrm object

OutputsModelQsim(InputsModel, OutputsModel, IndPeriod_Run)

Arguments

InputsModel

a GRiwrmInputsModel object created by CreateInputsModel.GRiwrm

OutputsModel

a GRiwrmOutputsModel object created by RunModel.GRiwrmInputsModel or RunModel.Supervisor

IndPeriod_Run

an integer vector (See airGR::CreateRunOptions)

Value

a data.frame containing the simulated flows (in m3/time step) structured with the following columns:

  • 'DatesR' containing the timestamps of the time series

  • one column by node with the simulated flows

Details

This function can only be called inside RunModel.GRiwrmInputsModel or RunModel.Supervisor because it needs a GRiwrmInputsModel object internally modified by these functions (Qupstream updated with simulated flows).