Compare commits
No commits in common. "adf97b1cd2f4fbbeb80901b97402d7a7a3e1b737" and "fcc6d70678ebd0eca5c035903baaaf01bbf65159" have entirely different histories.
adf97b1cd2
...
fcc6d70678
1 changed files with 3 additions and 6 deletions
|
@ -263,10 +263,7 @@ class SoundingParams():
|
||||||
SeriesIntersection.LESSER,
|
SeriesIntersection.LESSER,
|
||||||
lcl[1]-1)
|
lcl[1]-1)
|
||||||
|
|
||||||
tv = virtual_temp_line.nearest(lcl[1])
|
moist_adiabat = follow_moist_adiabat(*lfc)
|
||||||
|
|
||||||
moist_adiabat = follow_moist_adiabat((lcl[0] + tv) / 2,
|
|
||||||
lcl[1])
|
|
||||||
|
|
||||||
el = temp_line.intersect(moist_adiabat,
|
el = temp_line.intersect(moist_adiabat,
|
||||||
SeriesIntersection.GREATER,
|
SeriesIntersection.GREATER,
|
||||||
|
|
Loading…
Add table
Reference in a new issue