From 1e2e39dfc6e18f25fb9de8889bba444c1e28c83e Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Wed, 25 Oct 2023 12:02:42 +0200 Subject: [PATCH] docs(vignette): add a link to 'airGRiwrm' in 'sd_model' --- vignettes/V05_sd_model.Rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vignettes/V05_sd_model.Rmd b/vignettes/V05_sd_model.Rmd index 7d1ccb8..7d65c3d 100644 --- a/vignettes/V05_sd_model.Rmd +++ b/vignettes/V05_sd_model.Rmd @@ -20,6 +20,8 @@ options(digits = 3) The **airGR** package implements semi-distributed model capabilities using a lag model between subcatchments. It allows to chain together several lumped models as well as integrating anthropogenic influence such as reservoirs or withdrawals. +Here we explain how to implement the semi-distribution with **airGR**. For everyday use, however, it is easier to use the [**airGRiwrm**](https://cran.r-project.org/package=airGRiwrm) package. + `RunModel_Lag` documentation gives an example of simulating the influence of a reservoir in a lumped model. Try `example(RunModel_Lag)` to get it. In this vignette, we show how to calibrate 2 sub-catchments in series with a semi-distributed model consisting of 2 GR4J models. -- GitLab