Hey! We’re Northflow, an AI-native infrastructure company working across climate, space, and research domains. Sharing this here first because we’re looking for the most relevant feedback.
climval is a typed Python library for composable climate model validation: comparing CMIP6 and CORDEX outputs against reference datasets like ERA5 and ERA5-Land.
pip install climval
We built it because the friction point kept coming up: reproducible validation metrics inside a Python pipeline, without ESMValTool’s configuration overhead for straightforward tasks. Saw the gap, built the tool and open-sourced it under Apache 2.0.
Out of the box: RMSE, MAE, Mean Bias, NRMSE, Pearson r, Taylor Skill Score, percentile bias (P5/P95). Custom metrics via subclass. HTML/JSON/Markdown export. Full CI on Python 3.10–3.12.
GitHub: GitHub - northflowlabs/climval: Composable climate model validation in Python: ERA5, CMIP6, CORDEX. pip install climval PyPI: Client Challenge
We’d appreciate and value feedback from people working with real CMIP6/ERA5 data, particularly on xarray integration, variable handling, and gaps in the metric set. This is v0.1.0 and actively in development. And we’ll be going through our projects to share more going forward.
6 Likes
Quick update on climval development
*We’ve added a CMIP6 multi-model intercomparison example: 5 models vs ERA5 over Europe, including a Taylor diagram, metric scorecard, and report export.
Runs in Binder with zero setup required.
Run in Binder*
We also submitted a validation notebook to the EOPF Zarr Community Notebook Competition, using climval against Sentinel-3 SLSTR LST data, a good stress test against real cloud-native Zarr products.
Still early (v0.1.0), we’d genuinely welcome feedback on the metric set and xarray integration, especially from folks working with real CMIP6/ERA5 data.
1 Like
Extremely cool project! Thanks for sharing!
2 Likes
Thanks so much Ryan, means a lot coming from you. We’re actively developing it and would welcome any feedback as it matures. All the best, Tom @ Northflow
1 Like
climval + Earthmover Arraylake > new notebook in northflow-notebooks
We added a notebook demonstrating climval validation on climate data stored in an Arraylake repository:
-
Load CMIP6 data from Arraylake via xarray
-
Validate 3 models against ERA5 using BenchmarkSuite
-
Tag validated dataset versions in Arraylake after passing validation gates
-
Runs in Binder with synthetic fallback, no credentials required
Run in Binder: https://mybinder.org/v2/gh/northflowlabs/northflow-notebooks/HEAD?filepath=notebooks/climval_arraylake_integration.ipynb
Arraylake handles storage, versioning, and governance, climval adds scientific validation on top. Together they cover the full pipeline from raw data to validated, citable results.
1 Like