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
a3c00a9b
Commit
a3c00a9b
authored
Aug 29, 2018
by
Delaigue Olivier
Browse files
v1.0.13.5 remove print from ErrorCrit_NSE
parent
3f94e3e1
Changes
3
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
a3c00a9b
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.0.13.
4
Version: 1.0.13.
5
Date: 2018-08-29
Date: 2018-08-29
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")),
...
...
NEWS.rmd
View file @
a3c00a9b
...
@@ -14,7 +14,7 @@ output:
...
@@ -14,7 +14,7 @@ output:
### 1.0.13.
4
Release Notes (2018-08-29)
### 1.0.13.
5
Release Notes (2018-08-29)
#### Deprectated and defunct
#### Deprectated and defunct
...
...
R/ErrorCrit_NSE.R
View file @
a3c00a9b
...
@@ -44,7 +44,6 @@ ErrorCrit_NSE <- function(InputsCrit, OutputsModel, warnings = TRUE, verbose = T
...
@@ -44,7 +44,6 @@ ErrorCrit_NSE <- function(InputsCrit, OutputsModel, warnings = TRUE, verbose = T
##Data_transformation
##Data_transformation
if
(
"Ind_zeroes"
%in%
names
(
InputsCrit
)
&
"epsilon"
%in%
names
(
InputsCrit
))
{
if
(
"Ind_zeroes"
%in%
names
(
InputsCrit
)
&
"epsilon"
%in%
names
(
InputsCrit
))
{
if
(
length
(
InputsCrit
$
Ind_zeroes
)
>
0
)
{
if
(
length
(
InputsCrit
$
Ind_zeroes
)
>
0
)
{
print
(
typeof
(
InputsCrit
$
epsilon
))
VarObs
<-
VarObs
+
InputsCrit
$
epsilon
VarObs
<-
VarObs
+
InputsCrit
$
epsilon
VarSim
<-
VarSim
+
InputsCrit
$
epsilon
VarSim
<-
VarSim
+
InputsCrit
$
epsilon
}
}
...
...
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