Skip to content

alexlib/genesis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GENESIS toolkit for analysing coherent structures in atmospheric flows

This repository contains the GENESIS toolkit developed during the 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
from RICO simulation with UCLALES]

Installation

To get started you will need to clone this repository locally

git clone https://github.com/leifdenby/genesis
cd genesis

All the necessary dependencies can be installed with conda. Once conda is installed we can create a conda environment and install the dependencies into there:

conda env create -n genesis -f environment.yml
conda activate genesis

Finally you will need to install the object identification code which is in a separate repository

pip install git+https://github.com/leifdenby/cloud_identification@master

and install the code for the GENESIS toolkit itself:

pip install .

About

Python tools for GENESIS analysis

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.3%
  • HTML 3.7%