Output post-processing tools for EC-Earth4
ecearth-outpost is a lightweight and modular toolkit for analyzing, averaging, and visualizing diagnostics from EC-Earth4 simulations.
It provides simple utilities to handle multi-dimensional fields, time series, spatial means, and other common climate-model products.
The goal is to streamline typical post-processing workflows — turning raw model output into clean, ready-to-use diagnostics for further analysis or publication.
Using Conda (recommended) Create the environment and install all dependencies:
conda env create -f environment.yml
conda activate ecearth-outpost