Neurotic alignment
This commit is contained in:
parent
06d5658c73
commit
30a8e15bf6
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ def moist_lapse_rate(temp: float, pressure: float) -> float:
|
||||||
T = kelvin(temp)
|
T = kelvin(temp)
|
||||||
|
|
||||||
return g * (1 + (Hv * r) / (Rsd * T)) \
|
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,
|
def loft_parcel(start_temp: float,
|
||||||
start_pressure: float,
|
start_pressure: float,
|
||||||
|
|
Loading…
Add table
Reference in a new issue