Skip to content

Commit

Permalink
docs(vignettes): remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
David committed Sep 22, 2024
1 parent cd335ca commit 14a36f0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions vignettes/V05_Modelling_ungauged_nodes.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ knitr::opts_chunk$set(
library(airGRiwrm)
```

An *Ungauged* station is a virtual hydrometric station where no observed flows are
An *Ungauged* station is a virtual hydrometric station where no observed flows are
available for calibration.

## Why modeling *Ungauged* station in a semi-distributed model?
Expand Down Expand Up @@ -72,21 +72,21 @@ class id95,54002 UpGau
")
```

Hydrological parameters at the ungauged nodes will be the same as the one at the
gauged node `54032` except for the unit hydrograph parameter which depend on the
area of the sub-basin. @lobligeoisMieuxConnaitreDistribution2014 provides the
Hydrological parameters at the ungauged nodes will be the same as the one at the
gauged node `54032` except for the unit hydrograph parameter which depend on the
area of the sub-basin. @lobligeoisMieuxConnaitreDistribution2014 provides the
following conversion formula for this parameter:

$$
x_{4i} = \left( \dfrac{S_i}{S_{BV}} \right) ^ {0.3} X_4
$$
With $X_4$ the unit hydrograph parameter for the entire basin at `54032` which
as an area of $S_{BV}$; $S_i$ the area and $x_{4i}$ the parameter for the
With $X_4$ the unit hydrograph parameter for the entire basin at `54032` which
as an area of $S_{BV}$; $S_i$ the area and $x_{4i}$ the parameter for the
sub-basin $i$.

## Using *Ungauged* stations in the airGRiwrm model

*Ungauged* stations are specified by using the model `"Ungauged"` in the `model`
*Ungauged* stations are specified by using the model `"Ungauged"` in the `model`
column provided in the `CreateGRiwrm` function:

```{r griwrm}
Expand All @@ -102,13 +102,13 @@ griwrmV05
```

It should be noted that the `GRiwrm` object includes a column which automatically
define the first gauged station at downstream for each *Ungauged* node.
It is also possible to manually define the donor node of an *Ungauged* node,
which may be upstream or in a parallel sub-basin. Type `?CreateGRiwrm` for more
define the first gauged station at downstream for each *Ungauged* node.
It is also possible to manually define the donor node of an *Ungauged* node,
which may be upstream or in a parallel sub-basin. Type `?CreateGRiwrm` for more
details.

On the following network scheme, the *Ungauged* nodes are clearer than gauged ones
with the same color (blue for upstream nodes and green for intermediate and
On the following network scheme, the *Ungauged* nodes are clearer than gauged ones
with the same color (blue for upstream nodes and green for intermediate and
downstream nodes)

```{r plot_network}
Expand Down

0 comments on commit 14a36f0

Please sign in to comment.