Pressure/thickness script

Strictly for sharing scripts used in Digital Atmosphere and getting assistance from other users.
Post Reply
meweather
Junior Member
Posts: 9
Joined: Fri Apr 15, 2005 2:29 pm

Pressure/thickness script

Post by meweather »

Hi all,

I`m new to daws scripting, I was hoping someone could help. I`m looking for a station plot, surface pressure and 1000-500mb thickness script. Can someone help me with this?

Thanks.
texsky
Senior Member
Posts: 172
Joined: Fri Dec 12, 2003 9:42 pm

Post by texsky »

Here's a basic version you can try:

Code: Select all

ANALYZE,CONT EQUA=5400 COLOR=55:90:250 LINE=2 CONT LSTN=5400 COLOR=55:90:250 CONT CINT=60 DASH COLOR=200:0:0 SDIF=1:2 STOR=2 GHGT H000 STOR=1 GHGT H500
ANALYZE,HILO CONT CINT=4 LINE=2 SLPR HSFC
product,plf,0,Surface Plots
Note: All of the text before the second Analyze statement, goes on one line.

hth,
Bob
Post Reply