Begin moist, dry adiabats at 1000mb
This commit is contained in:
parent
9337ba3eb0
commit
52a5dceddf
1 changed files with 2 additions and 2 deletions
|
@ -134,12 +134,12 @@ class SkewTGraph():
|
|||
cr.set_source_rgba(1.0, 0.2, 0, 0.2)
|
||||
|
||||
for temp in range(-140, 140, 10):
|
||||
self.draw_adiabat(cr, x, y, temp, PRESSURE_MAX, lambda t, p: LAPSE_RATE_DRY)
|
||||
self.draw_adiabat(cr, x, y, temp, 1000.0, lambda t, p: LAPSE_RATE_DRY)
|
||||
|
||||
cr.set_source_rgba(0.3, 0.1, 0, 0.2)
|
||||
|
||||
for temp in range(-140, 140, 10):
|
||||
self.draw_adiabat(cr, x, y, temp, PRESSURE_MAX, moist_lapse_rate)
|
||||
self.draw_adiabat(cr, x, y, temp, 1000.0, moist_lapse_rate)
|
||||
|
||||
cr.restore()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue