Metadata-Version: 2.1
Name: ECmean4
Version: 0.1.9
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/ECmean4
Project-URL: Repository, https://github.com/oloapinivad/ECmean4
Project-URL: Documentation, https://ecmean4.readthedocs.io/en/latest/
Project-URL: Bug Tracker, https://github.com/oloapinivad/ECmean4/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 <2.0
Requires-Dist: netcdf4
Requires-Dist: numba
Requires-Dist: dask
Requires-Dist: esmpy
Requires-Dist: metpy
Requires-Dist: matplotlib
Requires-Dist: tabulate
Requires-Dist: cfgrib
Requires-Dist: seaborn
Provides-Extra: all
Requires-Dist: ECmean4[docs,tests] ; extra == 'all'
Provides-Extra: docs
Requires-Dist: sphinx <7.0 ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: coverage ; extra == 'tests'
Requires-Dist: coveralls ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'

[![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)

![ECmean4](docs/ecmean4_smallest.png)

*An EC-Earth4 basic 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 builts 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 being developed, please refer to this.
