Use same gravitational force across codebase
This commit is contained in:
parent
362ee0a2f4
commit
d777934a6f
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ class SoundingParameters():
|
|||
|
||||
gph_last = gph
|
||||
|
||||
return 9.80665 * cape
|
||||
return 9.8076 * cape
|
||||
|
||||
@staticmethod
|
||||
def from_sounding(sounding: Sounding) -> Self:
|
||||
|
|
Loading…
Add table
Reference in a new issue