Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CliMA/RRTMGP.jl
A Julia implementation of Rapid and accurate Radiative Transfer Model for General Circulation Models.
https://github.com/CliMA/RRTMGP.jl
Last synced: 3 months ago
JSON representation
A Julia implementation of Rapid and accurate Radiative Transfer Model for General Circulation Models.
- Host: GitHub
- URL: https://github.com/CliMA/RRTMGP.jl
- Owner: CliMA
- License: apache-2.0
- Created: 2019-09-13T18:31:11.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T22:05:43.000Z (5 months ago)
- Last Synced: 2024-06-11T17:30:35.922Z (5 months ago)
- Language: Julia
- Homepage: https://clima.github.io/RRTMGP.jl/latest/
- Size: 74.1 MB
- Stars: 54
- Watchers: 10
- Forks: 4
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - RRTMGP.jl - A Julia implementation of Rapid and accurate Radiative Transfer Model for General Circulation Models. (Atmosphere / Radiative Transfer)
README
# RRTMGP.jl
Julia implementation of Rapid and accurate Radiative Transfer Model for General Circulation Models.
|||
|---------------------:|:----------------------------------------------|
| **Documentation** | [![latest][docs-latest-img]][docs-latest-url] |
| **Code Coverage** | [![codecov][codecov-img]][codecov-url] |
| **BuildKite** | [![buildkite][buildkite-img]][buildkite-url] |[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
[docs-latest-url]: https://CliMA.github.io/RRTMGP.jl/latest/[codecov-img]: https://codecov.io/gh/CliMA/RRTMGP.jl/branch/main/graph/badge.svg
[codecov-url]: https://codecov.io/gh/CliMA/RRTMGP.jl[buildkite-img]: https://badge.buildkite.com/ee3a0c43cf4925ee14a966f794ac85d0b9439244d23e43b308.svg
[buildkite-url]: https://buildkite.com/clima/rrtmgp-ciThis is based off of the [rte-rrtmgp](https://github.com/RobertPincus/rte-rrtmgp) repository.
# Install
RRTMGP.jl is registered in the general Julia registry. To install, enter the package manager by typing `]` in the Julia REPL, and then type:
```julia
pkg> add RRTMGP
```Then, to use
```julia
julia> using RRTMGP
```# Acknowledgments
- [Robert Pincus](https://github.com/RobertPincus) for his invaluable help and for developing the [RRTMGP implementation](https://github.com/earth-system-radiation/rte-rrtmgp) on which this code is based
- NASA for images of the sun (for our [logo](https://clima.github.io/RRTMGP.jl/latest/assets/logo.png))