We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For scientists who like living on the edge
The text was updated successfully, but these errors were encountered:
To disable the CMOR checks, use the following preprocessor:
fix_metadata: {cmor_table: null} fix_data: {cmor_table: null} cmor_check_metadata: false cmor_check_data: false
the cmor_table argument to fix_(meta)data is needed because part of the automatic fixes is done by the cmor checkers (don't ask me why).
fix_(meta)data
To disable both fixes and CMOR checks:
fix_file: false fix_metadata: false fix_data: false cmor_check_metadata: false cmor_check_data: false
Sorry, something went wrong.
superseded and implemented via cmor check levels by #374 - @bouweandela we can close this
bouweandela
No branches or pull requests
For scientists who like living on the edge
The text was updated successfully, but these errors were encountered: