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

Toml dict is missing `R_d`

Open charleskawczynski opened this issue 3 years ago • 1 comments

The toml dict is missing R_d, and we need to add it. It's used in RRTMGP.jl. What is a derived parameter for one package (R_d for Thermodynamics) may not be derived for another package (RRTMGP.jl).

charleskawczynski avatar Jun 19 '22 23:06 charleskawczynski

I suppose that, in this case, we can massage the arguments so that RRTMGP.jl stores gas_constant and molmass_dryair in order to define a derived parameter method.

charleskawczynski avatar Jun 19 '22 23:06 charleskawczynski