Commit a157fefb authored by unknown's avatar unknown
Browse files

The CreateInputsModel() and DataAltiExtrapolation_Valery() function allows...

The CreateInputsModel() and DataAltiExtrapolation_Valery() function allows both POSIX formats (POSIXct and POSIXlt). #3896
Showing with 2 additions and 2 deletions
+2 -2
......@@ -10,7 +10,7 @@ CreateInputsModel(FUN_MOD, DatesR, Precip, PotEvap = NULL, TempMean = NULL,
\arguments{
\item{FUN_MOD}{[function] hydrological model function (e.g. RunModel_GR4J, RunModel_CemaNeigeGR4J)}
\item{DatesR}{[POSIXlt] vector of dates required to create the GR model and CemaNeige module inputs}
\item{DatesR}{[POSIXt] vector of dates required to create the GR model and CemaNeige module inputs}
\item{Precip}{[numeric] time series of total precipitation (catchment average) [mm], required to create the GR model and CemaNeige module inputs}
......
......@@ -7,7 +7,7 @@ DataAltiExtrapolation_Valery(DatesR, Precip, TempMean, TempMin = NULL,
TempMax = NULL, ZInputs, HypsoData, NLayers, verbose = TRUE)
}
\arguments{
\item{DatesR}{[POSIXlt] vector of dates}
\item{DatesR}{[POSIXt] vector of dates}
\item{Precip}{[numeric] time series of daily total precipitation (catchment average) [mm]}
......
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