Commit a8d0252e authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

Correction de la documentation de RunModel_GR1A() #3897

Showing with 4 additions and 4 deletions
+4 -4
......@@ -17,7 +17,7 @@
#_FunctionInputs__________________________________________________________________________________________________
#' @param InputsModel [object of class \emph{InputsModel}] see \code{\link{CreateInputsModel}} for details
#' @param RunOptions [object of class \emph{RunOptions}] see \code{\link{CreateRunOptions}} for details
#' @param Param [numeric] vector of 4 parameters
#' @param Param [numeric] vector of 1 parameter
#' \tabular{ll}{
#' GR1A X1 \tab model parameter [mm] \cr
#' }
......@@ -25,9 +25,9 @@
#' @return [list] list containing the function outputs organised as follows:
#' \tabular{ll}{
#' \emph{$DatesR } \tab [POSIXlt] series of dates \cr
#' \emph{$PotEvap } \tab [numeric] series of input potential evapotranspiration [mm/h] \cr
#' \emph{$Precip } \tab [numeric] series of input total precipitation [mm/h] \cr
#' \emph{$Qsim } \tab [numeric] series of Qsim [mm/h] \cr
#' \emph{$PotEvap } \tab [numeric] series of input potential evapotranspiration [mm/year] \cr
#' \emph{$Precip } \tab [numeric] series of input total precipitation [mm/year] \cr
#' \emph{$Qsim } \tab [numeric] series of Qsim [mm/year] \cr
#' }
#' (refer to the provided references or to the package source code for further details on these model outputs)
#*****************************************************************************************************************
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment