.. pyRTE-RRTMGP documentation master file, created by
sphinx-quickstart on Thu Feb 29 10:39:08 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
pyRTE-RRTMGP technical documentation
=====================================
pyRTE-RRTMGP provides a **Python interface** to the
`RTE+RRTMGP `_ Fortran software package
for computing radiative fluxes in planetary atmospheres. RTE+RRTMGP is described in a
`paper `_ in
`Journal of Advances in Modeling Earth Systems `_.
pyRTE-RRTMGP uses `pybind11 `_ to create a Python interface to a subset of the RTE+RRTMGP functions available in Fortran.
This documentation focuses on installation and developemnt and provides the technical reference for the functions and classes.
**User-facing documentation** including explanation and usage examples is available on
`Github `_.
.. toctree::
:maxdepth: 2
:caption: Getting started:
how_to/installation
explanation/usage
tutorials/tutorials
.. toctree::
:maxdepth: 2
:caption: Reference:
reference/pyrte_rrtmgp_python_modules
reference/low_level_kernel_modules
.. toctree::
:maxdepth: 2
:caption: Contributing:
contributor_guide/contribute
how_to/installation-local-dev
contributor_guide/fortran-compatibility
.. Indices and tables
.. ==================
.. * :ref:`genindex`
.. * :ref:`modindex`
.. * :ref:`search`