Can DA 2.07 std and Huricane BILL

Strictly for sharing scripts used in Digital Atmosphere and getting assistance from other users.
Wood Ant
Member
Posts: 62
Joined: Mon Jan 26, 2004 4:33 pm
Location: Dorking, ENGLAND

Can DA 2.07 std and Huricane BILL

Post by Wood Ant »

Hi All,

as the huricane season come upon us can DA plot the data?
I played with various files from the net, but have not managed to plot BILL.

Can DA plot Huricanes still, if so what is the site a file's I need?
Is on kind person could post a working Script it would be great.

Hoping
Michael
Wally Mayo
Senior Member
Posts: 251
Joined: Thu Feb 05, 2004 11:36 pm
Location: Roanoke, VA
Contact:

Post by Wally Mayo »

You can get Hurr center bulletin/progs, and plot with HURRICANE.
What exactly do you want to do?
Wood Ant
Member
Posts: 62
Joined: Mon Jan 26, 2004 4:33 pm
Location: Dorking, ENGLAND

Post by Wood Ant »

Hi Wally

I downloaded data from various sources and tried to plot Hurrican BILL. when I tried to plot BILL nothing showed up, although there was data for BILL, in the files I downloaded.

Perhaps I was collecting my data from the wrong place's

The script I use is below...

##Hurricane Script##
ERASE

load,C:\Users\Michael\AppData\Local\DigitalAtmosphere\Maps\Central America and Caribbean.dmf

download,http://www.metoffice.gov.uk/weather/tro ... wtnt80.txt
download,http://weather.noaa.gov/pub/data/hurric ... update.dat
download,http://weather.noaa.gov/pub/data/raw/wt ... .egrr..txt
download,http://weather.noaa.gov/pub/data/raw/wt ... cd.at3.txt
download,http://weather.noaa.gov/pub/data/raw/wt ... cu.at3.txt
download,http://weather.noaa.gov/pub/data/raw/wh ... hg.hur.txt
download,http://weather.noaa.gov/pub/data/raw/wt ... .egrr..txt
download,http://weather.noaa.gov/pub/data/raw/wh ... hg.qlm.txt
download,http://weather.noaa.gov/pub/data/raw/wh ... hg.e77.txt
Ingest,C:\Users\Michael\AppData\Local\DigitalAtmosphere\data\*.txt

Hurricane


Am I doing something wrong?

Michael
Wood Ant
Member
Posts: 62
Joined: Mon Jan 26, 2004 4:33 pm
Location: Dorking, ENGLAND

Post by Wood Ant »

Here is another script

When run in DA this error pops up, any idea why?

"Access violation at address 00403dAA in module 'digatmos.exe'. Read of address 30303027

##HURRICANE CYCLONE TYPHOON SCRIPT V1.01##

ERASE

##Hurricane track(Atlantic)##

DOWNLOAD,http://weather.noaa.gov/pub/data/raw/wh ... hg.hur.txt
DOWNLOAD,http://www.meto.gov.uk/sec2/sec2cyclone ... wtnt80.txt
DOWNLOAD,http://weather.noaa.gov/pub/data/raw/wh ... hg.qlm.txt

##Hurricane track(Atlantic)##
DOWNLOAD,http://weather.noaa.gov/pub/data/raw/wt ... cm.at1.txt
DOWNLOAD,http://weather.noaa.gov/pub/data/raw/wt ... cm.at2.txt
DOWNLOAD,http://weather.noaa.gov/pub/data/raw/wt ... cm.at3.txt
DOWNLOAD,http://weather.noaa.gov/pub/data/raw/wt ... cm.at4.txt
DOWNLOAD,http://weather.noaa.gov/pub/data/raw/wt ... cm.at5.txt

##Hurricane track(Pacific)##
DOWNLOAD,http://weather.noaa.gov/pub/data/raw/wt ... cm.ep1.txt
DOWNLOAD,http://weather.noaa.gov/pub/data/raw/wt ... cm.ep2.txt
DOWNLOAD,http://weather.noaa.gov/pub/data/raw/wt ... cm.ep3.txt
DOWNLOAD,http://weather.noaa.gov/pub/data/raw/wt ... cm.ep4.txt
DOWNLOAD,http://weather.noaa.gov/pub/data/raw/wt ... cm.ep5.txt

