Posted a bunch of scripts on this web page

Strictly for sharing scripts used in Digital Atmosphere and getting assistance from other users.
beaudodson
Member
Posts: 26
Joined: Sun Jul 09, 2006 3:43 pm

Posted a bunch of scripts on this web page

Post by beaudodson »

I have been trying to find all the different scripts. I posted the ones I have tracked down (with examples) on this page

http://www.usawx.com/digitatmosexamples.htm

If anyone has additional scripts then please let me know and I will post them. Some of these have name credits and some do not. Unsure on some of them.

:)

beaudodson@usawx.com
wxforecaster
Senior Member
Posts: 252
Joined: Mon May 02, 2005 4:13 pm
Contact:

Post by wxforecaster »

Very good idea there. I love it. I will be using it every soon as well. Thanks a million!!!
beaudodson
Member
Posts: 26
Joined: Sun Jul 09, 2006 3:43 pm

Post by beaudodson »

Hopefully we can find some more scripts ;)

Some negative temp scripts would be nice. For winter. I don't believe I see any?
wxforecaster
Senior Member
Posts: 252
Joined: Mon May 02, 2005 4:13 pm
Contact:

Post by wxforecaster »

Is your site down? Cant seem to access the page! Thanks for your help!
beaudodson
Member
Posts: 26
Joined: Sun Jul 09, 2006 3:43 pm

Post by beaudodson »

hmmm Not sure? Working here.

http://www.usawx.com/digitatmosexamples.htm
wxforecaster
Senior Member
Posts: 252
Joined: Mon May 02, 2005 4:13 pm
Contact:

Post by wxforecaster »

I still can not access the site.. it still tells me that i am down. I dont know what happen. Hit Control R to see if you site refreashes. if it does, dont know what the problem is!
Wood Ant
Member
Posts: 62
Joined: Mon Jan 26, 2004 4:33 pm
Location: Dorking, ENGLAND

Post by Wood Ant »

Thanks for an excellent site

Wood Ant
beaudodson
Member
Posts: 26
Joined: Sun Jul 09, 2006 3:43 pm

Post by beaudodson »

I have no idea. That is really odd. I asked some other people and they are on it. Hmmm weird. I tried with Mozilla and IE. Both loaded fine.

Thursday Morning...11 a.m.
wxforecaster
Senior Member
Posts: 252
Joined: Mon May 02, 2005 4:13 pm
Contact:

Post by wxforecaster »

That is really odd. I guess it is on my end then. Did you block any IP's by chance? Other then that.. there is something very very wrong on my end. Thanks for your help man!
Les
Member
Posts: 34
Joined: Thu Jan 19, 2006 11:11 pm
Location: UK
Contact:

Negative Temperature Script

Post by Les »

Here's an elegant way to create a negative temperature script.
It's been on the list a couple of times already, but it is becomong hard to track down.

Les

#Negative Temperatures (-40C to +4-C)
#
ERASE
ANALYZE,STOR=1 TEMP
#Store ZERO in No 2 (i.e. TEMP/1000)
analyze,STOR=2 SDVC=1:1000

ANALYZE,OVER FILL COLOR=000:235:255 GRTN=0 SDIF=2:1 TEMP
ANALYZE,OVER FILL COLOR=000:255:235 GRTN=0 SDIF=1:2 TEMP

ANALYZE,OVER FILL COLOR=000:179:255 GRTN=5 SDIF=2:1 TEMP
ANALYZE,OVER FILL COLOR=000:255:179 GRTN=5 SDIF=1:2 TEMP

ANALYZE,OVER FILL COLOR=000:105:255 GRTN=10 SDIF=2:1 TEMP
ANALYZE,OVER FILL COLOR=159:255:000 GRTN=10 SDIF=1:2 TEMP

ANALYZE,OVER FILL COLOR=000:045:255 GRTN=15 SDIF=2:1 TEMP
ANALYZE,OVER FILL COLOR=255:255:000 GRTN=15 SDIF=1:2 TEMP

ANALYZE,OVER FILL COLOR=082:000:255 GRTN=20 SDIF=2:1 TEMP
ANALYZE,OVER FILL COLOR=255:220:000 GRTN=20 SDIF=1:2 TEMP

ANALYZE,OVER FILL COLOR=179:000:255 GRTN=25 SDIF=2:1 TEMP
ANALYZE,OVER FILL COLOR=255:180:000 GRTN=25 SDIF=1:2 TEMP

ANALYZE,OVER FILL COLOR=250:000:255 GRTN=30 SDIF=2:1 TEMP
ANALYZE,OVER FILL COLOR=255:148:148 GRTN=30 SDIF=1:2 TEMP

ANALYZE,OVER FILL COLOR=224:000:224 GRTN=35 SDIF=2:1 TEMP
ANALYZE,OVER FILL COLOR=255:097:000 GRTN=35 SDIF=1:2 TEMP

ANALYZE,OVER FILL COLOR=189:000:189 GRTN=40 SDIF=2:1 TEMP
ANALYZE,OVER FILL COLOR=255:014:014 GRTN=40 SDIF=1:2 TEMP

ANALYZE,OVER FILL COLOR=153:000:153 GRTN=45 SDIF=2:1 TEMP
ANALYZE,OVER FILL COLOR=255:090:090 GRTN=45 SDIF=1:2 TEMP

ANALYZE,OVER FILL COLOR=122:000:116 GRTN=50 SDIF=2:1 TEMP
ANALYZE,OVER FILL COLOR=255:135:135 GRTN=50 SDIF=1:2 TEMP

basemap
ANALYZE,CONT CINT=5 COLOR=100:100:100 LINE=1 TEMP
Post Reply