Many of the same commands used to display satellite images can be used with NEXRAD data as well. In this excercise, you will access real-time NEXRAD imagery, find a NEXRAD station where precipitation exists (if any) and list and display that NEXRAD station's radar image.
The DSINFO and IMGLIST commands list information about the available images. Once located, you can display the images using the IMGDISP command. You can display images one at a time or in a sequence. An entire set of images can be loaded chronologically using one IMGDISP command.
Dataset Names of Type: IMAGE in Group: RTNEXRAD Name NumPos Content ------------ ------ -------------------------------------- N0R 9999 Base Reflectivity Tilt 1 N0S 9999 Storm-Rel Mean Vel Tilt 1 N0V 9999 Radial Velocity Tilt 1 N0Z 9999 248 nm Base Reflectifity N1P 9999 1-hour Surface Rainfall N1R 9999 Base Reflectivity Tilt 2 N1S 9999 Storm-Rel Mean Vel Tilt 2 N1V 9999 Radial Velocity Tilt 2 N2R 9999 Base Reflectivity Tilt 3 N2S 9999 Storm-Rel Mean Vel Tilt 3 N3R 9999 Base Reflectivity Tilt 4 N3S 9999 Storm-Rel Mean Vel Tilt 4 NCR 9999 Composite Reflectivity NET 9999 Echo Tops NTP 9999 Storm Total Rainfall NVL 9999 Vertical Liquid H2O DSINFO -- done
You should see an output similar to this:
Center Lat/Lon: 43:08:38 84:36:00 IDN ID Station Name Data Types ST CO DIST[KM] LAT LON ELE ----- ----- -------------------- ----------------- -- -- ---------- ---------- --------- ---- --- GRR GRAND RAPIDS NW MI US 81.7 42:53:38 85:32:41 299 --- DTX DETROIT N MI US 104.3 42:41:59 83:28:18 412 Number of stations listed: 2
# Products for NEXRAD Base Reflectivity, tilt 1 (0.50 deg), 124 nmi NEXRAD/BREF1 DATASET=NEXRAD/BREF1 EU=BREF REQUIRE=ID MKX_BREF1 DATASET=NEXRAD/BREF1 EU=BREF ID=MKX \ REFRESH='BAR (IMA) GRA=(GRA); \ EU MAKE 1 1 55 55 75 75 85 85 (IMA) (IMA); \ MAP X -8 DASH=1 X 4 COUNTY=ALL GRA=(GRA) IMA=(IMA); \ MAP VH 7 GRA=(GRA) IMA=(IMA); \ STNPLOT TYPE=FOUS COLOR=7 FONT=HELMO GRA=(GRA) NAV=(IMA); \ FRMLABEL LEV=232 2 IMA=(IMA) \ "(ID) RADAR - BASE REFLECTIVITY TILT 1 AT (HHMM) ON (DAY)'
The FRMLABEL adds a label to the frame, with the (ID), day (DAY), and time (HHMM) of the image.
Repeat this as many times as you like.