In this part of the tutorial, you will execute a two-year simulation run of the Eugene-Springfield metro area.
opus.py in the opus_gui directory
in your opus workspace. You can do this by navigating to the file,
right-clicking on it (on a Mac, control-click), and selecting ``Open with
...'' and then ``python'' (Or ``python launcher'' if you are using a
Mac). Alternatively, you can run the file through a graphical editor like
Eclipse, or from the command line by typing python opus.py from the
appropriate directory.
This will launch a graphical user interface that will allow you to, among other things, run a test simulation. If you don't see the graphical user interface, check your task bar, as the application may be hidden behind another window.
Model finished with status = True
That's it! You have now installed Opus and UrbanSim, a full application for Eugene-Springfield, Oregon, and run a simulation using a default scenario.
The results are all stored on your computer in the runs subdirectory
of the eugene directory where you originally unzipped the cache
data. The folder will have a name that indicates when the output was
created. If you run this multiple times, it will create a new directory for
each run. The contents of these directories are the complete set of
``primary'' variables and values predicted for all objects in the model,
from which UrbanSim can recompute any ''computed'' variables defined by an
Opus . However, these results are in binary files (arrays) that are not
easy to read directly. Now we move on to how to examine the results by
creating indicators from them. You should keep the GUI open for this next
part.