% Generated by roxygen2: do not edit by hand % Please edit documentation in R/RunModel.InputsModel.R \name{RunModel.InputsModel} \alias{RunModel.InputsModel} \title{Wrapper for \link[airGR:RunModel]{airGR::RunModel} for one sub-basin} \usage{ \method{RunModel}{InputsModel}(x = NULL, RunOptions, Param, FUN_MOD = NULL, InputsModel = NULL, ...) } \arguments{ \item{x}{[object of class \emph{InputsModel}] see \link[airGR:CreateInputsModel]{airGR::CreateInputsModel} for details} \item{RunOptions}{[object of class \emph{RunOptions}] see \code{\link[airGR]{CreateRunOptions}} for details} \item{Param}{[numeric] vector of model parameters (See details for SD lag model)} \item{FUN_MOD}{[function] hydrological model function (e.g. \code{\link[airGR]{RunModel_GR4J}}, \code{\link[airGR]{RunModel_CemaNeigeGR4J}})} \item{InputsModel}{[object of class \emph{InputsModel}] see \code{\link[airGR]{CreateInputsModel}} for details} \item{...}{Further arguments for compatibility with S3 methods} } \value{ [list] see \code{\link[airGR]{RunModel_GR4J}} or \code{\link[airGR]{RunModel_CemaNeigeGR4J}} for details. If \code{InputsModel} parameter has been created for using a semi-distributed (SD) lag model (See \code{\link[airGR]{CreateInputsModel}}), the list value contains an extra item named \code{QsimDown} which is a numeric series of simulated discharge [mm/time step] related to the run-off contribution of the downstream sub-catchment. } \description{ Wrapper for \link[airGR:RunModel]{airGR::RunModel} for one sub-basin } \details{ This function calls \link[airGR:RunModel]{airGR::RunModel} (See \link[airGR:RunModel]{airGR::RunModel} for further details). The list produced by the function (See Value section of \link[airGR:RunModel_GR4J]{airGR::RunModel_GR4J}) is here completed by: \itemize{ \item an item \verb{$Qsim_m3} storing the simulated discharge series in m3/s \item an item \verb{$Qover_m3} storing the volumes of over abstraction which occurs when \code{RunModel_Lag} warns for negative simulated flows. } }