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
19c70740
Commit
19c70740
authored
Jan 17, 2017
by
unknown
Browse files
v1.0.4 code of Calibration() function has been cleaned
parent
b5695d79
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/Calibration.R
View file @
19c70740
Calibration
<-
function
(
InputsModel
,
RunOptions
,
InputsCrit
,
CalibOptions
,
FUN_MOD
,
FUN_CRIT
,
FUN_CALIB
=
Calibration_Michel
,
FUN_TRANSFO
=
NULL
,
verbose
=
TRUE
){
return
(
FUN_CALIB
(
InputsModel
,
RunOptions
,
InputsCrit
,
CalibOptions
,
FUN_MOD
,
FUN_CRIT
,
FUN_TRANSFO
,
verbose
=
verbose
)
)
Calibration
<-
function
(
InputsModel
,
RunOptions
,
InputsCrit
,
CalibOptions
,
FUN_MOD
,
FUN_CRIT
,
FUN_CALIB
=
Calibration_Michel
,
FUN_TRANSFO
=
NULL
,
verbose
=
TRUE
)
{
return
(
FUN_CALIB
(
InputsModel
,
RunOptions
,
InputsCrit
,
CalibOptions
,
FUN_MOD
,
FUN_CRIT
,
FUN_TRANSFO
,
verbose
=
verbose
))
}
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