Installing pyRTE-RRTMGP
On Linux (x86_64) and macOS (Intel/ARM) platforms, you can install the package with conda. For other platforms, you need to build the package from source on your local system
See the Contributor Guide for information on how to contribute to this effort.
Installation with Conda (recommended)
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:
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:
import pyrte_rrtmgp
To verify your installation, you can run a set of tests with the following command:
pyrte_rrtmgp run_tests