Start selected ecosystem model runs within PEcAn workflow

start_model_runs(settings, write = TRUE, stop.on.error = TRUE)

runModule_start_model_runs(settings, stop.on.error = TRUE)

Arguments

settings

pecan settings object

write

(logical) Whether or not to write to the database. Default TRUE.

stop.on.error

Throw error if _any_ of the runs fails. Default TRUE.

Functions

  • runModule_start_model_runs(): A lightweight wrapper around `start_model_runs` that takes `write` from `settings` instead of as a separate argument.

Author

Shawn Serbin, Rob Kooper, David LeBauer, Alexey Shiklomanov

Examples

if (FALSE) { # \dontrun{
  start_model_runs(settings)
} # }