View source: R/apsimx_wrapper_options.R
apsimx_wrapper_options | R Documentation |
This function returns a default options list
apsimx_wrapper_options(apsimx_path, apsimx_file, ...)
apsimx_path |
Path of the apsimx binary executable file (Models.exe) |
apsimx_file |
Path to the .apsimx file to be run |
predicted_table_name |
Name of the predicted table in the datastore |
observed_table_name |
Name of the observed table in the datastore |
time_display |
Logical value used to display (TRUE) or not (FALSE) simulations duration |
multi_process |
Logical value used to run (TRUE) or not (FALSE) apsim in multi-process mode. This will generally result in faster execution times on systems with many cores (ie in a HPC/cluster environment). |
A list containing apsimx model apsimx_wrapper options
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.