Calling All Script Writers

This is the place to get help with Digital Atmosphere, suggest improvements, and get tips.
Post Reply
Roy Leep
Member
Posts: 90
Joined: Sat Nov 29, 2003 8:28 am
Location: Tampa, Florida
Contact:

Calling All Script Writers

Post 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
Fred
Senior Member
Posts: 198
Joined: Tue Nov 25, 2003 4:22 pm
Location: Suoi Tien, Vietnam

Post 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
texsky
Senior Member
Posts: 172
Joined: Fri Dec 12, 2003 9:42 pm

Post 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
Roy Leep
Member
Posts: 90
Joined: Sat Nov 29, 2003 8:28 am
Location: Tampa, Florida
Contact:

Thanks!!

Post 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
Post Reply