Search found 172 matches

by texsky
Sun Oct 30, 2005 4:38 pm
Forum: Digital Atmosphere scripting laboratory
Topic: Re: temperature and dew point scripts
Replies: 20
Views: 50799

Marcel,

The negative sign doesn't show when using the NMC font. This is a bug of sorts.

Yes, the script can be made to increase by adding higher GRTN values.

hth,
Bob
by texsky
Sun Oct 30, 2005 4:14 am
Forum: Digital Atmosphere scripting laboratory
Topic: Re: freezing level contour scripts
Replies: 5
Views: 16380

Randy,

The only way I know of to extract freezing levels is from GRIB data. Scripting for GRIB forecasts is hopefully an area that Tim will devote some time to when he starts programming again.

hth,
Bob
by texsky
Sat Oct 29, 2005 6:04 pm
Forum: Digital Atmosphere scripting laboratory
Topic: Re: temperature and dew point scripts
Replies: 20
Views: 50799

Marcel, There's a bug in DAWS that prohibits generating scripts of negative values using color contours. However, with some creativity involved, there's also a workaround of sorts. You might want to try the following and see if it meets your needs. You can always modify it to suit your own desires. ...
by texsky
Wed Sep 07, 2005 4:29 pm
Forum: Digital Atmosphere
Topic: BUFKIT data
Replies: 2
Views: 6180

Not to my knowledge.

hth,
Bob
by texsky
Tue Sep 06, 2005 9:40 pm
Forum: Digital Atmosphere scripting laboratory
Topic: Re: Is there any scripts for LI, TT, or other parameters?
Replies: 22
Views: 53768

Randy, Try this for Total-Totals... ANALYZE,SSUM=5:6 STOR=6 SDIF=3:4 STOR=5 SDIF=1:2 STOR=4 TEMP H500 STOR=3 DWPT H850 STOR=2 TEMP H500 STOR=1 TEMP H850 ANALYZE,OVER FILL COLOR=245:255:000 GRTN=48 OVER FILL COLOR=208:255:000 GRTN=46 OVER FILL COLOR=165:231:000 GRTN=44 OVER FILL COLOR=069:208:000 GRT...
by texsky
Tue Sep 06, 2005 5:35 am
Forum: Digital Atmosphere scripting laboratory
Topic: Re: Is there any scripts for LI, TT, or other parameters?
Replies: 22
Views: 53768

Randy, Yes, that script was intended for use on the Menu system, not the script scheduler. If you want to set it up for that, you will have to prefix it with the Analyze command. I see an error with your TT script that may be causing your problems. I'll post a fix for it sometime tomorrow. Also, som...
by texsky
Tue Sep 06, 2005 4:06 am
Forum: Digital Atmosphere scripting laboratory
Topic: Re: Is there any scripts for LI, TT, or other parameters?
Replies: 22
Views: 53768

Randy,

The best way to check colors for scripts is to use a graphics program like Paint Shop Pro or Photoshop, but you can even use Paint if you need to, it comes with Windows.

hth,
Bob
by texsky
Mon Sep 05, 2005 9:36 pm
Forum: Digital Atmosphere scripting laboratory
Topic: Re: Is there any scripts for LI, TT, or other parameters?
Replies: 22
Views: 53768

Well, I'm no expert about any of this but here's what I'm somewhat familiar with... Radiosonde data is only updated twice a day at 00Z and 12Z. Therefore, any script that uses this data is going to be limited to whenever it's made available. There's nothing DAWS can do to generate more frequent upda...
by texsky
Mon Sep 05, 2005 3:52 pm
Forum: Digital Atmosphere scripting laboratory
Topic: Re: Is there any scripts for LI, TT, or other parameters?
Replies: 22
Views: 53768

Here's a few you might like, but don't ask about the units involved, I'm not always sure about them myself. :wink: Moisture Convergence DVCV CONT CINT=20 GRTN=0 COLOR=125:100:50 CONT DADD CINT=20 LSTN=0 COLOR=0:100:0 CONT EQUA=0 LINE=1 COLOR=160:0:128 SMLT=2:MIXR STOR=2 SMLC=1:1000000 STOR=1 DVRG WI...
by texsky
Mon Sep 05, 2005 12:50 am
Forum: Digital Atmosphere scripting laboratory
Topic: Re: Is there any scripts for LI, TT, or other parameters?
Replies: 22
Views: 53768

Jon, Basically, yes. All you need to do is open up the digatmos.mnu file using your favorite text editor(ie..Word, Wordpad, Notepad, etc..) and insert a section called Stability Indices and under that section you would then enter the scripts listed above. The main issue here is to make sure that you...