-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmor should stop if coordinates table is not present #429
Comments
l agree that not finding a table that is needed should be a critical error. |
@doutriaux1 Lines 609 to 644 in e066e2b
However, it doesn't stop the program when it reached those errors. Here is the section of cmor_handle_error that handles critical errors, and exiting the program when it encounters a warning. Lines 641 to 645 in e066e2b
Should we add an |
I tried adding |
Coming back to this issue, I discovered that PrePARE wasn't stopping at the error where it didn't find |
I forgot to copy CMIP6_coordinates.json to my local dir and when i ran my script i got a zillions line of error masking the actual error:
It probably stop with a critical error when the coordinates table is not found, or just issue the first 3 or 4 errors follwoing and then stop issuing essentially the same error.
Maybe a summary of errors at the end? Like 1 "table not found" error and "433445425243 dimension not defined in table errors"
The text was updated successfully, but these errors were encountered: