pyrte-rrtmgp

Python interface to the RTE+RRTMGP Fortran software package

https://github.com/earth-system-radiation/pyrte-rrtmgp

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.8%) to scientific vocabulary

Keywords

atmosphere atmospheric-modelling atmospheric-scattering atmospheric-science environmental-science python scientific-computing
Last synced: 6 months ago · JSON representation ·

Repository

Python interface to the RTE+RRTMGP Fortran software package

Basic Info
Statistics
  • Stars: 15
  • Watchers: 5
  • Forks: 7
  • Open Issues: 21
  • Releases: 15
Topics
atmosphere atmospheric-modelling atmospheric-scattering atmospheric-science environmental-science python scientific-computing
Created about 2 years ago · Last pushed 6 months ago
Metadata Files
Readme Contributing License Citation

README.md

CI passing Mypy Documentation Status DOI

pyRTE-RRTMGP

This is the repository for the pyRTE-RRTMGP project.

This project provides a Python interface to the RTE+RRTMGP Fortran software package. RTE+RRTMGP package is a set of libraries for for computing radiative fluxes in planetary atmospheres.

Documentation

Technical documentation for pyRTE-RRTMGP including installation instructions is available on Read the Docs.

User documentation including explanations, tutorials, and examples is available on Github

Project Status

The project is currently under active development. See CONTRIBUTING.md for information on how to contribute.

Note: The Python API is not entirely stable and is subject to change.

Installing pyRTE-RRTMGP

Installing with Mamba (recommended)

Conda Version Conda Platforms

pyRTE-RRTMGP is available as a conda package for Linux (x86_64) and MacOS. You can install it from the conda-forge channel or, better, use mamba:

bash mamba install pyrte_rrtmgp

This will install the package in your current conda environment. If you want to install the package in a different environment, activate your environment before running the conda install command above.

After installing the package, you can import it in your Python code:

python import pyrte_rrtmgp

To verify your installation, you can run a set of tests with the following command:

bash pyrte_rrtmgp run_tests

For platforms not supported by the conda package and alternatives to installing with conda, see the installation instructions in the documentation and the Contributor Guide.

Owner

  • Name: earth-system-radiation
  • Login: earth-system-radiation
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
title: "pyRTE-RRTMGP"
authors:
  - given-names: Robert
    family-names: Pincus
    orcid: "https://orcid.org/0000-0002-0016-3470"
  - name: makepath LLC
    website: 'https://makepath.com/'
  - given-names: Josué Miguel
    family-names: Sehnem
    orcid: "https://orcid.org/0009-0004-9403-1509"
type: software
identifiers:
  - type: doi
    value: 10.5281/zenodo.10982460
