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
ac10e089
Commit
ac10e089
authored
Dec 18, 2019
by
Delaigue Olivier
Browse files
v1.4.3.18 DOC: dont run RunModel_GR5H example to pass CRAN check and new parameter values
#13
parent
f4e77fee
Changes
3
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
ac10e089
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.4.3.1
7
Version: 1.4.3.1
8
Date: 2019-12-18
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
...
...
NEWS.md
View file @
ac10e089
...
...
@@ -2,7 +2,7 @@
### 1.4.3.1
7
Release Notes (2019-12-18)
### 1.4.3.1
8
Release Notes (2019-12-18)
#### New features
...
...
man/RunModel_GR5H.Rd
View file @
ac10e089
...
...
@@ -74,6 +74,7 @@ For further details on the argument structures and initialisation options, see \
\examples{
\dontrun{
library(airGR)
## load of catchment data
...
...
@@ -96,7 +97,7 @@ RunOptions <- CreateRunOptions(FUN_MOD = RunModel_GR5H, Imax = Imax,
InputsModel = InputsModel, IndPeriod_Run = Ind_Run)
## simulation
Param <- c(X1 =
680.673,
X2 = -0.
255
, X3 = 1
97.651
, X4 =
2.384
, X5 = 0.
174
)
Param <- c(X1 =
212.284
X2 = -0.
018
, X3 = 1
73.449
, X4 =
6.629
, X5 = 0.
051
)
OutputsModel <- RunModel_GR5H(InputsModel = InputsModel, RunOptions = RunOptions, Param = Param)
## results preview
...
...
@@ -107,6 +108,7 @@ InputsCrit <- CreateInputsCrit(FUN_CRIT = ErrorCrit_NSE, InputsModel = InputsMo
RunOptions = RunOptions, Obs = BasinObs$Qmm[Ind_Run])
OutputsCrit <- ErrorCrit_NSE(InputsCrit = InputsCrit, OutputsModel = OutputsModel)
}
}
\author{
...
...
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