CliMA / RRTMGP.jl

A Julia implementation of Rapid and accurate Radiative Transfer Model for General Circulation Models.
https://clima.github.io/RRTMGP.jl/latest/
Apache License 2.0
56 stars 4 forks source link

RRTMGP.jl

Julia implementation of Rapid and accurate Radiative Transfer Model for General Circulation Models.

Documentation latest
Code Coverage codecov
BuildKite buildkite

This is based off of the 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:

pkg> add RRTMGP

Then, to use

julia> using RRTMGP

Acknowledgments