Search found 59 matches

by MMWeather
Sun Jul 08, 2018 10:53 pm
Forum: Digital Atmosphere scripting laboratory
Topic: Scripts 2018
Replies: 8
Views: 41513

Re: Scripts 2018

These are "one line" analysis that can be added to the analysis drop down list. ***If you do not have the pro version of DA you probably can't add all of these as it would put you over the limit (I haven't counted how many there are below). Before you start, copy the list that came with DA...
by MMWeather
Sat Jul 07, 2018 2:51 pm
Forum: Digital Atmosphere scripting laboratory
Topic: Scripts 2018
Replies: 8
Views: 41513

Re: Scripts 2018

Forgot to mention this earlier. If you want to learn about tornadic storms I recommend the OU SCAMS videos feat. Rich Thompson of SPC. There is also a website to download the power points he used during presentation. Cannot over recommend them, if you are interested in Torn. OU Videos: https://www.y...
by MMWeather
Sat Jul 07, 2018 2:41 pm
Forum: Digital Atmosphere scripting laboratory
Topic: Scripts 2018
Replies: 8
Views: 41513

Re: Scripts 2018

Other stuff I forgot about: 1. The two precip scripts are contours, if one station reports 0.3 and no other station reports rain the cont. will show an area of rain where no rain is occuring. I actually use a station plot that shows the rain data. Remember 3hr precip product is not put out on an hou...
by MMWeather
Sat Jul 07, 2018 2:15 am
Forum: Digital Atmosphere scripting laboratory
Topic: Scripts 2018
Replies: 8
Views: 41513

Re: Scripts 2018

This will be my last post for a while. Hope the scripts are valid, accurate, and useful. 250 Wind, 500 mb stuff: #250 wind Erase analyze,OVER FILL COLOR=66:85:255 GRTN=40 stor=1 VKNT WSPD HGHT H250 analyze,OVER FILL COLOR=66:255:240 GRTN=50 analyze,OVER FILL COLOR=86:255:66 GRTN=60 analyze,OVER FILL...
by MMWeather
Fri Jul 06, 2018 1:10 pm
Forum: Digital Atmosphere scripting laboratory
Topic: Scripts 2018
Replies: 8
Views: 41513

Re: Scripts 2018

The SPEED shear do not show Direction. Vectors are not my strong point. I have tried using SDIF with vect. They often "look" correct, but I am not sure of accuracy. So they are not shown. Anyone, with a greater understanding of vector calculus and knows the coding of DA might be able to he...
by MMWeather
Fri Jul 06, 2018 12:05 am
Forum: Digital Atmosphere scripting laboratory
Topic: Scripts 2018
Replies: 8
Views: 41513

Re: Scripts 2018

TQ, VT, and Approximation of 2-6k lapse rate: #TQ Index ERASE ANALYZE,STOR=1 TEMP H850 ANALYZE,STOR=2 DWPT H850 ANALYZE,STOR=3 SSUM=1:2 ANALYZE,STOR=4 TEMP H700 ANALYZE,STOR=5 SMLC=4:1.7 ANALYZE,SDIF=3:5 ANALYZE,OVER FILL COLOR=255:255:100 FILS=0 GRTN=12 ANALYZE,OVER FILL COLOR=255:014:014 FILS=0 GR...
by MMWeather
Fri Jul 06, 2018 12:02 am
Forum: Digital Atmosphere scripting laboratory
Topic: Scripts 2018
Replies: 8
Views: 41513

Re: Scripts 2018

Basic Height Info: #500mb height, wind, plots ERASE ANALYZE,cont cint=30 line=2 hght h500 ANALYZE,bknt color=188:188:188 wind h500 product,plf,500 STAMP #700mb height, wind, plots ERASE ANALYZE,cont cint=30 line=2 hght h700 ANALYZE,bknt color=188:188:188 wind h700 product,plf,700 STAMP #850mb height...
by MMWeather
Thu Jul 05, 2018 9:55 pm
Forum: Digital Atmosphere scripting laboratory
Topic: Scripts 2018
Replies: 8
Views: 41513

Re: Scripts 2018

Mostly 850 mb stuff: #850 dewpoint advection Erase ANALYZE,cont cint=0.05 lstn=0 color 200:50:50 cont cint=0.05 grtn=0 LINE=2 color=0:222:0 ADVT dwpt/WIND h850 product,advt Stamp #850 temp advection Erase ANALYZE,OVER FILL COLOR=255:200:200 GRTN=0 degf ADVT TEMP/WIND H850 ANALYZE,OVER FILL COLOR=200...
by MMWeather
Thu Jul 05, 2018 8:28 pm
Forum: Digital Atmosphere scripting laboratory
Topic: Scripts 2018
Replies: 8
Views: 41513

Scripts 2018

I figured I would start posting some scripts that I use. A few things first: 1. I am not a meteorologist, just someone that follows the weather. 2. A huge number of these scripts were written by others on this board. After spending many hours searching for scripts to use, or ideas to implement, this...