diff --git a/src/Parameters.jl b/src/Parameters.jl index 1aaa7f52b..76da6774c 100644 --- a/src/Parameters.jl +++ b/src/Parameters.jl @@ -22,4 +22,6 @@ end R_d(ps::ARP) = gas_constant(ps) / molmass_dryair(ps) cp_d(ps::ARP) = R_d(ps) / kappa_d(ps) +Base.eltype(::RRTMGPParameters{FT}) where {FT} = FT + end # module