Hack: Multiply lapse rate by magic factor of 1.08
This commit is contained in:
parent
344e4a4e92
commit
69f6218f32
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ def loft_parcel(start_temp: float,
|
|||
except OverflowError:
|
||||
break
|
||||
|
||||
temp = lapse(temp, height - last_height, rate)
|
||||
temp = lapse(temp, height - last_height, 1.08*rate)
|
||||
|
||||
yield temp, pressure
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue