Page 1 of 1

Script not loading new map

Posted: Sat Jan 27, 2007 8:26 pm
by synoptic
Hello,

My script is somehow not loading the maps I need.
I need a base map named Bul and a sferics map named Europe.

Code: Select all

DOWNLOAD,http://www.met.fsu.edu/rawdata/syn/20@Y@M@D/20@Y@M@D@S.syn,c:\Digital\synop.txt
DOWNLOAD,http://www.atmos.albany.edu/weather/data1/surface/sao/@Y@M@D@H_sao.wmo,c:\Digital\metar.txt
DOWNLOAD,http://www.atmos.albany.edu/weather/data1/surface/syn/@Y@M@D_sfuk30.wmo,c:\Digital\sferics30.txt
DOWNLOAD,http://www.atmos.albany.edu/weather/data1/surface/syn/@Y@M@D_sfuk31.wmo,c:\Digital\sferics31.txt
LOAD,c:\Program Files\DigitalEquinox\bul.dmf
INGEST,c:\Digital\synop.txt 

Erase
Product,plf,0 
Stamp
Export,c:\Digital\image\overall.gif
Erase

Erase
analyze,HILO CONT CINT=2 LINE=1 PRES 
Stamp
Export,c:\Digital\image\pressure.gif
Erase

Erase
analyze,HILO PRES 
Stamp
Export,c:\Digital\image\pressure1.gif
Erase

analyze,HILO CONT CINT=5 LINE=2 SLPR 
Stamp
export,c:\Digital\image\sea.gif
Erase

analyze,HILO CONT CINT=5 LINE=2 PC03 
Stamp
Export,c:\Digital\image\precipitation3.gif
Erase

load,c:\Program Files\DigitalEquinox\europe.dmf
INGEST,c:\Digital\sferics30.txt
product,sf0,plot
Stamp
Export,c:\Digital\image\sferics.gif
Erase

LOAD,c:\Program Files\DigitalEquinox\europe.dmf
INGEST,c:\Digital\sferics31.txt
product,sf6,plot
Stamp
Export,c:\Digital\image\sferics1.gif
Erase
Do you ahve any idea how this can be done the lines I use here do not do the job.

Thanks

Re: Script not loading new map

Posted: Sat Jan 27, 2007 10:19 pm
by scarecrow93
Hello-

Unless you changed the default Equinox directory during installation, default directory is C:\Program Files\DigAtmEquinox\

This might be the problem in your map load lines.

Regards,
Lance

Posted: Sun Jan 28, 2007 10:34 am
by synoptic
Thanks I did overlook that.
I thouth it was DigitalEquinox.
Thanks for your reply