Run apsimx file using Models.exe
run_models(
models_exe,
path,
pattern = NULL,
recurse = FALSE,
csv = FALSE,
parallel = NULL,
ncpus = NULL,
verbose = FALSE
)
path to Models.exe
The path to an .apsimx file. May include wildcard.
Use to filter simulation names to run.
Recursively search subdirectories for files matching ApsimXFileSpec. FALSE in default.
Export all reports to .csv files. FALSE in default.
Use the multi-process job runner. If FALSE, use single threaded; if TRUE, use the multi-process job runner
Set the number of processors to use. All processes in default
Write messages to StdOut when a simulation starts/finishes. Only has an effect when running a directory of .apsimx files (*.apsimx).