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.
Usage
run_eta(odin_model, ...)
Value
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