https://github.com/leifdenby/genesis
Python toolkit for coherent structure analysis in atmospheric flows
https://github.com/leifdenby/genesis
atmospheric-modelling clouds python
Last synced: about 1 year ago
JSON representation
Python toolkit for coherent structure analysis in atmospheric flows
- Host: GitHub
- URL: https://github.com/leifdenby/genesis
- Owner: leifdenby
- License: bsd-3-clause
- Created: 2018-02-07T18:43:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T17:51:28.000Z (over 2 years ago)
- Last Synced: 2025-06-10T22:54:45.315Z (about 1 year ago)
- Topics: atmospheric-modelling, clouds, python
- Language: Python
- Homepage:
- Size: 1.48 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# GENESIS toolkit for analysing coherent structures in atmospheric flows

[](https://doi.org/10.5281/zenodo.3956423)
This repository contains the GENESIS toolkit developed during the
[GENESIS](http://homepages.see.leeds.ac.uk/~earlcd/GENESIS/) project, which
enables the study of coherent structures in atmospheric flows. It is designed
to for studying coherent boundary layer structures which trigger convective
clouds.
![Annotated cross-section
<br />from RICO simulation with UCLALES]](images/RICO_cross-section_annotated.png)
## Installation
You can install the newest release from [pypi](https://pypi.org/) using `pip`:
```bash
python -m pip install cloud-genesis
```
## Usage
The easiest way to get started with genesis is to check out the training
material created for the [COMPLETE
workshop](https://github.com/leifdenby/genesis-complete-workshop-2019).