Metadata-Version: 2.4
Name: cleopy
Version: 0.65.0
Summary: Python package for generating input and processing output of Cleo SDM
Project-URL: Homepage, https://github.com/yoctoyotta1024/CLEO
Project-URL: Website, https://yoctoyotta1024.github.io/CLEO
Project-URL: Issues, https://github.com/yoctoyotta1024/CLEO/issues
Author-email: Clara Bayley <yoctoyotta1024@yahoo.com>
License-Expression: BSD-3-Clause
License-File: LICENSE.md
Requires-Python: >=3.13
Requires-Dist: awkward
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: ruamel-yaml
Requires-Dist: scipy
Requires-Dist: xarray
Requires-Dist: zarr
Provides-Extra: examples
Requires-Dist: mpi4py; extra == 'examples'
Provides-Extra: yac
Requires-Dist: cython; extra == 'yac'
Requires-Dist: datetime; extra == 'yac'
Requires-Dist: isodate; extra == 'yac'
Requires-Dist: mpi4py; extra == 'yac'
Requires-Dist: netcdf4; extra == 'yac'
Requires-Dist: pip; extra == 'yac'
Requires-Dist: setuptools; extra == 'yac'
Description-Content-Type: text/markdown

```
/*
 * ----- CLEO -----
 * File: README.md
 * project: CLEO
 * Created Date: Thursday 12th October 2023
 * Author: Clara Bayley (CB)
 * Additional Contributors:
 * -----
 * License: BSD 3-Clause "New" or "Revised" License
 * https://opensource.org/licenses/BSD-3-Clause
 * -----
 * Copyright (c) 2023 MPI-M, Clara Bayley
 */
```

# CLEO
Cleo is a library for Super-Droplet Model microphysics.

You can read more about Cleo in its
documentation: <https://yoctoyotta1024.github.io/CLEO/>.

### Developer Credit
Clara J. A. Bayley is Cleo's main developer.

Her principal co-developers, responsible for the YAC coupling and Cleo's MPI
domain decomposition, are:
- Wilton Loch,
- Aparna Devulapalli.

Clara also gives special thanks to these important people, who also greatly
contributed to Cleo's development:
- Tobias Kölling (Ideas behind using C++ Templates and Concepts, adaptive
timestepping algorithm, and many many other important discussions),
- Lukas Kluft (Python and GitHub CI help).
- Sergey Kosukhin (C++ and CMake help).
