Use same gravitational force across codebase

This commit is contained in:
XANTRONIX 2025-03-09 16:14:55 -04:00
parent 362ee0a2f4
commit d777934a6f

View file

@ -220,7 +220,7 @@ class SoundingParameters():
gph_last = gph
return 9.80665 * cape
return 9.8076 * cape
@staticmethod
def from_sounding(sounding: Sounding) -> Self: