Calling All Script Writers
Posted: Tue Jul 13, 2004 5:20 pm
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
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