That reads slightly better
This commit is contained in:
parent
520d4def79
commit
73f812a64f
1 changed files with 2 additions and 1 deletions
|
@ -256,7 +256,8 @@ class SoundingParams():
|
|||
|
||||
moist_adiabat = follow_moist_adiabat(tv2, lcl[1])
|
||||
|
||||
lfc = temp_line.intersect(moist_adiabat, SeriesIntersection.LESSER)
|
||||
lfc = moist_adiabat.intersect(temp_line, SeriesIntersection.GREATER)
|
||||
|
||||
el = temp_line.intersect(moist_adiabat, SeriesIntersection.GREATER,
|
||||
lfc[1])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue