Ensure gravitational force is applied to CAPE

This commit is contained in:
XANTRONIX 2025-03-09 15:22:25 -04:00
parent bb9b2e2dbf
commit cae2cb0b3f

View file

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