Commit 706d3ff4 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.2.9.4 DOC: syntax revision of V03_param_sets_GR4J vignette

Showing with 4 additions and 4 deletions
+4 -4
Package: airGR Package: airGR
Type: Package Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.2.9.3 Version: 1.2.9.4
Date: 2019-03-13 Date: 2019-03-13
Authors@R: c( Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
...@@ -13,7 +13,7 @@ output: ...@@ -13,7 +13,7 @@ output:
### 1.2.9.3 Release Notes (2019-03-13) ### 1.2.9.4 Release Notes (2019-03-13)
......
...@@ -36,7 +36,6 @@ In this vignette, we show a method using a known parameter set that can be used ...@@ -36,7 +36,6 @@ In this vignette, we show a method using a known parameter set that can be used
We load an example data set from the package and the GR4J parameter sets. We load an example data set from the package and the GR4J parameter sets.
```{r, warning=FALSE} ```{r, warning=FALSE}
## loading catchment data ## loading catchment data
data(L0123001) data(L0123001)
...@@ -171,7 +170,8 @@ OutputsCrit_Cal <- ErrorCrit_NSE(InputsCrit = InputsCrit_Cal, OutputsModel = Out ...@@ -171,7 +170,8 @@ OutputsCrit_Cal <- ErrorCrit_NSE(InputsCrit = InputsCrit_Cal, OutputsModel = Out
## validation ## validation
OutputsModel_Val <- RunModel_GR4J(InputsModel = InputsModel, RunOptions = RunOptions_Val, Param = OutputsCalib$ParamFinalR) OutputsModel_Val <- RunModel_GR4J(InputsModel = InputsModel, RunOptions = RunOptions_Val,
Param = OutputsCalib$ParamFinalR)
OutputsCrit_Val <- ErrorCrit_NSE(InputsCrit = InputsCrit_Val, OutputsModel = OutputsModel_Val) OutputsCrit_Val <- ErrorCrit_NSE(InputsCrit = InputsCrit_Val, OutputsModel = OutputsModel_Val)
``` ```
......
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