This function takes a modelbuilder model and model settings. It runs the simulation determined by the model settings and returns simulation results. Normally run when triggered by the user through the UI. Can also be called directly.
analyze_model(modelsettings, mbmodel)
modelsettings | a list of model settings:
|
---|---|
mbmodel | A list which is a valid modelbuilder model object. |
A list named "result" with each simulation and associated metadata as a sub-list.
This function runs a modelbuilder model for specific settings.