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
1869f5ed
Commit
1869f5ed
authored
Feb 16, 2017
by
unknown
Browse files
v1.0.5.17 function RunModel() cleaned
parent
cd73ff5b
Changes
2
Show whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
1869f5ed
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.0.5.1
6
Version: 1.0.5.1
7
Date: 2017-01-23
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl")),
...
...
R/RunModel.R
View file @
1869f5ed
RunModel
<-
function
(
InputsModel
,
RunOptions
,
Param
,
FUN_MOD
){
return
(
FUN_MOD
(
InputsModel
,
RunOptions
,
Param
)
)
RunModel
<-
function
(
InputsModel
,
RunOptions
,
Param
,
FUN_MOD
)
{
return
(
FUN_MOD
(
InputsModel
,
RunOptions
,
Param
))
}
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