Can't get fronts to work

Strictly for sharing scripts used in Digital Atmosphere and getting assistance from other users.
Post Reply
SoFlaChris
Member
Posts: 11
Joined: Wed Nov 02, 2005 7:51 pm
Location: Boynton Beach, FL
Contact:

Can't get fronts to work

Post by SoFlaChris »

Hello,

I'm running DA Equinox using the following script from the "legacy" DA:

Code: Select all

LOAD,c:\Program Files\DigitalAtmosphereWS\maps\CONUS.dmf
download,http://www.atmos.albany.edu/weather/data1/surface/sao/@Y@M@D@H_sao.wmo,c:\Program Files\DigitalAtmosphereWS\data\surface.dat
ingest,c:\Program Files\DigitalAtmosphereWS\data\sur*.dat
product,plf,0,surface plots
product,wxp,0,fronts
ANALYZE,HILO CONT CINT=1 LINE=2 SLPR
ANALYZE,CONT CINT=1 COLOR=200:0:0 LINE=1 DEGF TEMP
stamp
I had to remove the line to ping the frontal bulletins site, as it would crash the script. Has anyone any idea how to gt this script to plot the frontal boundaries?

TIA,
Chris
Peter
Member
Posts: 97
Joined: Sun Nov 13, 2005 10:03 pm
Location: Mid-Wales

Post by Peter »

Chris,

Below is your script modified and it works on my PC with DAWS and Equinox.
I have changed colours etc and you will have to change directory and files to suit your setup but it does work without problems.
If someone can tell me how to upload an image to the forum, I'll post an image created using your script. :?


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

Post by wxforecaster »

SoFlaChris
Member
Posts: 11
Joined: Wed Nov 02, 2005 7:51 pm
Location: Boynton Beach, FL
Contact:

Post by SoFlaChris »

Peter,

Works like a champ! Thank you very much. :D

Chris
Post Reply