InstallationΒΆ

ClimoPy is published on PyPi. It can be installed or upgraded with pip as follows:

pip install climopy
pip install --upgrade climopy

To install a development version of ClimoPy, you can use pip install git+https://github.com/lukelbd/climopy.git or clone the repository and run pip install -e . inside the climopy folder.

The dependencies are xarray, numpy, and scipy. To use the (optional) ECMWF ERA-Interim downloading tool, you will also need to install the ECMWF python API.