Range Check Errors and I/O errors

This is the place to get help with Digital Atmosphere, suggest improvements, and get tips.
Post Reply
wxforecaster
Senior Member
Posts: 252
Joined: Mon May 02, 2005 4:13 pm
Contact:

Range Check Errors and I/O errors

Post by wxforecaster »

I was looking over the board and when i get one of these. does that mean that a BAD file was download?

And if you are auto scriptting.. it will run to the next hour ok??


Just want to clairfy that! Thanks all!
wxforecaster
Senior Member
Posts: 252
Joined: Mon May 02, 2005 4:13 pm
Contact:

Post by wxforecaster »

Ok.. well i am getting a I/O error


The script worked just fine at first but now i am getting the Error all the time. here is the Script:

ERASE
download,http://weather.cod.edu/digatmos/sao/@Y@ ... C:\Program Files\DigitalAtmosphereWS\current\HUR_USA.DAT
download,http://www.atmos.albany.edu/weather/dat ... C:\Program Files\DigitalAtmosphereWS\current\HUR_BOUY_USA.DAT
download,http://weather.noaa.gov/pub/data/raw/sx ... C:\Program Files\DigitalAtmosphereWS\current\KS.DAT
download,http://www.atmos.albany.edu/weather/dat ... C:\Program Files\DigitalAtmosphereWS\current\world.DAT
download,http://www.mesonet.ttu.edu/latestobs/LA ... C:\Program Files\DigitalAtmosphereWS\current\texas.DAT
ingest,C:\Program Files\DigitalAtmosphereWS\current\*.DAT
load,C:\Program Files\DigitalAtmosphereWS\CPlains.dmf
product,plf,0,Suface Plots
import,C:\Program Files\DigitalAtmosphereWS\webpage_logo_large.gif
stamp
export,c:\daws\images\CPlains.gif
ERASE
load,C:\Program Files\DigitalAtmosphereWS\Lmiss.dmf
product,plf,0,Suface Plots
import,C:\Program Files\DigitalAtmosphereWS\webpage_logo_large.gif
stamp
export,c:\daws\images\Lmiss.gif
ERASE
load,C:\Program Files\DigitalAtmosphereWS\Matl.dmf
product,plf,0,Suface Plots
import,C:\Program Files\DigitalAtmosphereWS\webpage_logo_large.gif
stamp
export,c:\daws\images\Matl.gif
ERASE
load,C:\Program Files\DigitalAtmosphereWS\Mmiss.dmf
product,plf,0,Suface Plots
import,C:\Program Files\DigitalAtmosphereWS\webpage_logo_large.gif
stamp
export,c:\daws\images\Mmiss.gif
ERASE
load,C:\Program Files\DigitalAtmosphereWS\MT.dmf
product,plf,0,Suface Plots
import,C:\Program Files\DigitalAtmosphereWS\webpage_logo_large.gif
stamp
export,c:\daws\images\MT.gif
ERASE
load,C:\Program Files\DigitalAtmosphereWS\NE.dmf
product,plf,0,Suface Plots
import,C:\Program Files\DigitalAtmosphereWS\webpage_logo_large.gif
stamp
export,c:\daws\images\NE.gif
ERASE
load,C:\Program Files\DigitalAtmosphereWS\Nmiss.dmf
product,plf,0,Suface Plots
import,C:\Program Files\DigitalAtmosphereWS\webpage_logo_large.gif
stamp
export,c:\daws\images\Nmiss.gif
ERASE
load,C:\Program Files\DigitalAtmosphereWS\Northwest.dmf
product,plf,0,Suface Plots
import,C:\Program Files\DigitalAtmosphereWS\webpage_logo_large.gif
stamp
export,c:\daws\images\Northwest.gif
ERASE
load,C:\Program Files\DigitalAtmosphereWS\NPlains.dmf
product,plf,0,Suface Plots
import,C:\Program Files\DigitalAtmosphereWS\webpage_logo_large.gif
stamp
export,c:\daws\images\NPlains.gif
ERASE
load,C:\Program Files\DigitalAtmosphereWS\SE.dmf
product,plf,0,Suface Plots
import,C:\Program Files\DigitalAtmosphereWS\webpage_logo_large.gif
stamp
export,c:\daws\images\SE.gif
ERASE
load,C:\Program Files\DigitalAtmosphereWS\SoCal.dmf
product,plf,0,Suface Plots
import,C:\Program Files\DigitalAtmosphereWS\webpage_logo_large.gif
stamp
export,c:\daws\images\SOCal.gif
ERASE
load,C:\Program Files\DigitalAtmosphereWS\Southwest.dmf
product,plf,0,Suface Plots
import,C:\Program Files\DigitalAtmosphereWS\webpage_logo_large.gif
stamp
export,c:\daws\images\Southwest.gif
ERASE
load,C:\Program Files\DigitalAtmosphereWS\SPlains.dmf
product,plf,0,Suface Plots
import,C:\Program Files\DigitalAtmosphereWS\webpage_logo_large.gif
stamp
export,c:\daws\images\SPlains.gif
ERASE
load,C:\Program Files\DigitalAtmosphereWS\Texas.dmf
product,plf,0,Suface Plots
import,C:\Program Files\DigitalAtmosphereWS\webpage_logo_large.gif
stamp
export,c:\daws\images\Texas.gif
ERASE
upload,[url]ftp://XXX:XXX.wxforecaster.com/pubic_html/current/CPlains.gif,c:\daws\images\CPlains.gif[/url]


If anyone can see what is wrong.. please help.. Thanks
Weasel
Senior Member
Posts: 118
Joined: Mon Aug 28, 2006 2:39 am

Post by Weasel »

Jon, I ran this much of your script, after creating the current directory, without any errors using DA WS:

download,http://weather.cod.edu/digatmos/sao/@Y@ ... C:\Program Files\DigitalAtmosphereWS\current\HUR_USA.DAT
download,http://www.atmos.albany.edu/weather/dat ... C:\Program Files\DigitalAtmosphereWS\current\HUR_BOUY_USA.DAT
download,http://weather.noaa.gov/pub/data/raw/sx ... C:\Program Files\DigitalAtmosphereWS\current\KS.DAT
download,http://www.atmos.albany.edu/weather/dat ... C:\Program Files\DigitalAtmosphereWS\current\world.DAT
download,http://www.mesonet.ttu.edu/latestobs/LA ... C:\Program Files\DigitalAtmosphereWS\current\texas.DAT
ingest,C:\Program Files\DigitalAtmosphereWS\current\*.DAT
product,plf,0,Suface Plots

The other stuff in the script, as you know, is specific to your computer and map/logo creations.... as least as far as I noticed through a quick glance at the script.

Pat
wxforecaster
Senior Member
Posts: 252
Joined: Mon May 02, 2005 4:13 pm
Contact:

Post by wxforecaster »

Thanks Pat for the respones!

I was talking to someone on this Board on IM. He made a great suggestion incase you come up with the I/0 32 error.

You want to close your MAP on DAWS (so there is no workchart). Make a new map (to be your new workchart). Close DAWS and open it back up. That will take care of the Error. At least it did for me!


Thanks for everyones help!
Weasel
Senior Member
Posts: 118
Joined: Mon Aug 28, 2006 2:39 am

Post by Weasel »

Glad you got it settled, Jon!

Maybe it was some sort of a memory thing? Hard for a person to say until they can duplicate the error:)

Thanks for the info, Jon.

Pat
Post Reply