diff --git a/DESCRIPTION b/DESCRIPTION index 89cb24517cd834c96eebdc351facaae4832befc3..a68dd0f29478b69a96478b09db143b4d476817cc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: airGR Type: Package Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling -Version: 1.0.9.44 +Version: 1.0.9.45 Date: 2017-09-12 Authors@R: c( person("Laurent", "Coron", role = c("aut", "trl")), diff --git a/man/CreateIniStates.Rd b/man/CreateIniStates.Rd index 5ef24df94df0f4ebb0b384b70d8e8feb711e20b1..aed2025f4623a2d460cd5a6a91c8d258d707a72c 100644 --- a/man/CreateIniStates.Rd +++ b/man/CreateIniStates.Rd @@ -56,7 +56,7 @@ Creation of the \emph{IniStates} object possibly required by the \code{\link{Cre } \details{ -20 numeric values are required for UH1 and 40 numeric values are required for UH2 if GR4J, GR5J or GR6J are used (respectivly 20*24 and 40*24 for the daily model GR4H). \cr +20 numeric values are required for UH1 and 40 numeric values are required for UH2 if GR4J, GR5J or GR6J are used (respectively 20*24 and 40*24 for the hourly model GR4H).Please note that depending on the X4 parameter value that will be provided when running the model, not all the values may be used (only the first int(X4)+1 values are used for UH1 and the first 2*int(X4)+1 for UH2). \cr \code{GCemaNeigeLayers} and \code{eTGCemaNeigeLayers} require each numeric values as many as given in \code{\link{CreateInputsModel}} with the \code{NLayersargument}. \code{eTGCemaNeigeLayers} values can be negatives.\cr The structure of the object of class \code{IniStates} returned is always exactly the same for all models (except for the unit hydrographs levels that contain more values with GR4H), even if some states do nt exist (e.g. \emph{$UH$UH1} for GR2M). \cr If CemaNeige is not used, \emph{$CemaNeigeLayers$G} and \emph{$CemaNeigeLayers$eTG} are set to \code{NA}. \cr