Metadata-Version: 2.4
Name: aiida-benchcab
Version: 0.0.3
Summary: AiiDA workflows for running and evaluating land surface models.
Author: ACCESS-NRI, Climate Change Research Centre (CCRC)
License: Apache Software License 2.0
Keywords: aiida,plugin
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Framework :: AiiDA
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiida-core<3,>=2.9
Requires-Dist: aiida-shell>=0.8.2
Requires-Dist: click
Requires-Dist: f90nml
Requires-Dist: GitPython
Requires-Dist: ruamel.yaml
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-click; extra == "docs"
Requires-Dist: sphinx_design; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: tomli>=2.0.0; python_version < "3.11" and extra == "docs"
Dynamic: license-file

# aiida-benchcab

![badge-docs][badge-docs] ![badge-conda][badge-conda] ![badge-pypi][badge-pypi]
![badge-license][badge-license]

`aiida-benchcab` is an [`AiiDA`][aiida] plugin package which provides workflows for
running and evaluating land surface models.

Read the documentation [here][aiida-benchcab-docs].

[aiida]: http://www.aiida.net
[aiida-benchcab-docs]: https://aiida-benchcab.readthedocs.io/en/latest/
[badge-docs]: https://readthedocs.org/projects/aiida-benchcab/badge/?version=latest
[badge-license]: https://img.shields.io/github/license/ACCESS-NRI/aiida-benchcab
[badge-conda]: https://img.shields.io/conda/v/accessnri/aiida-benchcab
[badge-pypi]: https://img.shields.io/pypi/v/aiida-benchcab.svg
