Page 1 of 1

Script Error

Posted: Sat Jun 04, 2005 8:04 pm
by Tommy Thornton
Can anyone find whats wrong with this script? Do I need to set up some files first??

erase
load,US-large.DMF
download,http://meteora.ucsd.edu/weather/observa ... c:\Program Files\DigitalAtmosphereWS\data\radar.dat
import,c:\Program Files\DigitalAtmosphereWS\data\radar.dat
product,rad,0,radar
download,http://www.hamweather.net/weather/asus0 ... c:\Program Files\DigitalAtmosphereWS\data\fronts.dat
import,c:\Program Files\DigitalAtmosphereWS\data\fronts.dat
product,wxp,0,fronts
download,http://weather.cod.edu/digatmos/sao/$Y@ ... c:\Program Files\DigitalAtmosphereWS\data\surface.dat
download,http://www.atmos.albany.edu/weather/dat ... c:\Program Files\DigitalAtmosphereWS\data\surface2.dat
import,c:\Program Files\DigitalAtmosphereWS\data\surf*.dat
sfcplotmodel,c:\Program Files\DigitalAtmosphereWS\sea.sps
product,plf,0,surface plots
product,slp,0,surface pressure
stamp
export,c:\Program Files\DigitalAtmosphereWS\archive\output.gif
load,southcntrl.DMF
import,c:\Program Files\DigitalAtmosphereWS\data\radar.dat
product,rad,0,radar
import,c:\Program Files\DigitalAtmosphereWS\data\fronts.dat
product,wxp,0,fronts
import,c:\Program Files\DigitalAtmosphereWS\data\surf*.dat
product,plf,0,surface plots
product,slp,0,surface pressure
stamp
export,c:\Program Files\DigitalAtmosphereWS\archive\east.gif
load,floater.DMF
import,c:\Program Files\DigitalAtmosphereWS\data\radar.dat
product,rad,0,radar
import,c:\Program Files\DigitalAtmosphereWS\data\fronts.dat
product,wxp,0,fronts
import,c:\Program Files\DigitalAtmosphereWS\data\surf*.dat
product,plf,0,surface plots
product,slp,0,surface pressure
stamp
export,c:\Program Files\DigitalAtmosphereWS\archive\floater.gif
load,txok.DMF
import,c:\Program Files\DigitalAtmosphereWS\data\radar.dat
product,rad,0,radar
import,c:\Program Files\DigitalAtmosphereWS\data\fronts.dat
product,wxp,0,fronts
sfcplotmodel,c:\Program Files\DigitalAtmosphereWS\sea.sps
import,c:\Program Files\DigitalAtmosphereWS\data\surf*.dat
product,plf,0,surface plots
product,slp,0,surface pressure
stamp
export,c:\Program Files\DigitalAtmosphereWS\archive\ne.gif
load,US-small.DMF
import,c:\Program Files\DigitalAtmosphereWS\data\radar.dat
product,rad,0,radar
import,c:\Program Files\DigitalAtmosphereWS\data\fronts.dat
product,wxp,0,fronts
import,c:\Program Files\DigitalAtmosphereWS\data\surface.dat
product,tdy,0,temperatures
product,slp,0,surface pressure
stamp
export,c:\Program Files\DigitalAtmosphereWS\archive\tv.gif
load,southcntrl.DMF
import,c:\Program Files\DigitalAtmosphereWS\data\radar.dat
product,rad,0,radar
import,c:\Program Files\DigitalAtmosphereWS\data\fronts.dat
product,wxp,0,fronts
sfcplotmodel,c:\Program Files\DigitalAtmosphereWS\altprecip.sps
import,c:\Program Files\DigitalAtmosphereWS\data\surf*.dat
product,plf,0,surface plots
product,alt,0,altimeter
stamp
export,c:\Program Files\DigitalAtmosphereWS\archive\region.gif
upload,ftp://username:password@ftp.yoursitenam ... output.gif
upload,ftp://username:password@ftp.yoursitenam ... e\east.gif
upload,ftp://username:password@ftp.yoursitenam ... ive\ne.gif
upload,ftp://username:password@ftp.yoursitenam ... ive\tv.gif
upload,ftp://username:password@ftp.yoursitenam ... loater.gif
upload,ftp://username:password@ftp.yoursitenam ... region.gif
timeron

I have been working for hours and no luck :(

Thanks

Posted: Sat Jun 04, 2005 8:28 pm
by Fred
Atter a quick look (it's late here): change IMPORT to INGEST.

Fred

Posted: Mon Jun 06, 2005 12:15 pm
by Jon Wright
I tried to run it and got an error "Cannot find digatmos.ccl in location radarsetup."

Posted: Mon Jun 06, 2005 2:34 pm
by Tommy Thornton
Thats what I was getting also...but after that I would get some other errors as well. I think it has something to do the pre-made maps, but not sure how to do that either. Hopefully someone will come along and help explain...

Posted: Mon Jun 06, 2005 5:45 pm
by wxforecaster
I think you might have to clear all the data off by using the erase command. After you export the graphic into the directory, use the erase command and that might help out a little! I would think