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

Assorted cleanups #480

Closed Sbozzolo closed 4 months ago

Sbozzolo commented 4 months ago

This PR cleans up a few small things and bumps the version to 0.13.3 so that we can use ClimaComms 0.6 in ClimaAtmos.

I added two @import_required_backends that were missed and in the process I made sure that they are always called with the same pattern

Closes #483