CliMA / ClimaParams.jl

Contains all universal constant and physical parameters in CLIMA
Apache License 2.0
35 stars 5 forks source link

Toml dict is missing `R_d` #90

Open charleskawczynski opened 2 years ago

charleskawczynski commented 2 years ago

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 commented 2 years ago

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.