XANTRONIX xan · they/them
xan pushed to main at xan/xmet 2025-03-09 17:45:28 -04:00
d8831609d5 Ensure initial temp, pressure value visited
xan pushed to main at xan/xmet 2025-03-09 17:03:00 -04:00
0860e19695 This is actually necessary
xan pushed to main at xan/xmet 2025-03-09 16:54:47 -04:00
1b5f126687 Remove unnecessary saturated_vapor_pressure()
xan pushed to main at xan/xmet 2025-03-09 16:47:27 -04:00
f69daea4ac Remove unneeded imports
xan pushed to main at xan/xmet 2025-03-09 16:45:30 -04:00
698a7d34c8 Simplify
d777934a6f Use same gravitational force across codebase
Compare 2 commits »
xan pushed to main at xan/xmet 2025-03-09 16:14:32 -04:00
362ee0a2f4 Do not compute lapse on first height
xan pushed to main at xan/xmet 2025-03-09 15:22:34 -04:00
cae2cb0b3f Ensure gravitational force is applied to CAPE
bb9b2e2dbf Remove unnecessary parens
Compare 2 commits »
xan pushed to main at xan/xmet 2025-03-09 14:40:48 -04:00
25540d0ef7 Initial implementation of CAPE calculation
xan pushed to main at xan/xmet 2025-03-09 13:43:22 -04:00
00f623f5ae Move neighbor calculation to neighbors()
xan pushed to main at xan/xmet 2025-03-09 13:29:06 -04:00
e5f00ee85f Move parameter derivation to SoundingParameters
xan pushed to main at xan/xmet 2025-03-09 13:16:27 -04:00
5b33653dcf Move cmp() to SeriesIntersection
xan pushed to main at xan/xmet 2025-03-09 12:38:03 -04:00
c1f85adeec Slight whitespace fix
xan pushed to main at xan/xmet 2025-03-09 12:36:22 -04:00
6faef30524 Redo Sounding.find_el() with Series.intersect()
68880816ac Allow Series.intersect() to have start value
Compare 2 commits »
xan pushed to main at xan/xmet 2025-03-09 12:19:03 -04:00
c2f17fa139 Drop Sounding.find_lfc() for Series.intersect()
xan pushed to main at xan/xmet 2025-03-09 12:16:41 -04:00
2edea01934 Redo Sounding.find_lcl() with Series.intersect()
74678d6a32 Redo Sounding.find_el() with Series.intersect()
Compare 2 commits »
xan pushed to main at xan/xmet 2025-03-09 12:08:52 -04:00
830425980d Only follow temperature line once
xan pushed to main at xan/xmet 2025-03-09 12:03:33 -04:00
5f55060b09 Iterate over 1.0mb pressure increments
xan pushed to main at xan/xmet 2025-03-09 11:59:14 -04:00
38c1a48e01 Explicitly specify manner of intersection
xan pushed to main at xan/xmet 2025-03-08 22:49:04 -05:00
ebae24b38e Implement finding equilibrium level
xan pushed to main at xan/xmet 2025-03-08 21:45:24 -05:00
30a8e15bf6 Neurotic alignment