Some help about SLP field and scripts at all

Strictly for sharing scripts used in Digital Atmosphere and getting assistance from other users.
Post Reply
mmirro
Junior Member
Posts: 2
Joined: Wed Aug 19, 2009 3:58 pm

Some help about SLP field and scripts at all

Post by mmirro »

Hi, meteorologists!
I succeed to write this little script:

DOWNLOAD,http://weather.cod.edu/digatmos/syn/@Y@ ... DZ@HHZ.txt
IMPORT,C:\Documents and Settings\Miro\Local Settings\Application Data\DigitalAtmosphere\Europe.dmf
STAMP
PRODUCT,plf,0,Test plot
ANALYZE,HILO CONT CINT=2 SLPR
ANALIZE,EQUA=1015 LINE=5 COLOR=255,255,255 SOLD SLPR
EXPORT,C:\@FFZ@MMZ@DDZ@HHZ.png

It works, but not in the way that I want.
At first I can't understand why if in the toolbar of the program is set for TIME SELECTION SURFICE "Manual" the drawing of the izobars don’t work. Is this a bug or not?

I want to draw isobars during two millibars in an odd numbers. Is this possible in this version? This is was possible in an older version in Preferences like set BASE=1 \by default base=0\

I want to draw 1015 millibars in thick, bold line. I can't understand why this is don’t work.

Finally, if I make a map manually, in the right bottom corner is the hour, day of the week and the date, but if I use this script there are only the hour. In the place of the day and date write "UNDETERMINED"

Thannk’s :)
mmirro
Junior Member
Posts: 2
Joined: Wed Aug 19, 2009 3:58 pm

my release

Post by mmirro »

It's my final release:

MINIMIZE
DOWNLOAD,http://weather.cod.edu/digatmos/syn/@Y@ ... DZ@HHZ.txt
LOAD,C:\DA\Blanki\Balkan-Equinox.dmf
INGEST,C:\DA\B@FFZ@MMZ@DDZ@HHZ.txt
PRODUCT,plf,0,Test plot

ANALYZE,SLPR CONT EQUA=1051 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1049 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1047 LINE=3 HILO ANLC
ANALYZE,SLPR CONT EQUA=1045 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1043 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1041 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1039 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1037 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1035 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1033 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1031 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1029 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1027 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1025 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1023 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1021 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1019 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1017 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1015 LINE=3 HILO ANLC
ANALYZE,SLPR CONT EQUA=1013 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1011 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1009 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1007 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1005 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1003 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=1001 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=999 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=997 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=995 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=993 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=991 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=989 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=987 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=985 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=983 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=981 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=979 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=977 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=975 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=973 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=971 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=969 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=967 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=965 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=963 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=961 LINE=1 HILO ANLC
ANALYZE,SLPR CONT EQUA=959 LINE=1 HILO ANLC

STAMP
EXPORT,C:\DA\B@YYZ@MMZ@DDZ@HHZ.png
PRINT
QUIT

I use it with older Equinox-version, because of the problem with legend in right down corner.
The program is useful – it is a fact and it is work well, if you have just some maps about weather. But, in my opinion the program hasn’t enough flexibility and there are some bugs. In instance, I can’t draw isobars in odd number except one by one - it is strange. The problem with legend already is clear. If I use command “IMPORT” instead “LOAD” the places of the meteo-stations is no correct. There aren’t command about density of the stations. And final – there aren’t enough examples in help-files. It is what I noticed. I don’t now if the problem with the command “IMPORT” is correct in new version, but the other notes is right in the two versions.
*Excuse me because of my not perfect English.
Post Reply