run_eta | R Documentation |
Perform test runs of an Odin model with the specified run parameters and return measured run time for planning large-scale simulation repeats and/or model parameter scans.
run_eta(odin_model, ...)
odin_model |
An Odin model |
... |
Passed to |
Estimated run time and resource measured by test run.
model <- getOdinGen()$continuous_LG$new()
time_hr <- seq(from = 0, to = 24 * 20, by = 1)
run_eta(model, time_hr) # Tell you median run time of simulation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.