Search found 3 matches

by pbanacos
Thu May 07, 2009 7:22 pm
Forum: Digital Atmosphere scripting laboratory
Topic: Script to calculate 700-500mb lapse rate
Replies: 1
Views: 18794

Script to calculate 700-500mb lapse rate

I had originally contributed to the thread on the general Digital Atmosphere help sub-forum, but the question seems more appropriate here:

I'm trying to write a script to compute and contour 700-500mb lapse rate. Here is what I have:

ANALYZE,CONT CINT=0.5 DASH COLOR=200:0:0 STOR=8 SMLC=7:-1000 ...
by pbanacos
Thu May 07, 2009 4:37 pm
Forum: Digital Atmosphere
Topic: Lapse Rates
Replies: 7
Views: 24245

Thanks for the info on the SDVD function - I appreciate you testing things out! Hopefully a solution can be found...the software is otherwise quite impressive.
by pbanacos
Thu May 07, 2009 3:40 am
Forum: Digital Atmosphere
Topic: Lapse Rates
Replies: 7
Views: 24245

The script below works approximately (assumes your 700-500mb height difference is 2.6 km):

ANALYZE,CONT CINT=0.5 dash COLOR=200:0:0 STOR=4 SDVC=3:2.6 STOR=3 SDIF=1:2 STOR=2 TEMP H500 STOR=1 TEMP H700

I can't quite get it to work as I would like. We'd ideally take lapse rate as the temperature ...