This is the first version of CAPack, a convective analysis pack for DAWS, containing most of the convective scripts posted so far. If anyone has any problems with the code they posted being included, please let me know, and I will delete the offending code and replace with the exact same thing, because there are only so many ways to do some of this stuff with the analysis scripting at it's current level...

No, seriously, my thanks to everyone that posted analysis for these scripts, and for the people who had pieces of their script grabbed at random. If you recognise your code, the community thanks you, and your name for the credits would be welcomed, should we ever get any credits.. !

Thing the First, as with all scripts, I collated this for me, not for you, but if you can do something with this for your purposes, good.
Thing the Second, I know the retrievals in each script are unnecessary, that's why they are hashed... sometimes it's useful to have a demand script that does everything when you need it. Hence they remain because they can be useful.
Thing the Third, if you don't like the colours, layouts, gradations, etc, change them.. don't (necessarily) feel the need to tell me, just do what you want with them. Although ideas for feasible products and nice colour schemes are useful.
Thing the Fourth, the paths are almost certainly wrong for your system, and it's unlikely your map is called whatever.dmf. Adjust accordingly.
Thing the Fifth, Yes, I know there are 2 EXPORT lines. This works for me, because I keep a local archive and also push to a mounted network device. If this is not what you do, you know where the # key is...

