Metadata-Version: 2.4
Name: ECmean4
Version: 0.1.17
Summary: ECmean4 Global Climate Model lightweight evaluation tool
Author-email: Paolo Davini <p.davini@isac.cnr.it>, Jost von Hardenberg <jost.hardenberg@polito.it>
Project-URL: Homepage, https://github.com/oloapinivad/ecmean
Project-URL: Repository, https://github.com/oloapinivad/ecmean
Project-URL: Documentation, https://ecmean.readthedocs.io/en/latest/
Project-URL: Bug Tracker, https://github.com/oloapinivad/ecmean/issues
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: xarray
Requires-Dist: numpy
Requires-Dist: netcdf4
Requires-Dist: numba
Requires-Dist: dask
Requires-Dist: esmpy
Requires-Dist: xesmf
Requires-Dist: metpy
Requires-Dist: matplotlib
Requires-Dist: tabulate
Requires-Dist: cfgrib
Requires-Dist: seaborn
Provides-Extra: tests
Requires-Dist: flake8; extra == "tests"
Requires-Dist: coverage>=7.10.0; extra == "tests"
Requires-Dist: coveralls; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Provides-Extra: docs
Requires-Dist: sphinx<7.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Provides-Extra: all
Requires-Dist: ECmean4[docs,tests]; extra == "all"
Dynamic: license-file

[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/oloapinivad/ECmean4/graphs/commit-activity)
[![Documentation Status](https://readthedocs.org/projects/ecmean4/badge/?version=latest)](https://ecmean4.readthedocs.io/en/latest/?badge=latest)
[![PyTest](https://github.com/oloapinivad/ECmean4/actions/workflows/mambatest.yml/badge.svg)](https://github.com/oloapinivad/ECmean4/actions/workflows/mambatest.yml)
[![Coverage Status](https://coveralls.io/repos/github/oloapinivad/ECmean4/badge.svg)](https://coveralls.io/github/oloapinivad/ECmean4)
[![PyPI version](https://badge.fury.io/py/ecmean4.svg)](https://badge.fury.io/py/ecmean4)
[![DOI](https://zenodo.org/badge/460093944.svg)](https://zenodo.org/doi/10.5281/zenodo.13834627)

![ECmean4](docs/ecmean4_smallest.png)

⚠️ This package is no longer mantained, and it has been renamed to **ecmean**. Please install it with `pip install ecmean`

*A lightweight climate model evaluation tool*

ECmean4 is a lightweight parallelized tool for evaluation of basic properties of Global Climate Models, such as global mean and climate model performance indices.

It builds on the original ECmean which has been used for EC-Earth2 and EC-Earth3 evaluation, but it uses Python3 as a scripting language to perform lazy calls with ``Xarray``+``Dask`` and makes use of YML configuration files, with parallelization support with ``Multiprocess``. 
It works both on raw EC-Earth4 output and on CMOR model output from CMIP5 and CMIP6.

ECmean4 is under development, so please use it with caution!

A complete [ReadTheDocs Documentation](https://ecmean4.readthedocs.io/en/latest/index.html) is available, please refer to this.
