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

How to deal with different CMOR tables from different projects #59

Closed
mattiarighi opened this issue May 18, 2017 · 3 comments
Closed

How to deal with different CMOR tables from different projects #59

mattiarighi opened this issue May 18, 2017 · 3 comments
Labels

Comments

@mattiarighi
Copy link
Contributor

Variable names, dimensions and metadata are not always defined consistently across the different projects.
Differences have been reported, for example, in sea-ice concentration and ozone between CMIP5 and CMIP6.

@jvegreg
Copy link
Contributor

jvegreg commented Jun 9, 2017

The cmor checker can use CMIP5 or CMIP6 style CMOR tables. It has the CMIP5 and CMIP6 tables embedded into ESMValTool as submodules, but is also capable of reading CMOR tables from custom locations.

As long as we have an option in the namelist to specify the path to the tables and the projects provide CMOR tables in compatible formats, it should be easy to manage.

Also, it will be possible (and not very difficult) to add other formats for specifying variable requirements, but this is something I would try to avoid.

@mattiarighi
Copy link
Contributor Author

This could be realized automatically as long as the project class (CMIP5 or CMIP6) is specified in the configuration file. For other classes, like OBS, obs4mips, EMAC, etc., I would also avoid defining additional formats, but I would stick to either CMIP5 or CMIP6.

@mattiarighi
Copy link
Contributor Author

This has been solved by PR195.

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

No branches or pull requests

2 participants