Metadata-Version: 2.1
Name: ESMValTool
Version: 2.10.0
Summary: ESMValTool: A community diagnostic and performance metrics tool for routine evaluation of Earth system models in CMIP.
Home-page: https://www.esmvaltool.org
Download-URL: https://github.com/ESMValGroup/ESMValTool
Author: Bouwe Andela, Bjoern Broetz, Lee de Mora, Niels Drost, Veronika Eyring, Nikolay Koldunov, Axel Lauer, Benjamin Mueller, Valeriu Predoi, Mattia Righi, Manuel Schlund, Javier Vegas-Regidor, Klaus Zimmermann, Kemisola Adeniyi, Enrico Arnone, Omar Bellprat, Peter Berg, Lisa Bock, Alejandro Bodas-Salcedo, Louis-Philippe Caron, Nuno Carvalhais, Irene Cionni, Nicola Cortesi, Susanna Corti, Bas Crezee, Edouard Leopold Davin, Paolo Davini, Clara Deser, Faruk Diblen, David Docquier, Laura Dreyer, Carsten Ehbrecht, Paul Earnshaw, Bettina Gier, Nube Gonzalez-Reviriego, Paul Goodman, Stefan Hagemann, Jost von Hardenberg, Birgit Hassler, Helge Heuer, Alasdair Hunter, Christopher Kadow, Stephan Kindermann, Sujan Koirala, Birgit Kuehbacher, Llorenç Lledó, Quentin Lejeune, Valerio Lembo, Bill Little, Saskia Loosveldt-Tomas, Ruth Lorenz, Tomas Lovato, Valerio Lucarini, François Massonnet, Christian Wilhelm Mohr, Pandde Amarjiit, Núria Pérez-Zanón, Adam Phillips, Joellen Russell, Marit Sandstad, Alistair Sellar, Daniel Senftleben, Federico Serva, Jana Sillmann, Tobias Stacke, Ranjini Swaminathan, Verónica Torralba, Katja Weigel, Ellen Sarauer, Charles Roberts, Peter Kalverla, Sarah Alidoost, Stefan Verhoeven, Barbara Vreede, Stef Smeets, Abel Soares Siqueira, Rémi Kazeroni, Jerry Potter, Franziska Winterstein, Romain Beucher, Jeremy Kraft, Lukas Ruhe, Pauline Bonnet
License: Apache License, Version 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Hydrology
Classifier: Topic :: Scientific/Engineering :: Physics
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: aiohttp
Requires-Dist: cartopy
Requires-Dist: cdo
Requires-Dist: cdsapi
Requires-Dist: cf-units
Requires-Dist: cftime
Requires-Dist: cmocean
Requires-Dist: dask
Requires-Dist: distributed
Requires-Dist: ecmwf-api-client
Requires-Dist: eofs
Requires-Dist: ESMPy
Requires-Dist: esmvalcore
Requires-Dist: esmf-regrid >=0.7.0
Requires-Dist: fiona
Requires-Dist: GDAL
Requires-Dist: jinja2
Requires-Dist: joblib
Requires-Dist: lime
Requires-Dist: mapgenerator >=1.0.5
Requires-Dist: matplotlib
Requires-Dist: natsort
Requires-Dist: nc-time-axis
Requires-Dist: netCDF4
Requires-Dist: numba
Requires-Dist: numpy !=1.24.3
Requires-Dist: packaging
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: pyproj >=2.1
Requires-Dist: pyyaml
Requires-Dist: progressbar2
Requires-Dist: psyplot
Requires-Dist: psy-maps
Requires-Dist: psy-reg
Requires-Dist: psy-simple
Requires-Dist: rasterio
Requires-Dist: ruamel.yaml
Requires-Dist: scikit-image
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: scitools-iris >=3.4.0
Requires-Dist: seaborn
Requires-Dist: seawater
Requires-Dist: shapely
Requires-Dist: xarray >=0.12.0
Requires-Dist: xesmf >=0.7.1
Requires-Dist: xgboost >1.6.1
Requires-Dist: xlsxwriter
Requires-Dist: zarr
Provides-Extra: develop
Requires-Dist: codespell ; extra == 'develop'
Requires-Dist: docformatter ; extra == 'develop'
Requires-Dist: isort ; extra == 'develop'
Requires-Dist: pre-commit ; extra == 'develop'
Requires-Dist: prospector[with_pyroma] !=1.1.6.3,!=1.1.6.4 ; extra == 'develop'
Requires-Dist: vprof ; extra == 'develop'
Requires-Dist: yamllint ; extra == 'develop'
Requires-Dist: yapf ; extra == 'develop'
Requires-Dist: flake8 ; extra == 'develop'
Requires-Dist: pytest !=6.0.0,!=6.0.0rc1,>=3.9 ; extra == 'develop'
Requires-Dist: pytest-cov >=2.10.1 ; extra == 'develop'
Requires-Dist: pytest-env ; extra == 'develop'
Requires-Dist: pytest-html !=2.1.0 ; extra == 'develop'
Requires-Dist: pytest-metadata >=1.5.1 ; extra == 'develop'
Requires-Dist: pytest-mock ; extra == 'develop'
Requires-Dist: pytest-xdist ; extra == 'develop'
Requires-Dist: autodocsumm >=0.2.2 ; extra == 'develop'
Requires-Dist: nbsphinx ; extra == 'develop'
Requires-Dist: sphinx >=6.1.3 ; extra == 'develop'
Requires-Dist: pydata-sphinx-theme ; extra == 'develop'
Provides-Extra: doc
Requires-Dist: autodocsumm >=0.2.2 ; extra == 'doc'
Requires-Dist: nbsphinx ; extra == 'doc'
Requires-Dist: sphinx >=6.1.3 ; extra == 'doc'
Requires-Dist: pydata-sphinx-theme ; extra == 'doc'
Provides-Extra: test
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: pytest !=6.0.0,!=6.0.0rc1,>=3.9 ; extra == 'test'
Requires-Dist: pytest-cov >=2.10.1 ; extra == 'test'
Requires-Dist: pytest-env ; extra == 'test'
Requires-Dist: pytest-html !=2.1.0 ; extra == 'test'
Requires-Dist: pytest-metadata >=1.5.1 ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'
Requires-Dist: pytest-xdist ; extra == 'test'

