- Documentation
- ESMValTool Website
- ESMValTool Tutorial
- ESMValGroup Project on GitHub
- Gallery
conda-forge
package feedstock
ESMValTool is a community-developed climate model diagnostics and evaluation software package, driven both by computational performance and scientific accuracy and reproducibility. ESMValTool is open to both users and developers, encouraging open exchange of diagnostic source code and evaluation results from the Coupled Model Intercomparison Project CMIP ensemble. For a comprehensive introduction to ESMValTool please visit our documentation page.
Diagnostics from ESMValTool are run using recipe files that contain pointers to the requested data types, directives for the preprocessing steps that data will be subject to, and directives for the actual diagnostics that will be run with the now preprocessed data. Data preprocessing is done via the ESMValCore package, a pure Python, highly-optimized scientific library, developed by the ESMValTool core developers, and that performs a number of common analysis tasks such as regridding, masking, levels extraction etc. Diagnostics are written in a variety of programming languages (Python, NCL, R, Julia) and are developed by the wider scientific community, and included after a scientific and technical review process.
ESMValTool can run with the following types of data as input:
- CMIP6
- CMIP5
- CMIP3
- observational and re-analysis datasets
- obs4MIPs
- ana4mips
- CORDEX (work in progress)
Please see getting started on our instance of Read the Docs as well as ESMValTool tutorial. The tutorial is a set of lessons that together teach skills needed to work with ESMValTool in climate-related domains.
The easiest way to get help, if you cannot find the answer in the documentation in our docs, is to open an issue on GitHub.
If you would like to contribute a new diagnostic or feature, please have a look at our contribution guidelines.