Script to calculate 700-500mb lapse rate
Posted: Thu May 07, 2009 7:22 pm
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 STOR=7 SDVD=3:6 STOR=6 SDIF=4:5 STOR=5 HGHT H500 STOR=4 HGHT H700 STOR=3 SDIF=1:2 STOR=2 TEMP H500 STOR=1 TEMP H700
This script seems to "choke" on the SDVD function, yielding an invalid floating operation error. Does anyone know of a work around for SDVD or otherwise have any thoughts on how to get around this issue? Thanks for any assistance you can provide.
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 STOR=7 SDVD=3:6 STOR=6 SDIF=4:5 STOR=5 HGHT H500 STOR=4 HGHT H700 STOR=3 SDIF=1:2 STOR=2 TEMP H500 STOR=1 TEMP H700
This script seems to "choke" on the SDVD function, yielding an invalid floating operation error. Does anyone know of a work around for SDVD or otherwise have any thoughts on how to get around this issue? Thanks for any assistance you can provide.