Commit 3b795a85 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

docs: review text about the use of hydrological models together the snow...

docs: review text about the use of hydrological models together the snow module in the package help page and the get_started vignette
Showing with 3 additions and 3 deletions
+3 -3
......@@ -26,7 +26,7 @@ In order to limit the risk of mis-use and increase the flexibility of these main
## --- Models
Seven hydrological models and one snow melt and accumulation model are implemented in airGR. The snow model can also be used alone or with the daily hydrological models, and each hydrological model can either be used alone or together with the snow model. \cr
Seven hydrological models and one snow melt and accumulation model are implemented in airGR. The snow model can also be used alone or with the daily or hourly hydrological models. Naturally each hydrological model can either be used alone. \cr
These models can be called within airGR using the following functions:
\itemize{
\item \code{\link{RunModel_GR4H}}: four-parameter hourly lumped hydrological model (Mathevet, 2005)
......
......@@ -18,7 +18,7 @@ The **airGR** package has been designed to fulfill two major requirements: to fa
Six hydrological models and one snowmelt and accumulation model are implemented in **airGR**. The snow model can be used alone or together with the daily hydrological models.
Seven hydrological models and one snow melt and accumulation model are implemented in **airGR**. The snow model can also be used alone or with the daily or hourly hydrological models. Naturally each hydrological model can either be used alone
The models can be called within **airGR** using the following functions:
......@@ -48,7 +48,7 @@ In the following example, we use a data sample contained in the package. For rea
First, it is necessary to load the **airGR** package:
```{r, warning=FALSE}
```{r}
library(airGR)
```
......
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