https://github.com/rubisco-sfa/ilamb3
Earth system model benchmarking
https://github.com/rubisco-sfa/ilamb3
Last synced: 2 months ago
JSON representation
Earth system model benchmarking
- Host: GitHub
- URL: https://github.com/rubisco-sfa/ilamb3
- Owner: rubisco-sfa
- License: bsd-3-clause
- Created: 2024-05-07T19:37:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T19:49:06.000Z (3 months ago)
- Last Synced: 2025-03-23T22:12:58.431Z (3 months ago)
- Language: Python
- Homepage: https://ilamb3.readthedocs.io
- Size: 1.01 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[
](https://www.bgc-feedbacks.org/)
*Experimental version under development*
[![Continuous Integration][ci-badge]][ci-link]
[![Documentation Status][rtd-badge]][rtd-link]
[![Code Coverage Status][codecov-badge]][codecov-link]# ILAMB - International Land Model Benchmarking
The python package designed to help confront earth system models with reference
data products, and then present the results in a hierarchical set of webpages.
Please see [ilamb.org](https://www.ilamb.org) where we have details about the
datasets we use, the results we catalog, and the methods we employ.This package is being developed and not currently listed in PyPI or conda-forge. You may install it directly from this repository:
```bash
pip install git+https://github.com/rubisco-sfa/ilamb3
```We will make *releases* as new methods and functionality are ready, updating the documentation as we develop. Eventually this package will replace the current [ILAMB](https://github.com/rubisco-sfa/ILAMB) package. Consult the [documentation](https://ilamb3.readthedocs.io/) for more information on current status and to see what is functional.
## Funding
This research was performed for the *Reducing Uncertainties in
Biogeochemical Interactions through Synthesis and Computation*
(RUBISCO) Scientific Focus Area, which is sponsored by the Regional
and Global Climate Modeling (RGCM) Program in the Climate and
Environmental Sciences Division (CESD) of the Biological and
Environmental Research (BER) Program in the U.S. Department of Energy
Office of Science.[ci-badge]: https://github.com/rubisco-sfa/ilamb3/actions/workflows/ci.yml/badge.svg?branch=main
[ci-link]: https://github.com/rubisco-sfa/ilamb3/actions/workflows/ci.yml
[rtd-badge]: https://readthedocs.org/projects/ilamb3/badge/?version=latest
[rtd-link]: https://ilamb3.readthedocs.io/en/latest/?badge=latest
[codecov-badge]: https://img.shields.io/codecov/c/github/rubisco-sfa/ilamb3.svg?logo=codecov
[codecov-link]: https://codecov.io/gh/rubisco-sfa/ilamb3