Metadata-Version: 2.3
Name: aiida-icon
Version: 0.3.0
Summary: AiiDA Plugin to run simulations with the ICON weather & climate model
Project-URL: Documentation, https://aiida-icon.github.io/aiida-icon/
Project-URL: Issues, https://github.com/DropD/aiida-icon/issues
Project-URL: Source, https://github.com/DropD/aiida-icon
Author-email: Rico Häuselmann <rico.haeuselmann@gmail.com>
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.9
Requires-Dist: aiida-core>=2.5
Requires-Dist: click
Requires-Dist: f90nml
Description-Content-Type: text/markdown

# aiida-icon

[![PyPI - Version](https://img.shields.io/pypi/v/aiida-icon.svg)](https://pypi.org/project/aiida-icon)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aiida-icon.svg)](https://pypi.org/project/aiida-icon)

---

[AiiDA](www.aiida.net) plugin to run the [ICON Weather & Climate Model](https://icon-model.org/) as part of HPC workflows.

Full documentation is [here](https://aiida-icon.github.io/aiida-icon/)

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install aiida-icon
```

## License

`aiida-icon` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
