Skip to main content

'Implementation of a radiative-convective equilibrium model.

Project description

PyPI version Test Documentation Status DOI

Logo konrad

konrad is a one-dimensional radiative-convective equilibrium (RCE) model. It is build in an object oriented structure to allow simple modifications of the model setup.

You can find various tutorials that illustrate the usage of konrad in our "How to konrad" Jupyter book.

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:

python -m 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.

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 python -m pip install konrad

macOS

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

# Install GCC 11 and set it as C and Fortran compiler.
brew install gcc@12
CC=gcc-12 FC=gfortran-12

# Set the target architecture (different for Apple M1 [arm64]).
[[ $(uname -p) == arm64 ]] && TARGET=ARMV8 || TARGET=HASWELL

# Install a trimmed down version of CliMT that ships RRTMG only.
export CC FC TARGET
python -m pip install git+https://github.com/atmtools/climt@rrtmg-only

# Install konrad itself
python -m 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-1.0.2.tar.gz (129.6 kB view details)

Uploaded Source

Built Distribution

konrad-1.0.2-py3-none-any.whl (137.6 kB view details)

Uploaded Python 3

File details

Details for the file konrad-1.0.2.tar.gz.

File metadata

  • Download URL: konrad-1.0.2.tar.gz
  • Upload date:
  • Size: 129.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for konrad-1.0.2.tar.gz
Algorithm Hash digest
SHA256 7794d8e790cb3dcd11f7bd0ef11c1900c05cebd3bb8a6a49a19a511d692bf393
MD5 14066ffc0941f75d6c4446f810429189
BLAKE2b-256 a7a392c5e85985f17fc28dd2de4cf40720ef179c8b89b66fcacf74163e571b95

See more details on using hashes here.

File details

Details for the file konrad-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: konrad-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 137.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for konrad-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6c96262e85df26c201eeb866bdf396ebb522ed55c3400689ef0067953b91c8b9
MD5 829c37f04d38e5d9cecfbccc70f4d601
BLAKE2b-256 50297d031fac6ccbf869af887abf90fed21422b1453f79e72284c642e982c30c

See more details on using hashes here.

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