Neurotic alignment

This commit is contained in:
XANTRONIX 2025-03-08 21:45:26 -05:00
parent 06d5658c73
commit 30a8e15bf6

View file

@ -99,7 +99,7 @@ def moist_lapse_rate(temp: float, pressure: float) -> float:
T = kelvin(temp)
return g * (1 + (Hv * r) / (Rsd * T)) \
/ (Cpd + (((Hv**2) * r) / (Rsw * (T**2))))
/ (Cpd + (((Hv**2) * r) / (Rsw * (T**2))))
def loft_parcel(start_temp: float,
start_pressure: float,