Open IslandOfDreams opened 4 years ago
Same as #1467 with regards to our on-going constants work. Thanks for this reference, I had not seen that before.
"Constants" that vary are something we haven't really worked out, but really need to in other contexts like latent heat of vaporization for water. The best solution I've come to is provide a good default value but also provide a function that can compute the adjusted value, for use broadly, including in our computations where the requisite information for adjustment is present.
Can you provide any additional insight on what led you to find our less robust value?
IS (MetPy v12.2): constants.py, line 105: Md = dry_air_molecular_weight = units.Quantity(28.9644, 'g / mol')
SHOULD BE: