Re: script assistance

Strictly for sharing scripts used in Digital Atmosphere and getting assistance from other users.
Post Reply
tornadoforecaster

Re: script assistance

Post by tornadoforecaster »

Guys:

I know this is going to sound weird especially since older farts like me should "know" more about this than I know. I'm wondering if someone could help me prepare a working script which would download the data, make the charts, then ftp them to my website. I can fill you in more about this offlist, so email me. Link below...

Again, I know this is kind of a silly request, but I could use the help.
Thanks,
Randy <forecaster@charter.net>
Fred
Senior Member
Posts: 198
Joined: Tue Nov 25, 2003 4:22 pm
Location: Suoi Tien, Vietnam

Post by Fred »

Hello Randy

Maybe we can help each other. I explain in a direct mail.

Greetings

Fred
Guest

Post by Guest »

We all might like to see the scripts.
tornadoforecaster

Re: script assistance

Post by tornadoforecaster »

Anonymous wrote:We all might like to see the scripts.
Guest,

Well once we've finished the script, we may post it online for others to modify and use, if they want.

Randy
Wally Mayo
Senior Member
Posts: 251
Joined: Thu Feb 05, 2004 11:36 pm
Location: Roanoke, VA
Contact:

Post by Wally Mayo »

Here one I use for my site. Though actually, I usually do the radar manually:

LOAD,c:\Program Files\DigitalAtmosphereWS\yourmap.dmf
download,http://www.hamweather.net/weather/asus0 ... fronts.dat
download,http://weather.cod.edu/digatmos/sao/@Y@ ... urface.dat
download,http://www.atmos.albany.edu/weather/dat ... rface2.dat
RADAR,BR248,BMX MOB EVX SHV LIX NQA
ingest,c:\digatm\data\fronts.dat
product,wxp,0,fronts
ingest,c:\digatm\data\sur*.dat
sfcplotmodel,c:\DigitalAtmosphereWS\slpsea.sps
product,plf,0,surface plots
ANALYZE,HILO CONT CINT=2 LINE=2 SLPR
stamp
export,c:\digatm\archive\floater.gif
upload,ftp://signon:mypassword@ftp.yoursite.ne ... loater.gif


Comments...
yourmap.dmf - change to map you've created.
line 2 onward - use any directories you have or setup - you may want to use c:\Program Files\DigitalAtmosphereWS\data\ and c:\Program Files\DigitalAtmosphereWS\archive\ - instead
RADAR - put in sites applicable for you
sfcplotmodel - create and save one if you want - I guess you can omit line if you use default
upload - of course, put in your site info

Good luck.
Post Reply