Page 1 of 1

Calling All Script Writers

Posted: Tue Jul 13, 2004 5:20 pm
by Roy Leep
Guys, what is wrong with the following script for Florida surface?


download,http://www.atmos.albany.edu/weather/dat ... a\test.dat
download,http://www.atmos.albany.edu/weather/dat ... ta\boy.dat
download,%1http://www.atmos.albany.edu/weather/data1/surf ... ta\frt.dat
download,http://iwin.nws.noaa.gov/iwin/us/thunde ... ta\war.dat
import,c:\digatm\data\*.*
erase
coout
radar,bref2,tbw jax mlb amx tlh byx evx mob
product,plf,0,boy plot
analyze,hilo cont cint=1 color=0:0:0 line=2 slpr
analyze,color=0:0:200 strm wind
product,wxp,frt plot
product,wrx,war plot


First two downloads work fine, and their data imports, plots and analyzes. But 3rd and 4th download stop with "cannot create file" I even created two dat files named "frt" and "war".

Also "color" seems to have no control over streamlines.

Appreciate all the help I can get, not being a script writer myself.

Thanks;

Roy

Posted: Tue Jul 13, 2004 5:32 pm
by Fred
3. remove %1 in the beginning and put a , instead of \ before c:digatm
4.put a , instead of \ before c:digatm

I did not tested it, just looked to the script.

Greetings

Fred

Posted: Tue Jul 13, 2004 6:14 pm
by texsky
Roy,

Fred is right about removing the %1 in front of the "http" on the third line. Also, your problem on the fourth line is you have a typo in your directory...ie..."c:/didatm". Change the "d" to a "g" and it should work.

Bob

Thanks!!

Posted: Tue Jul 13, 2004 6:51 pm
by Roy Leep
Thanks fellas you're the greatest....wow a typo all the slashes and commas start to look alike after a while!

All works well;

Thanks again;

Roy