hydromod | R Documentation |
It runs a user-defined model to be optimised and returns the output variables of the model requested by the user according to the number of functions indicated in the list out.FUNs
.
This specific function was designed to run an executable file from the system console
hydromod(param.values,
param.files="ParamFiles.txt",
model.drty=getwd(),
exe.fname,
exe.args = character(),
stdout=FALSE,
stderr="",
verbose= FALSE,
out.FUNs,
out.FUNs.args
)
param.values |
( |
param.files |
( |
model.drty |
( |
exe.fname |
( |
exe.args |
( |
stdout |
( |
stderr |
( |
verbose |
( |
out.FUNs |
( |
out.FUNs.args |
( |
A list with as many output variables (usually time series in zoo class) as functions listed in out.FUNs
Mauricio Zambrano-Bigiarini, mzb.devel@gmail.com, Rodrigo Marinao Rivas ra.marinao.rivas@gmail.com
hydroMOPSO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.