Skip to main content

Implementation of a radiative-convective equilibrium model.

Project description

PyPI version Test DOI Documentation Status

konrad - Radiative-convective equilibrium framework

The goal of konrad is to provide a simple framework to run radiative-convective equilibrium (RCE) simulations. It is build in an object oriented structure to allow simple modifications of the model setup.

Requirements

konrad requires Python 3.6 or higher. The recommended way to get Python is through Anaconda. But of course, any other Python distribution is also working.

Install stable release

You can install the latest stable version of konrad using pip:

pip install konrad

Konrad depends on the CliMT package. CliMT handles a variety of underlying FORTRAN code and provides precompiled binary wheels for some Python versions and operating systems.

Python >3.7

However, for Python >3.7 the FORTRAN libraries need to be compiled locally. In this case, you need to specify a C compiler, a FORTRAN compiler, and the target architecture using the corresponding environment variables:

CC=gcc FC=gfortran TARGET=HASWELL pip install konrad

macOS

On macOS, you may need to install the GCC compiler suite beforehand:

brew install gcc@10
CC=gcc-10 FC=gfortran-10 TARGET=HASWELL pip install konrad

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

konrad-0.8.1.tar.gz (125.0 kB view hashes)

Uploaded Source

Built Distribution

konrad-0.8.1-py3-none-any.whl (132.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page