Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add check on control file and graceful exit, (#196)
Modity `mon_data_space.py` adding a check on the control file and graceful exit if not found. Without this exit the entire plot job terminates. With this exit only the affected thread halts (with error message), allowing all other plots to proceed. This has been tested on wcoss2 by removing some control files from the test data set. Missing control files are reported as warnings and all plots with valid control files run to completion. ## Dependencies None Resolves #191 .
- Loading branch information