Ensure gravitational force is applied to CAPE
This commit is contained in:
parent
bb9b2e2dbf
commit
cae2cb0b3f
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ class SoundingParameters():
|
||||||
|
|
||||||
gph_last = gph
|
gph_last = gph
|
||||||
|
|
||||||
return cape
|
return 9.80665 * cape
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def from_sounding(sounding: Sounding) -> Self:
|
def from_sounding(sounding: Sounding) -> Self:
|
||||||
|
|
Loading…
Add table
Reference in a new issue