Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HYCAR-Hydro
airGR
Commits
706d3ff4
Commit
706d3ff4
authored
Mar 13, 2019
by
Delaigue Olivier
Browse files
v1.2.9.4 DOC: syntax revision of V03_param_sets_GR4J vignette
parent
2d46dc4c
Changes
3
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
706d3ff4
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.2.9.
3
Version: 1.2.9.
4
Date: 2019-03-13
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
...
...
NEWS.rmd
View file @
706d3ff4
...
...
@@ -13,7 +13,7 @@ output:
### 1.2.9.
3
Release Notes (2019-03-13)
### 1.2.9.
4
Release Notes (2019-03-13)
...
...
vignettes/V03_param_sets_GR4J.Rmd
View file @
706d3ff4
...
...
@@ -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.
```{r, warning=FALSE}
## loading catchment data
data(L0123001)
...
...
@@ -171,7 +170,8 @@ OutputsCrit_Cal <- ErrorCrit_NSE(InputsCrit = InputsCrit_Cal, OutputsModel = Out
## 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)
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment