Metadata-Version: 2.4
Name: climate-ref-esmvaltool
Version: 0.5.0
Summary: ESMValTool diagnostic provider for the Rapid Evaluation Framework
Author-email: ESMValTool development team <esmvaltool-dev@listserv.dfn.de>
License: Apache-2.0
License-File: LICENCE
License-File: NOTICE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.11
Requires-Dist: climate-ref-core
Requires-Dist: pooch>=1.8
Requires-Dist: ruamel-yaml>=0.18
Requires-Dist: xarray>=2023.3.0
Description-Content-Type: text/markdown

# climate-ref-esmvaltool

[![PyPI version](https://badge.fury.io/py/climate-ref-esmvaltool.svg)](https://badge.fury.io/py/climate-ref-esmvaltool)
[![Documentation Status](https://readthedocs.org/projects/climate-ref/badge/?version=latest)](https://climate-ref.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Python Version](https://img.shields.io/badge/python-3.11%2B-blue)](https://www.python.org/downloads/)

This package integrates [ESMValTool](https://esmvaltool.org/) as a metrics provider for the Climate REF (Rapid Evaluation Framework).

## Installation

```bash
pip install climate-ref-esmvaltool
```


## Usage


For detailed usage instructions, see [Running Metrics Locally](https://climate-ref.readthedocs.io/en/latest/how-to-guides/running-metrics-locally/).

## Documentation

For detailed documentation, please visit:
- [Climate REF Documentation](https://climate-ref.readthedocs.io/)
- [ESMValTool Documentation](https://docs.esmvaltool.org/)

## Contributing

Contributions are welcome! Please see the main project's [Contributing Guide](https://climate-ref.readthedocs.io/en/latest/contributing/) for more information.

## License

This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