[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
[![Documentation Status](https://readthedocs.org/projects/esmvaltool/badge/?version=latest)](https://esmvaltool.readthedocs.io/en/latest/?badge=latest)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3401363.svg)](https://doi.org/10.5281/zenodo.3401363)
[![Chat on Matrix](https://matrix.to/img/matrix-badge.svg)](https://matrix.to/#/#ESMValGroup_Lobby:gitter.im)
[![CircleCI](https://circleci.com/gh/ESMValGroup/ESMValTool/tree/main.svg?style=svg)](https://circleci.com/gh/ESMValGroup/ESMValTool/tree/main)
[![Test in Full Development Mode](https://github.com/ESMValGroup/ESMValTool/actions/workflows/test-development.yml/badge.svg)](https://github.com/ESMValGroup/ESMValTool/actions/workflows/test-development.yml)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/79bf6932c2e844eea15d0fb1ed7e415c)](https://www.codacy.com/gh/ESMValGroup/ESMValTool?utm_source=github.com&utm_medium=referral&utm_content=ESMValGroup/ESMValTool&utm_campaign=Badge_Coverage)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/79bf6932c2e844eea15d0fb1ed7e415c)](https://www.codacy.com/gh/ESMValGroup/ESMValTool?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=ESMValGroup/ESMValTool&amp;utm_campaign=Badge_Grade)
[![Docker Build Status](https://img.shields.io/docker/cloud/build/esmvalgroup/esmvaltool.svg)](https://hub.docker.com/r/esmvalgroup/esmvaltool/)
[![Anaconda-Server Badge](https://img.shields.io/conda/vn/conda-forge/ESMValTool?color=blue&label=conda-forge&logo=conda-forge&logoColor=white)](https://anaconda.org/conda-forge/esmvaltool)
![stand with Ukraine](https://badgen.net/badge/stand%20with/UKRAINE/?color=0057B8&labelColor=FFD700)

![esmvaltoollogo](https://raw.githubusercontent.com/ESMValGroup/ESMValTool/main/doc/sphinx/source/figures/ESMValTool-logo-2.png)

- [**Documentation**](https://docs.esmvaltool.org/en/latest/)
- [**ESMValTool Website**](https://www.esmvaltool.org/)
- [**ESMValTool Tutorial**](https://tutorial.esmvaltool.org/index.html)
- [**ESMValGroup Project on GitHub**](https://github.com/ESMValGroup)
- [**Gallery**](https://docs.esmvaltool.org/en/latest/gallery.html)
- [**`conda-forge` package feedstock**](https://github.com/conda-forge/esmvaltool-suite-feedstock)

# Introduction

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](https://www.wcrp-climate.org/wgcm-cmip) ensemble. For a
comprehensive introduction to ESMValTool please visit our
[documentation](https://docs.esmvaltool.org/en/latest/introduction.html) page.

# Running esmvaltool

Diagnostics from ESMValTool are run using [recipe](https://docs.esmvaltool.org/en/latest/recipes/index.html)
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](https://docs.esmvaltool.org/projects/ESMValCore/en/latest/quickstart/index.html) 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](https://docs.esmvaltool.org/en/latest/develop/diagnostic.html) 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.

# Input data

ESMValTool can run with the following types of [data as input](https://docs.esmvaltool.org/en/latest/input.html):

- CMIP6
- CMIP5
- CMIP3
- [observational and re-analysis datasets](https://docs.esmvaltool.org/en/latest/input.html#supported-datasets-for-which-a-cmorizer-script-is-available)
- obs4MIPs
- ana4mips
- CORDEX ([work in progress](https://docs.esmvaltool.org/en/latest/input.html#cordex-note))

# Getting started

Please see [getting started](https://docs.esmvaltool.org/en/latest/quickstart/index.html) on readthedocs as well as [ESMValTool tutorial](https://tutorial.esmvaltool.org/index.html). The tutorial is a set of lessons that together teach skills needed to work with ESMValTool in climate-related domains.

## Getting help

The easiest way to get help if you cannot find the answer in the documentation on [readthedocs](https://docs.esmvaltool.org), is to open an [issue on GitHub](https://github.com/ESMValGroup/ESMValTool/issues).

## Contributing

If you would like to contribute a new diagnostic or feature, please have a look at our [contribution guidelines](https://docs.esmvaltool.org/en/latest/community/index.html).
