A Python package to validate ensembles gridded model data.
To clone the repository, run the following command in your terminal:
git clone git@github.com:CORDEX-be2/ValEnsPy.gitInstall the development version of the package using conda:
Create a conda environment with the required non python packages
conda create -n valenspy_dev python=3.11 esmpy poetry=1.8 -c conda-forge
source activate valenspy_devInstall the required packages using poetry.
Important
Ensure that you are in the ValEnsPy directory and on the dev branch (or your branch of choice).
poetry install --with examplesFor more detailed installation instructions - General install guide
Interested in contributing? Take a look at our contributing guidelines.
Take a look at our documentation
The package is structured as follows
