RRTMGP.jl icon indicating copy to clipboard operation
RRTMGP.jl copied to clipboard

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

Results 45 RRTMGP.jl issues
Sort by recently updated
recently updated
newest added

https://github.com/CliMA/RRTMGP.jl/blob/73280d6b7b23c7ef386e532e7da1924b66e6a30f/test/clear_sky_utils.jl#L96 Infiltrator is convenient, but it is a debug/developlment tool. It should not be left in the commited repo. It is used in a few places.

RRTMGP uses a random number generator. If we want to restart a run and debug it in a deterministic way, we need to control how random numbers are generated. The...

As we do in [ClimaDiagnostics](https://github.com/CliMA/ClimaDiagnostics.jl/blob/main/.github/workflows/Downstream.yml), [ClimaUtilities](https://github.com/CliMA/ClimaUtilities.jl/blob/main/.github/workflows/Downstream.yml), [ClimaCore](https://github.com/CliMA/ClimaCore.jl/blob/main/.github/workflows/Downstream.yml), [ClimaLand](https://github.com/CliMA/ClimaLand.jl/blob/main/.github/workflows/Downstream.yml), [ClimaAtmos](https://github.com/CliMA/ClimaAtmos.jl/blob/main/.github/workflows/Downstream.yml), [Thermodynamics](https://github.com/CliMA/Thermodynamics.jl/pull/226). See PR in [Thermodynamics](https://github.com/CliMA/Thermodynamics.jl/pull/226).

There is an issue with the sea salt table in the aerosol SW lookup table we currently use. We should update it with the correct version.

bug

## Purpose for debugging ClimaAtmos ## To-do ## Content ---- - [ ] I have read and checked the items on the review checklist.