Compare commits
2 commits
fcc6d70678
...
adf97b1cd2
Author | SHA1 | Date | |
---|---|---|---|
adf97b1cd2 | |||
71fcc14c02 |
1 changed files with 6 additions and 3 deletions
|
@ -263,7 +263,10 @@ class SoundingParams():
|
||||||
SeriesIntersection.LESSER,
|
SeriesIntersection.LESSER,
|
||||||
lcl[1]-1)
|
lcl[1]-1)
|
||||||
|
|
||||||
moist_adiabat = follow_moist_adiabat(*lfc)
|
tv = virtual_temp_line.nearest(lcl[1])
|
||||||
|
|
||||||
|
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