repository-code: "https://github.com/earth-system-radiation/pyRTE-RRTMGP"
url: "https://pyrte-rrtmgp.readthedocs.io/"
license: BSD-3-Clause
date-released: "2025-08-14"
version: 0.2.1
abstract: >-
  pyRTE-RRTMGP provides a Python interface to the RTE+RRTMGP
  (https://earth-system-radiation.github.io/rte-rrtmgp/)
  Fortran software package.
keywords:
  - Python
  - Scientific Python
  - RTE+RRTMGP
  - Atmospheric Radiation
  - Radiative Transfer
  - Climate Model
  - Research
message: >-
  If you use this software, please cite it using the
  metadata from this file.
references:
  - type: software
    authors:
    - family-names: Pincus
      given-names: Robert
      orcid: "https://orcid.org/0000-0002-0016-3470"
    - family-names: Iacono
      given-names: Michael J.
      orcid: "https://orcid.org/0000-0002-9578-0649"
    - family-names: Alexeev
      given-names: Dmitry
      orcid: "https://orcid.org/0000-0002-6425-2181"
    - family-names: Adamidis
      given-names: Panos
    - family-names: Hillman
      given-names: Benjamin R.
      orcid: "https://orcid.org/0000-0002-9264-9872"
    - family-names: Norman
      given-names: Matthew
      orcid: "https://orcid.org/0000-0003-4764-3348"
    - family-names: Pfister
      given-names: Erik
      orcid: "https://orcid.org/0009-0002-2688-138X"
    - family-names: Polonsky
      given-names: Igor N.
    - family-names: Romero
      given-names: Nicols A.
    - family-names: Wehe
      given-names: Andre
    title: "RTE+RRTMGP"
    date-released: 2021-07-26
    scope: "The underlying Fortran software"
    doi: 10.5281/zenodo.3403172
    version: 1.9.1
    repository-code: "https://github.com/earth-system-radiation/rte-rrtmgp"
  - type: article
    authors:
      - family-names: Pincus
        given-names: Robert
      - family-names: Mlawer
        given-names: Eli J.
      - family-names: Delamere
        given-names: Jennifer S.
    title: "Balancing Accuracy, Efficiency, and Flexibility in Radiation Calculations for Dynamical Models"
    year: 2019
    journal: "Journal of Advances in Modeling Earth Systems"
    scope: "This paper describes the design, concepts, and version 1.0 of the underlying Fortran software"
    volume: 11
    number: 10
    pages: 3074-3089
    doi: 10.1029/2019MS001621

GitHub Events

Total
  • Create event: 97
  • Release event: 8
  • Issues event: 127
  • Watch event: 9
  • Delete event: 86
  • Member event: 1
  • Issue comment event: 289
  • Push event: 379
  • Pull request review event: 65
  • Pull request review comment event: 31
  • Pull request event: 177
  • Fork event: 6
Last Year
  • Create event: 97
  • Release event: 8
  • Issues event: 127
  • Watch event: 9
  • Delete event: 86
  • Member event: 1
  • Issue comment event: 289
  • Push event: 379
  • Pull request review event: 65
  • Pull request review comment event: 31
  • Pull request event: 177
  • Fork event: 6

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 66
  • Total pull requests: 96
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 7 days
  • Total issue authors: 11
  • Total pull request authors: 9
  • Average comments per issue: 1.59
  • Average comments per pull request: 0.75
  • Merged pull requests: 65
  • Bot issues: 0
  • Bot pull requests: 12
Past Year
  • Issues: 63
  • Pull requests: 96
  • Average time to close issues: 22 days
  • Average time to close pull requests: 7 days
  • Issue authors: 11
  • Pull request authors: 9
  • Average comments per issue: 1.35
  • Average comments per pull request: 0.75
  • Merged pull requests: 65
  • Bot issues: 0
  • Bot pull requests: 12
Top Authors
Issue Authors
  • tcmetzger (30)
  • brendancol (29)
  • RobertPincus (14)
  • giancastro (3)
  • dhjx1996 (3)
  • sehnem (2)
  • katharinahafner (2)
  • pczarnecki (2)
  • ankurmahesh (2)
  • EggsMan (1)
  • oelbert (1)
Pull Request Authors
  • RobertPincus (28)
  • tcmetzger (25)
  • sehnem (19)
  • brendancol (19)
  • makepath-alex (10)
  • pre-commit-ci[bot] (9)
  • giancastro (6)
  • dependabot[bot] (2)
  • oelbert (1)
Top Labels
Issue Labels
bug (8) Stretch (7) enhancement (4) good first issue (4) documentation (3) WIP (1)
Pull Request Labels
WIP (7) bug (6) dependencies (2) github_actions (2) enhancement (2) documentation (1) Triage (1) Stretch (1)

Dependencies

.github/workflows/conda.yml actions
  • actions/checkout v4 composite
  • conda-incubator/setup-miniconda v3.0.0 composite
pyproject.toml pypi
  • numpy >=1.21.0
.github/workflows/mypy.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
pyrte_rrtmgp/tests/requirements-test.txt pypi
  • numpy >=1.21.1 test
  • pytest >=7.4.0 test