URGENT! Script reqested

Strictly for sharing scripts used in Digital Atmosphere and getting assistance from other users.
Post Reply
severe storm_forecaster
Member
Posts: 51
Joined: Wed Mar 08, 2006 3:42 am
Location: In a tent in no mans land!
Contact:

URGENT! Script reqested

Post by severe storm_forecaster »

I am in dire need of a script for doing colored wind chill contours, but have little time to create a script. Can someone give me some help with this?
Peter
Member
Posts: 97
Joined: Sun Nov 13, 2005 10:03 pm
Location: Mid-Wales

Wind Chill script

Post by Peter »

Maybe this will help. Feel free to change whatever you want.

#Script to display Wind Chill
ERASE
SFCPLOTMODEL,C:\Program Files\DigitalAtmosphereWS\Standard Plot model.sps
ANALYZE,OVER FILL COLOR=160:255:0 LSTN=40 OVER FILL COLOR=220:255:0 LSTN=42 OVER FILL COLOR=255:255:0 LSTN=44 OVER FILL COLOR=255:230:0 LSTN=46 OVER FILL COLOR=255:204:0 LSTN=48 OVER FILL COLOR=255:174:0 LSTN=50 OVER FILL COLOR=255:153:0 LSTN=52 OVER FILL COLOR=255:127:0 LSTN=54 OVER FILL COLOR=255:79:0 LSTN=56 OVER FILL COLOR=255:0:0 LSTN=58 SADC=1:40 STOR=1 DEGC WCHL
ANALYZE,OVER FILL COLOR=158:0:255 LSTN=20 OVER FILL COLOR=102:0:255 LSTN=22 OVER FILL COLOR=0:0:255 LSTN=24 OVER FILL COLOR=0:74:255 LSTN=26 OVER FILL COLOR=0:115:255 LSTN=28 OVER FILL COLOR=0:163:255 LSTN=30 OVER FILL COLOR=0:204:255 LSTN=32 OVER FILL COLOR=0:230:255 FILS=0 LSTN=34 OVER FILL COLOR=0:255:200 LSTN=36 OVER FILL COLOR=0:255:120 LSTN=38 SADC=1:40 STOR=1 DEGC WCHL
ANALYZE,OVER FILL COLOR=80:0:80 LSTN=0 OVER FILL COLOR=95:0:95 LSTN=2 OVER FILL COLOR=115:0:115 LSTN=4 OVER FILL COLOR=130:0:130 LSTN=6 OVER FILL COLOR=153:0:153 LSTN=8 OVER FILL COLOR=179:0:179 LSTN=10 OVER FILL COLOR=204:0:204 LSTN=12 OVER FILL COLOR=230:0:230 LSTN=14 OVER FILL COLOR=255:0:255 LSTN=16 OVER FILL COLOR=209:0:255 LSTN=18 SADC=1:40 STOR=1 DEGC WCHL
ANALYZE,HILO CONT CINT=2 COLOR=100:100:250 DASH DEGC WCHL
ANALYZE,CONT COLOR=255:255:255 EQUA=0 LINE=2
OVER

Regards Peter
severe storm_forecaster
Member
Posts: 51
Joined: Wed Mar 08, 2006 3:42 am
Location: In a tent in no mans land!
Contact:

Re: chill script

Post by severe storm_forecaster »

Hi Pete:

Thanks for helping out! Some day I'll get the hang of scripts.

Randy
Post Reply