How To
Design process
General
View Writing
-
-
-
-
-
-
-
Data directories
primaryData - all your source data for your history and calibration usually lives in: /models/<model>/primaryData (note NOT under the version number)
referenceData - all the various data that will inform your projections & comparisons in the simulation time /models/<model>/referenceData (note NOT under the version number)
viewData - data informing views including: past user interaction, custom aggregation mappings, parameters for reference scenario: /models/<model>/<Version>/viewData
Re-usable code - Templates & Subroutines
Recipes
Model Loading
Working with data
The articles in this section discuss how to interact with data files external to the model.
Preparing files
In general the data files should not be touched! Try hard to take the data file from it's source and manipulate it
in the model or in a view to fit the objects you need to file.
If, however, you want to prepare an empty file to then get others to fill in:
Reading data
Examples
Writing data
Examples
Calibration
Feedback/Tracking Methods
Interacting with Model
Displaying Data
Debugging
Administration
Using a hosted model
Administering your own server
Setup:
Common tasks:
Trouble shooting:
Other