Currently, many things are repeated in different places in the code such that the code works for both cases. The Sandtable version is not yet committed to the code base.
As much code as possible should be shared between Sandtable and non-Sandtable versions. The two startscripts (Sandtable and non-Sandtable) should only do what is actually different. They both should do the following:
- read the event schedule from files,
- setup the simulation schedule,
- call start.py for each simulation,
- collect the results, and save them the new save data object.
Currently, many things are repeated in different places in the code such that the code works for both cases. The Sandtable version is not yet committed to the code base.
As much code as possible should be shared between Sandtable and non-Sandtable versions. The two startscripts (Sandtable and non-Sandtable) should only do what is actually different. They both should do the following: