Skip to content
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

Document how to disable cmor checks and fixes #88

Closed
bouweandela opened this issue Jun 13, 2019 · 2 comments
Closed

Document how to disable cmor checks and fixes #88

bouweandela opened this issue Jun 13, 2019 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@bouweandela
Copy link
Member

For scientists who like living on the edge

@bouweandela bouweandela added the documentation Improvements or additions to documentation label Jun 13, 2019
@bouweandela bouweandela self-assigned this Jun 13, 2019
@bouweandela
Copy link
Member Author

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).

To disable both fixes and CMOR checks:

fix_file: false
fix_metadata: false
fix_data: false
cmor_check_metadata: false
cmor_check_data: false

@valeriupredoi
Copy link
Contributor

superseded and implemented via cmor check levels by #374 - @bouweandela we can close this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants