Difference between revisions of "Simulator configuration"

From SUMOwiki
Jump to navigationJump to search
Line 3: Line 3:
 
* the number and name of inputs
 
* the number and name of inputs
 
* the number, name, and type (complex or real values) of outputs
 
* the number, name, and type (complex or real values) of outputs
* available datasets
+
* available datasets and type (scattered or gridded)
 
* location of the executable or script
 
* location of the executable or script
 
* ...
 
* ...

Revision as of 09:19, 25 June 2009

This configuration file specifies how the SUMO Toolbox should interface with your simulation code (= the simulator). It defines:

  • the number and name of inputs
  • the number, name, and type (complex or real values) of outputs
  • available datasets and type (scattered or gridded)
  • location of the executable or script
  • ...

Writing such a file is very easy, simply use one of the existing examples as a template. More information here: Adding an example.

Also see the sample evaluator page.