Start selected ecosystem model runs within PEcAn workflow

# S3 method for model.runs
start(settings, write = TRUE,
  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.

Examples

# NOT RUN {
  start.model.runs(settings)
# }