##Cyclone track(North Indian)##
DOWNLOAD,http://weather.noaa.gov/pub/data/raw/wt ... .pgtw..txt
DOWNLOAD,http://weather.noaa.gov/pub/data/raw/wt ... .pgtw..txt
DOWNLOAD,http://weather.noaa.gov/pub/data/raw/wt ... .pgtw..txt
DOWNLOAD,http://weather.noaa.gov/pub/data/raw/wt ... .pgtw..txt
DOWNLOAD,http://weather.noaa.gov/pub/data/raw/wt ... .pgtw..txt
DOWNLOAD,http://weather.noaa.gov/pub/data/raw/wt ... .pgtw..txt

##Typhoon track (NW Pacific)##
DOWNLOAD,http://weather.noaa.gov/pub/data/raw/wt ... .pgtw..txt
DOWNLOAD,http://weather.noaa.gov/pub/data/raw/wt ... .pgtw..txt
DOWNLOAD,http://weather.noaa.gov/pub/data/raw/wt ... .pgtw..txt
DOWNLOAD,http://weather.noaa.gov/pub/data/raw/wt ... .pgtw..txt

DOWNLOAD,http://weather.admin.niu.edu/data/@Y@M@ ... ta\sao.sao
DOWNLOAD,http://weather.cod.edu/digatmos/syn/@Y@ ... ta\syn.syn
DOWNLOAD,http://weather.cod.edu/digatmos/upa/@Y@ ... ta\upa.upa

Ingest,C:\Users\Michael\AppData\Local\DigitalAtmosphere\data\*.*

HURRICANE

Hoping some one can help
Michael
Wally Mayo
Senior Member
Posts: 251
Joined: Thu Feb 05, 2004 11:36 pm
Location: Roanoke, VA
Contact:

Post by Wally Mayo »

For BILL ... after you load up your map, then ...
download,http://weather.noaa.gov/pub/data/raw/wt ... \hurr2.dat
ingest,c:\DAdirectory\data\hurr2.dat
HURRICANE

sub your own location of file for c:\DAdirectory\data\hurr2.dat

It really should work.
Wood Ant
Member
Posts: 62
Joined: Mon Jan 26, 2004 4:33 pm
Location: Dorking, ENGLAND

Post by Wood Ant »

Hello Wally

Thanks for the advise, sadly I keep getting, the above error, when the instruction 'HURRICANE' used both in a script and when I use the menu.

I re-installed DA V2.07 standard and the same script sadly the same error appeared.

Any ideas,please

Michael
Wally Mayo
Senior Member
Posts: 251
Joined: Thu Feb 05, 2004 11:36 pm
Location: Roanoke, VA
Contact:

Post by Wally Mayo »

Hmmm, there are probably others better at this than me, but ...
Did you erase registry entries when you uninstalled and installed?
(only if you still have the registration key, though)
Are you testing this with the short file I suggested, or the huge get everything from everybody script above?
You DID specify your own directory if you used my example, right?
Wood Ant
Member
Posts: 62
Joined: Mon Jan 26, 2004 4:33 pm
Location: Dorking, ENGLAND

Post by Wood Ant »

Hello Wally,

Thanks for your time to reply,

I did as you suggeted and installed a (Clean ie del reg enteries) copy of DA, and ran the script as you sugested, (my copy beloe).

download,http://weather.noaa.gov/pub/data/raw/wt ... xt,F:\BACK UP\DA\Data\hurr2.dat
ingest,F:\BACK UP\DA\data\hurr2.dat
HURRICANE

How ever DA still displayed the error, it has comopletely baffled me, perhaps its that version of Da that's at fault, (da-2.07-std.exe), I'm running it on with Vista 64.

Hoping you keep trying to help

Thanks
Michael
Greg Higgins
Senior Member
Posts: 100
Joined: Sun Nov 30, 2003 5:05 am
Location: Fort Worth, TX

Post by Greg Higgins »

Hey guys, I was looking to add my opinion to this problem and I think part of it has to do with the URLs. Could both Wally and Michael please post the entire URL for the hurricane data? Thanks!

Greg
Wood Ant
Member
Posts: 62
Joined: Mon Jan 26, 2004 4:33 pm
Location: Dorking, ENGLAND

Post by Wood Ant »

Hello Greg,

The URL's are in blue. Just right click no the Blue URL, and copy short cut, and paste it to something like note pad.

Michael
Post Reply