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
4e077076
Commit
4e077076
authored
Sep 05, 2017
by
unknown
Browse files
v1.0.9.36 fixed the generation of warning msg about the length of Qobs in plot.OutputsModel
parent
0b6a9ae9
Changes
2
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
4e077076
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.0.9.3
5
Version: 1.0.9.3
6
Date: 2017-09-05
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl")),
...
...
R/plot.OutputsModel.R
View file @
4e077076
...
...
@@ -20,7 +20,7 @@ plot.OutputsModel <- function(x, Qobs = NULL, IndPeriod_Plot = NULL, BasinArea =
if
(
sum
(
is.na
(
Qobs
))
!=
length
(
Qobs
))
{
BOOL_Qobs
<-
TRUE
}
}
else
{
}
else
if
(
inherits
(
OutputsModel
,
"GR"
))
{
warning
(
"Incorrect length of Qobs. Time series of observed flow not drawn."
)
}
BOOL_Snow
<-
FALSE
;
...
...
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