Thing the Sixth, depending on the speed of your computer, you may want to adjust the schedule accordingly.
Thing the Seventh, if you're new to scripting there are examples in this pack of some of the more interesting features of DAWS, such as the very useful variable substitutions in the press_levels script. Work through them, and I guess you should have a pretty good grounding in the basics, because a lot of the guts of the analysis has been jointly written by the guys in the forum who seem to have the best handle on the scripting language.
Thing the Eighth, I thought it was self-evident that each
BEGIN <filename>
END <filename>
stanza needs to be pasted into a file named <filename>, without the stanza delimiters, but that's because I spend my time with other geeks and non-linear types who are used to things like this. My apologies. Now it should be obvious.
It's rigged like this at the moment.
---BEGIN Scheduler---
**50 scripts/auto/pack_retrieve.dsf
0055 scripts/auto/synoptic.dsf
0058 scripts/auto/k.dsf
0100 scripts/auto/tq.dsf
0105 scripts/auto/tt.dsf
0110 scripts/auto/jet.dsf
0115 scripts/auto/6hr_precip.dsf
0120 scripts/auto/boyden.dsf
0125 scripts/auto/ko.dsf
0130 scripts/auto/press_levels.dsf
0655 scripts/auto/synoptic.dsf
0658 scripts/auto/k.dsf
0700 scripts/auto/tq.dsf
0705 scripts/auto/tt.dsf
0710 scripts/auto/jet.dsf
0715 scripts/auto/6hr_precip.dsf
0720 scripts/auto/boyden.dsf
0725 scripts/auto/ko.dsf
0730 scripts/auto/press_levels.dsf
1255 scripts/auto/synoptic.dsf
1258 scripts/auto/k.dsf
1300 scripts/auto/tq.dsf
1305 scripts/auto/tt.dsf
1310 scripts/auto/jet.dsf
1315 scripts/auto/6hr_precip.dsf
1320 scripts/auto/boyden.dsf
1325 scripts/auto/ko.dsf
1330 scripts/auto/press_levels.dsf
1855 scripts/auto/synoptic.dsf
1858 scripts/auto/k.dsf
1900 scripts/auto/tq.dsf
1905 scripts/auto/tt.dsf
1910 scripts/auto/jet.dsf
1915 scripts/auto/6hr_precip.dsf
1920 scripts/auto/boyden.dsf
1925 scripts/auto/ko.dsf
1930 scripts/auto/press_levels.dsf
---END Scheduler---
---BEGIN pack_retrieve.dsf---
DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... \metar.txt
DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... \synop.txt
DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... t\buoy.txt
DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... t\raob.txt
INGEST,D:\wx\scripts\ingest\*.txt
---END pack_retrieve.dsf---
---BEGIN synoptic.dsf---
LOAD,D:\Program Files\DigitalAtmosphereWS\maps\print\whatever.dmf
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... \metar.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... \synop.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... t\buoy.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... t\raob.txt
# INGEST,D:\wx\scripts\ingest\*.txt
PRODUCT,plf,0,Data Plots
ANALYZE,HILO CONT CINT=2 LINE=2 SLPR
ANALYZE,VECT COLOR=0:0:255 WIND
STAMP
# IMPORT,D:\wx\scripts\overlay.gif
# STAMP
EXPORT,D:\WX\scripts\Output\synoptic\synop_@FFZ@MMZ@DDZ@HHZ@NNZ.gif
EXPORT,Z:\public_html\synoptic\synop_@FFZ@MMZ@DDZ@HHZ@NNZ.gif
---END synoptic.dsf---
---BEGIN K.dsf---
LOAD,D:\Program Files\DigitalAtmosphereWS\maps\print\whatever.dmf
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... \metar.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... \synop.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... t\buoy.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... t\raob.txt
# INGEST,D:\wx\scripts\ingest\*.txt
ANALYZE,STOR=1 TEMP H850
ANALYZE,STOR=2 TEMP H500
ANALYZE,STOR=3 DEGC DWPT H850
ANALYZE,STOR=4 TEMP H700
ANALYZE,STOR=5 DEGC DWPT H700
ANALYZE,STOR=6 SDIF=1:2
ANALYZE,STOR=7 SDIF=4:5
ANALYZE,STOR=8 SSUM=6:3
ANALYZE,SDIF=7:8
ANALYZE,OVER FILL COLOR=102:255:051 FILS=0 GRTN=26
ANALYZE,OVER FILL COLOR=255:255:100 FILS=0 GRTN=29
ANALYZE,OVER FILL COLOR=153:255:051 FILS=0 GRTN=32
ANALYZE,OVER FILL COLOR=204:255:051 FILS=0 GRTN=35
ANALYZE,OVER FILL COLOR=255:000:000 FILS=0 GRTN=36
ANALYZE,CONT CINT=2 DASH COLOR=200
ANALYZE,VECT COLOR=0:0:255 WIND
PRODUCT,plf,500,Data Plots
STAMP
EXPORT,D:\WX\scripts\Output\Stability\K\K_@FFZ@MMZ@DDZ@HHZ@NNZ.jpg
EXPORT,Z:\public_html\stability\k\K_@FFZ@MMZ@DDZ@HHZ@NNZ.gif
---END K.dsf---
---BEGIN TQ.dsf---
LOAD,D:\Program Files\DigitalAtmosphereWS\maps\print\whatever.dmf
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... \metar.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... \synop.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... t\buoy.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... t\raob.txt
# INGEST,D:\wx\scripts\ingest\*.txt
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 GRTN=17
ANALYZE,CONT GRTN 12 CINT=1 DASH COLOR=200
ANALYZE,VECT COLOR=0:0:255 WIND
PRODUCT,plf,500,Data Plots
STAMP
EXPORT,D:\WX\scripts\Output\Stability\TQ\TQ_@FFZ@MMZ@DDZ@HHZ@NNZ.jpg
EXPORT,Z:\public_html\stability\tq\TQ_@FFZ@MMZ@DDZ@HHZ@NNZ.gif
---END TQ.dsf---
---BEGIN TT.dsf---
LOAD,D:\Program Files\DigitalAtmosphereWS\maps\print\whatever.dmf
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... \metar.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... \synop.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... t\buoy.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... t\raob.txt
# INGEST,D:\wx\scripts\ingest\*.txt
ANALYZE,STOR=1 TEMP H850
ANALYZE,STOR=2 TEMP H500
ANALYZE,STOR=3 DWPT H850
ANALYZE,STOR=4 TEMP H500
ANALYZE,STOR=5 SDIF=1:2
ANALYZE,STOR=6 SDIF=3:4
ANALYZE,SSUM=5:6
ANALYZE,OVER FILL COLOR=255:255:100 FILS=0 GRTN=44
ANALYZE,OVER FILL COLOR=255:240:000 FILS=0 GRTN=46
ANALYZE,OVER FILL COLOR=255:204:000 FILS=0 GRTN=48
ANALYZE,OVER FILL COLOR=255:161:000 FILS=0 GRTN=50
ANALYZE,OVER FILL COLOR=255:097:000 FILS=0 GRTN=52
ANALYZE,OVER FILL COLOR=255:014:014 FILS=0 GRTN=55
ANALYZE,CONT LSTN=53 GRTN=44 CINT=2 DASH COLOR=100
ANALYZE,CONT GRTN=55 CINT=5 DASH COLOR=100
ANALYZE,VECT COLOR=0:0:255 WIND
PRODUCT,plf,500,Data Plots
STAMP
EXPORT,D:\WX\scripts\Output\Stability\TT\TT_@FFZ@MMZ@DDZ@HHZ@NNZ.jpg
EXPORT,Z:\public_html\stability\tt\TT_@FFZ@MMZ@DDZ@HHZ@NNZ.gif
---END TT.dsf---
---BEGIN jet.dsf---
LOAD,D:\Program Files\DigitalAtmosphereWS\maps\print\whatever.dmf
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... \metar.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... \synop.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... t\buoy.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... t\raob.txt
# INGEST,D:\wx\scripts\ingest\*.txt
ANALYZE,SADC=1:00 STOR=1 VKNT WSPD H300
ANALYZE,OVER FILL COLOR=000:000:255 GRTN=25
ANALYZE,OVER FILL COLOR=000:074:255 GRTN=30
ANALYZE,OVER FILL COLOR=000:115:255 GRTN=35
ANALYZE,OVER FILL COLOR=000:163:255 GRTN=40
ANALYZE,OVER FILL COLOR=000:204:255 GRTN=45
ANALYZE,OVER FILL COLOR=000:230:255 GRTN=50
ANALYZE,OVER FILL COLOR=000:255:255 GRTN=55
ANALYZE,OVER FILL COLOR=000:255:179 GRTN=60
ANALYZE,OVER FILL COLOR=127:255:000 GRTN=65
ANALYZE,OVER FILL COLOR=206:255:000 GRTN=70
ANALYZE,OVER FILL COLOR=255:255:000 GRTN=75
ANALYZE,SADC=1:00 STOR=1 VKNT WSPD H300
ANALYZE,OVER FILL COLOR=255:230:000 GRTN=80
ANALYZE,OVER FILL COLOR=255:204:000 GRTN=85
ANALYZE,OVER FILL COLOR=255:174:000 GRTN=90
ANALYZE,OVER FILL COLOR=255:153:000 GRTN=95
ANALYZE,OVER FILL COLOR=255:127:000 GRTN=100
ANALYZE,OVER FILL COLOR=255:079:000 GRTN=105
ANALYZE,STRM COLOR=000:000:000 WIND H300
PRODUCT,plf,300,Data Plots
STAMP
EXPORT,D:\WX\scripts\Output\Jetstream\Jet_@FFZ@MMZ@DDZ@HHZ@NNZ.jpg
EXPORT,Z:\public_html\jetstream\jet_@FFZ@MMZ@DDZ@HHZ@NNZ.gif
---END jet.dsf---
---BEGIN 6hr_precip.dsf---
LOAD,D:\Program Files\DigitalAtmosphereWS\maps\print\whatever.dmf
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... \metar.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... \synop.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... t\buoy.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... t\raob.txt
# INGEST,D:\wx\scripts\ingest\*.txt
ANALYZE,FILL FILS=0 COLOR=160:160:255 GRTN=0 PC06
ANALYZE,FILL FILS=0 COLOR=116:116:255 GRTN=1 PC06
ANALYZE,FILL FILS=0 COLOR=96:96:255 GRTN=2 PC06
ANALYZE,FILL FILS=0 COLOR=64:64:255 GRTN=3 PC06
ANALYZE,FILL FILS=0 COLOR=32:32:255 GRTN=4 PC06
BASEMAP
ANALYZE,CONT CINT=1 DASH COLOR=100
ANALYZE,VECT COLOR=0:0:255 WIND
STAMP
EXPORT,D:\WX\scripts\Output\Precip\6hr_precip_@FFZ@MMZ@DDZ@HHZ@NNZ.jpg
EXPORT,Z:\public_html\precip\6hr_precip_@FFZ@MMZ@DDZ@HHZ@NNZ.gif
---END 6hr_precip.dsf---
---BEGIN Boyden.dsf---
LOAD,D:\Program Files\DigitalAtmosphereWS\maps\print\whatever.dmf
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... \metar.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... \synop.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... t\buoy.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... t\raob.txt
# INGEST,D:\wx\scripts\ingest\*.txt
ANALYZE,STOR=1 HGHT H000
ANALYZE,STOR=2 HGHT H700
ANALYZE,STOR=3 TEMP H700
ANALYZE,STOR=4 SDIF 2:1
ANALYZE,STOR=5 SDVC 4:10
ANALYZE,STOR=6 SDIF 5:3
ANALYZE,CONT GRTN 94 CINT=2 DASH COLOR=200:0:0 SSBC=6:200
ANALYZE,OVER FILL COLOR=128:255:100 FILS=0 GRTN=94
ANALYZE,OVER FILL COLOR=255:204:000 FILS=0 GRTN=96
ANALYZE,OVER FILL COLOR=255:64:64 FILS=0 GRTN=98
ANALYZE,CONT GRTN 94 CINT=2 DASH COLOR=200:0:0 SSBC=6:200
ANALYZE,VECT COLOR=0:0:255 WIND
PRODUCT,plf,500,Data Plots
STAMP
EXPORT,D:\WX\scripts\Output\Stability\Boyden\Boyden_@FFZ@MMZ@DDZ@HHZ@NNZ.jpg
EXPORT,Z:\public_html\stability\boyden\boyden_@FFZ@MMZ@DDZ@HHZ@NNZ.gif
---END Boyden.dsf---
---BEGIN KO.dsf---
LOAD,D:\Program Files\DigitalAtmosphereWS\maps\print\whatever.dmf
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... \metar.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... \synop.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... t\buoy.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... t\raob.txt
# INGEST,D:\wx\scripts\ingest\*.txt
ANALYZE,STOR=1 THTE H500
ANALYZE,STOR=2 THTE H700
ANALYZE,STOR=3 THTE H850
ANALYZE,STOR=4 THTE H000
ANALYZE,STOR=5 SSUM=1:2
ANALYZE,STOR=6 SSUM=3:4
ANALYZE,STOR=7 SDVC=5:2
ANALYZE,STOR=8 SDVC=6:2
ANALYZE,SDIF=7:8
ANALYZE,OVER FILL COLOR=255:255:100 FILS=0 LSTN=6
ANALYZE,OVER FILL COLOR=255:240:000 FILS=0 LSTN=2
ANALYZE,OVER FILL COLOR=255:204:000 FILS=0 LSTN=0
ANALYZE,CONT LSTN=6 CINT=2 DASH COLOR=200
ANALYZE,VECT COLOR=0:0:255 WIND
PRODUCT,plf,500,Data Plots
STAMP
EXPORT,D:\WX\scripts\Output\Stability\KO\KO_@FFZ@MMZ@DDZ@HHZ@NNZ.jpg
EXPORT,Z:\public_html\stability\ko\KO_@FFZ@MMZ@DDZ@HHZ@NNZ.gif
---END KO.dsf---
---BEGIN press_levels.dsf---
LOAD,D:\Program Files\DigitalAtmosphereWS\maps\print\whatever.dmf
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... \metar.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... \synop.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... t\buoy.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... t\raob.txt
# INGEST,D:\wx\scripts\ingest\*.txt
SET,1,850
ANALYZE,H$$1
ANALYZE,CONT CINT=10 COLOR=80:80:140 HGHT H$$1
PRODUCT,plf,$$1,Data Plots
ANALYZE,VECT COLOR=0:0:255 WIND HGHT H$$1
STAMP
EXPORT,D:\WX\scripts\Output\Pressure\$$1mb\$$1mb_@FFZ@MMZ@DDZ@HHZ@NNZ.jpg
EXPORT,Z:\public_html\pressure\$$1mb\$$1mb_@FFZ@MMZ@DDZ@HHZ@NNZ.gif
ERASE
SET,1,500
ANALYZE,H$$1
ANALYZE,CONT CINT=10 COLOR=80:80:140 HGHT H$$1
PRODUCT,plf,$$1,Data Plots
ANALYZE,VECT COLOR=0:0:255 WIND HGHT H$$1
STAMP
EXPORT,D:\WX\scripts\Output\Pressure\$$1mb\$$1mb_@FFZ@MMZ@DDZ@HHZ@NNZ.jpg
EXPORT,Z:\public_html\pressure\$$1mb\$$1mb_@FFZ@MMZ@DDZ@HHZ@NNZ.gif
ERASE
SET,1,250
ANALYZE,H$$1
ANALYZE,CONT CINT=10 COLOR=80:80:140 HGHT H$$1
PRODUCT,plf,$$1,Data Plots
ANALYZE,VECT COLOR=0:0:255 WIND HGHT H$$1
STAMP
EXPORT,D:\WX\scripts\Output\Pressure\$$1mb\$$1mb_@FFZ@MMZ@DDZ@HHZ@NNZ.jpg
EXPORT,Z:\public_html\pressure\$$1mb\$$1mb_@FFZ@MMZ@DDZ@HHZ@NNZ.gif
---END press_levels.dsf---
OK, that's it for now. More to come, currently working on LI, SWEAT, CAPE (hahahahahah...), Delta ThetaE, LLShear, DLShear, BRNShear,
SRH, ALSRW, and from those we can define EHI, BRN, VGP and SCCI. Will let y'all know.
Enjoy, report bugs with fixes rather than as statements of fact...

dryline
PS
Tim...
PLEASE READ THIS!
Is there any chance of a keyword for calculating CAPE as a program variable, rather than attempting to integrate manually? Any other parameters keyworded in future releases? I don't want to waste time with this if it will all be replaced with a single command in future versions.. if, on the other hand, that's a way out on the roadmap, I'm more than happy to keep fiddling with this pack.. would just be good to know, eh?
Tnx