Start selected ecosystem model runs within PEcAn workflow
Source:R/start_model_runs.R
start_model_runs.RdStart selected ecosystem model runs within PEcAn workflow
Usage
start_model_runs(settings, write = TRUE, stop.on.error = TRUE)
runModule_start_model_runs(settings, stop.on.error = TRUE)Functions
runModule_start_model_runs(): A lightweight wrapper around `start_model_runs` that takes `write` from `settings` instead of as a separate argument.
Examples
if (FALSE) { # \dontrun{
settings <- PEcAn.settings::read.settings("pecan.xml")
start_model_runs(settings)
} # }