Can DA do this?

Strictly for sharing scripts used in Digital Atmosphere and getting assistance from other users.
Post Reply
TeeSee64
Junior Member
Posts: 1
Joined: Thu Jan 31, 2013 4:18 pm

Can DA do this?

Post by TeeSee64 »

Hi,

I have downloaded the DA demo version and it looks good but the only thing that is holding me from buying Da,
is that I dont have scripts to let DA do what I want.

I want to make things like this:

http://www.meteociel.fr/modeles/gfse_ca ... e=0&mode=9

and this:

http://www.meteociel.fr/modeles/gfse_ca ... e=0&mode=1

and this

http://www.meteociel.fr/modeles/gfse_ca ... e=0&mode=2

Is it posible to make maps like the ones in the links with DA? and if so, where can i find the scripts to make that kind of maps?

So if someone can help met with this one, I thank you in advance!



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

Re: Can DA do this?

Post by Greg Higgins »

The short answer is "yes". Search through this forum and you should find the scripts. You will probably have to cutomize them for the colors you want though.
Greg Higgins
Senior Member
Posts: 100
Joined: Sun Nov 30, 2003 5:05 am
Location: Fort Worth, TX

Re: Can DA do this?

Post by Greg Higgins »

6 hour precip, will have to be customized...............

---BEGIN 6hr_precip.dsf---
LOAD,D:\Program Files\DigitalAtmosphereWS\maps\print\whatever.dmf

# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... \metar.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... \synop.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... t\buoy.txt
# DOWNLOAD,http://www.atmos.albany.edu/weather/dat ... t\raob.txt

# INGEST,D:\wx\scripts\ingest\*.txt

ANALYZE,FILL FILS=0 COLOR=160:160:255 GRTN=0 PC06
ANALYZE,FILL FILS=0 COLOR=116:116:255 GRTN=1 PC06
ANALYZE,FILL FILS=0 COLOR=96:96:255 GRTN=2 PC06
ANALYZE,FILL FILS=0 COLOR=64:64:255 GRTN=3 PC06
ANALYZE,FILL FILS=0 COLOR=32:32:255 GRTN=4 PC06

BASEMAP

ANALYZE,CONT CINT=1 DASH COLOR=100:100:100

ANALYZE,VECT COLOR=0:0:255 WIND
STAMP

EXPORT,D:\WX\scripts\Output\Precip\6hr_precip_@FFZ@MMZ@DDZ@HHZ@NNZ.jpg
EXPORT,Z:\public_html\precip\6hr_precip_@FFZ@MMZ@DDZ@HHZ@NNZ.gif
---END 6hr_precip.dsf---
LaurierWilliams
Member
Posts: 30
Joined: Sun Nov 23, 2003 11:28 pm
Location: Millthorpe, NSW, Australia
Contact:

Re: Can DA do this?

Post by LaurierWilliams »

TeeSee64, the site you're giving as an example has had an enormous amount of complex programming done to achieve what you see. The main model images would have been constructed from GRIB-coded files which are very large and, so far as I know, only GFS GRIB is available for free though this may be changing. Greg's example script would produce observed rainfall charts and DA has great strength in this area. It can also work with GRIB files, though I haven't worked with these so I don't know if you can do it under script control.

The bottom line is that to produce anything as remotely complex as the site you're pointing to, you have to learn how to write scripts yourself, and understand the raw data you're working with. The people on this forum have come up with lots of help and example scripts, but there is no quick solution, whichever of the dozens of available programs you use - the list given in the GRIB entry in Wikipedia at http://en.wikipedia.org/wiki/GRIB#Applications gives an idea of how many possible programs there are. Don't get discouraged but expect to put in some time learning, and DA is a lot easier to work with than some other meteorological programs I know.
Post Reply