Skip to content
dgpreatoni edited this page Sep 17, 2014 · 3 revisions

Usage

Without options, MDiG will print out the actions it can perform: ~$ mdig.py Usage: mdig.py [options] experiment.xml

=== Actions === add - Add a model to the repository based on an xml definition. admin - Perform miscellaneous administative tasks analysis - Perform analysis on a model and create occupancy envelopes export - Export images and movies of simulation. info - Display information about a model in the MDiG repository. list - List the models currently in MDiG repository. node - Runs MDiG as a node in a distributed instance of MDiG remove - Remove a model from the repository and delete mapset. roc - Create Receiver Operating Characteristic curves for occupancy envelopes and calculate AUC. run - Run a model web - Run a webserver that allows interaction with MDiG Options: -h (--help) Display action specific help

experiment.xml is the file containing the simulation details. Note, depending on how current this documentation is and which version of MDiG you are using, this list of actions could be different to what you see when you ask MDiG for help. For more information about each action, see the List of MDiG Actions.

Clone this wiki locally