context
The simulator loads all input files onto a single file called Data.csv, from which it then reads the inputs.
problem
The Data.csv can grow to be very large (16 Gb), and contains unnecessary information. When running multiple simulations, storing the data files becomes a problem.
expected behavior
A simulation should return the exact same results as before the change. Instead of creating a csv file, data can be directly loaded into an array.