Given the issues with multiple users accessing a models database can corrupt it, investigate if the following is possible and whether it will resolve the issue.
Modify the Run_MPIJobs script to:
make a copy of the models database
run the model on the copied and isolated database
merge the results back into the primary database file.
Given the issues with multiple users accessing a models database can corrupt it, investigate if the following is possible and whether it will resolve the issue.
Modify the Run_MPIJobs script to: