CUSTOMISED STATION PLOT

Strictly for sharing scripts used in Digital Atmosphere and getting assistance from other users.
Post Reply
sl_neeraj
Junior Member
Posts: 3
Joined: Tue Mar 13, 2007 3:14 pm
Location: India

CUSTOMISED STATION PLOT

Post by sl_neeraj »

Hi,
How can I plot customised station plot (saved as .sps files in digital atmosphere) using scripting? Say only tempratures plot on surface temperature analysis sript.
Peter
Member
Posts: 97
Joined: Sun Nov 13, 2005 10:03 pm
Location: Mid-Wales

Post by Peter »

Below is script I use for Sea Surface Temperatures, changing the Plot Model.

The relevent line is in bold.
The file structure will need to be modified to suit your file locations and naming.
Hope this helps.

Regards Peter

#Display temperature in 1 deg steps
ERASE
ANALYZE,OVER FILL COLOR=128:160:000 GRTN=10 OVER FILL COLOR=096:192:128 GRTN=9 OVER FILL COLOR=088:185:142 GRTN=8 OVER FILL COLOR=080:175:158 GRTN=7 OVER FILL COLOR=064:160:192 GRTN=6 OVER FILL COLOR=064:140:220 GRTN=5 OVER FILL COLOR=064:128:255 GRTN=4 OVER FILL COLOR=032:110:255 GRTN=3 OVER FILL COLOR=000:096:255 GRTN=2 OVER FILL COLOR=000:079:255 GRTN=1 OVER FILL COLOR=000:064:255 GRTN=0 TSEA
ANALYZE,OVER FILL COLOR=254:086:037 GRTN=20 OVER FILL COLOR=234:110:018 GRTN=19 OVER FILL COLOR=216:136:000 GRTN=18 OVER FILL COLOR=236:148:000 GRTN=17 OVER FILL COLOR=255:160:000 GRTN=16 OVER FILL COLOR=240:160:000 GRTN=15 OVER FILL COLOR=224:160:000 GRTN=14 OVER FILL COLOR=207:175:000 GRTN=13 OVER FILL COLOR=192:192:000 GRTN=12 OVER FILL COLOR=158:175:000 GRTN=11
ANALYZE,OVER FILL COLOR=255:000:000 GRTN=30 OVER FILL COLOR=255:022:022 GRTN=29 OVER FILL COLOR=255:045:045 GRTN=28 OVER FILL COLOR=215:043:022 GRTN=27 OVER FILL COLOR=175:040:001 GRTN=26 OVER FILL COLOR=195:044:001 GRTN=25 OVER FILL COLOR=214:049:001 GRTN=24 OVER FILL COLOR=234:055:004 GRTN=23 OVER FILL COLOR=254:063:007 GRTN=22 OVER FILL COLOR=254:074:022 GRTN=21
SFCPLOTMODEL,C:\Program Files\DigitalAtmosphereWS\SST Plot model.sps
product,PLF,0,Surface Plots
analyze,CONT CINT=1 COLOR=100:100:100 DOTS TSEA
import,C:\Program Files\DigitalAtmosphereWS\North Sea SST.gif
sl_neeraj
Junior Member
Posts: 3
Joined: Tue Mar 13, 2007 3:14 pm
Location: India

Post by sl_neeraj »

:) I think it should work. Thanks Peter
sl_neeraj
Junior Member
Posts: 3
Joined: Tue Mar 13, 2007 3:14 pm
Location: India

Post by sl_neeraj »

Yes it is working. Now I have another doubt, Is it possible to control data plot crowding through scripts.
Odaat
Member
Posts: 11
Joined: Sat Feb 17, 2007 4:46 pm

Post by Odaat »

sl_neeraj wrote: Now I have another doubt, Is it possible to control data plot crowding through scripts.
Many are asking... but no one is answering
Post Reply