-
Notifications
You must be signed in to change notification settings - Fork 106
More verbosity on NetCDF errors #3250
Copy link
Copy link
Open
Labels
Description
One of the most common gotchas for new users is not having the grid in their current directory (so common that I would say about half the users I know have been confused about this). This currently returns an unhelpful NetCDF error saying no such file or directory. The reason this is not very helpful is because A) it doesn't tell the user how to fix it and B) missing restart files give the same error message. This could be improved by:
- Changing the message to
Grid not found in the current working directory - Adding a separate message for restart files:
Restart files not found in simulation directory
Reactions are currently unavailable