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
0109278c
Commit
0109278c
authored
Sep 28, 2017
by
unknown
Browse files
v1.0.9.49 bug in CreateRunOptions fixed when QR1has been renamed QRExp in RunModel_*GR6J outputs
parent
b13fefc2
Changes
2
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
0109278c
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.0.9.4
8
Date: 2017-09-
13
Version: 1.0.9.4
9
Date: 2017-09-
28
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl")),
person("Charles", "Perrin", role = c("aut", "ths")),
...
...
R/CreateRunOptions.R
View file @
0109278c
...
...
@@ -204,7 +204,7 @@ CreateRunOptions <- function(FUN_MOD, InputsModel, IndPeriod_WarmUp = NULL, IndP
"AExch1"
,
"AExch2"
,
"AExch"
,
"QR"
,
"QD"
,
"Qsim"
);
}
if
(
identical
(
FUN_MOD
,
RunModel_GR6J
)
|
identical
(
FUN_MOD
,
RunModel_CemaNeigeGR6J
)){
Outputs_all
<-
c
(
Outputs_all
,
"PotEvap"
,
"Precip"
,
"Prod"
,
"Pn"
,
"Ps"
,
"AE"
,
"Perc"
,
"PR"
,
"Q9"
,
"Q1"
,
"Rout"
,
"Exch"
,
"AExch1"
,
"AExch2"
,
"AExch"
,
"QR"
,
"QR
1
"
,
"Exp"
,
"QD"
,
"Qsim"
);
}
"AExch1"
,
"AExch2"
,
"AExch"
,
"QR"
,
"QR
Exp
"
,
"Exp"
,
"QD"
,
"Qsim"
);
}
if
(
identical
(
FUN_MOD
,
RunModel_GR2M
)){
Outputs_all
<-
c
(
Outputs_all
,
"PotEvap"
,
"Precip"
,
"AE"
,
"Perc"
,
"P3"
,
"Exch"
,
"Prod"
,
"Rout"
,
"Qsim"
);
}
if
(
identical
(
FUN_MOD
,
RunModel_GR1A
)){
...
...
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