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
cba7f37e
Commit
cba7f37e
authored
Oct 26, 2017
by
unknown
Browse files
v1.0.9.53 minor revision of Calibration_Michel
parent
1b62dfdd
Changes
3
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
cba7f37e
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.0.9.5
2
Date: 2017-10-2
3
Version: 1.0.9.5
3
Date: 2017-10-2
6
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl")),
person("Charles", "Perrin", role = c("aut", "ths")),
...
...
NEWS.rmd
View file @
cba7f37e
...
...
@@ -14,7 +14,7 @@ output:
### 1.0.9.5
2
Release Notes (2017-10-2
3
)
### 1.0.9.5
3
Release Notes (2017-10-2
6
)
#### New features
...
...
R/Calibration_Michel.R
View file @
cba7f37e
...
...
@@ -341,12 +341,7 @@ Calibration_Michel <- function(InputsModel, RunOptions, InputsCrit, CalibOptions
VectPace
<-
NewParamOptimT
-
OldParamOptimT
for
(
iC
in
1
:
NParam
)
{
if
(
OptimParam
[
iC
])
{
if
(
VectPace
[
iC
]
!=
0
)
{
PaceDiag
[
iC
]
<-
CLG
*
PaceDiag
[
iC
]
+
(
1
-
CLG
)
*
VectPace
[
iC
]
}
if
(
VectPace
[
iC
]
==
0
)
{
PaceDiag
[
iC
]
<-
CLG
*
PaceDiag
[
iC
]
}
PaceDiag
[
iC
]
<-
CLG
*
PaceDiag
[
iC
]
+
(
1
-
CLG
)
*
VectPace
[
iC
]
}
}
}
else
{
...
...
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