{"id":13569851,"url":"https://github.com/atmtools/konrad","last_synced_at":"2025-04-09T15:04:18.710Z","repository":{"id":30143874,"uuid":"124036767","full_name":"atmtools/konrad","owner":"atmtools","description":"Implementation of a radiative-convective equilibrium model.","archived":false,"fork":false,"pushed_at":"2025-03-04T17:15:07.000Z","size":30349,"stargazers_count":20,"open_issues_count":2,"forks_count":17,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-09T15:02:15.815Z","etag":null,"topics":["atmospheric-science","hacktoberfest","python","python3","science"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atmtools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-06T07:13:42.000Z","updated_at":"2025-03-26T14:32:37.000Z","dependencies_parsed_at":"2025-03-26T10:00:36.541Z","dependency_job_id":"eaec64c9-c6cf-45e8-b817-3e1bda283c50","html_url":"https://github.com/atmtools/konrad","commit_stats":{"total_commits":836,"total_committers":18,"mean_commits":46.44444444444444,"dds":"0.46650717703349287","last_synced_commit":"21e6c81f08f0ba1b093d5e6167c291296031f56b"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Fkonrad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Fkonrad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Fkonrad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atmtools%2Fkonrad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atmtools","download_url":"https://codeload.github.com/atmtools/konrad/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248055276,"owners_count":21040156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atmospheric-science","hacktoberfest","python","python3","science"],"created_at":"2024-08-01T14:00:45.066Z","updated_at":"2025-04-09T15:04:18.676Z","avatar_url":"https://github.com/atmtools.png","language":"Python","funding_links":[],"categories":["Atmosphere","Uncategorized"],"sub_categories":["Radiative Transfer","Uncategorized"],"readme":"[![PyPI version](https://badge.fury.io/py/konrad.svg)](https://badge.fury.io/py/konrad)\n[![Test](https://github.com/atmtools/konrad/workflows/Test/badge.svg?branch=main)](https://github.com/atmtools/konrad/commits/main)\n[![Documentation Status](https://readthedocs.org/projects/konrad/badge/?version=latest)](https://konrad.readthedocs.io/?badge=latest)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1313687.svg)](https://doi.org/10.5281/zenodo.1313687)\n\n# ![Logo](howto/images/konrad-logo_64.png) konrad\n\n``konrad`` is a one-dimensional radiative-convective equilibrium (RCE) model.\nIt is build in an object oriented structure to allow simple modifications of\nthe model setup.\n\nYou can find various tutorials that illustrate the usage of ``konrad`` in our\n[\"How to konrad\"](https://atmtools.github.io/konrad) Jupyter book.\n\n## Requirements\n``konrad`` requires Python 3.6 or higher. The recommended way to get\nPython is through [Anaconda](https://www.continuum.io/downloads).\nBut of course, any other Python distribution is also working.\n\n## Install stable release\nYou can install the latest stable version of ``konrad`` using ``pip``:\n```bash\npython -m pip install konrad\n```\n\nKonrad depends on the [CliMT](https://github.com/CliMT/climt) package.\nCliMT handles a variety of underlying FORTRAN code and provides precompiled\nbinary wheels for some Python versions and operating systems.\n\nHowever (for Python \u003e3.7) the FORTRAN libraries need to be compiled locally.\nIn this case, you need to specify a C compiler, a FORTRAN compiler, and the\ntarget architecture using the corresponding environment variables:\n```bash\nCC=gcc FC=gfortran TARGET=HASWELL python -m pip install konrad\n```\n\n### macOS\nOn macOS, you may need to install the GCC compiler suite beforehand:\n```bash\n# Install GCC 11 and set it as C and Fortran compiler.\nbrew install gcc@12\nCC=gcc-12 FC=gfortran-12\n\n# Set the target architecture (different for Apple M1 [arm64]).\n[[ $(uname -p) == arm64 ]] \u0026\u0026 TARGET=ARMV8 || TARGET=HASWELL\n\n# Install a trimmed down version of CliMT that ships RRTMG only.\nexport CC FC TARGET\npython -m pip install git+https://github.com/atmtools/climt@rrtmg-only\n\n# Install konrad itself\npython -m pip install konrad\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatmtools%2Fkonrad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatmtools%2Fkonrad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatmtools%2Fkonrad/lists"}