McIDAS Learning Guide
Version 2006

[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]


Real-time Data Access - NEXRAD Imagery

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.

  1. List all datasets from NEXRAD of type IMAGE in your routing table.
    Type:  DSINFO IMAGE NEXRAD
             Dataset Names of Type: IMAGE in Group: NEXRAD                                
     Name         NumPos   Content                                                        
     ------------ ------   --------------------------------------                         
     BREF1        99999    Base Reflectivity - tilt 1 (0.50 deg) - 124 nmi range          
     BREF2        99999    Base Reflectivity - tilt 2 (1.45/1.50 deg) - 124 nmi ran       
     BREF248      99999    Base Reflectivity - tilt 1 (0.50 deg) - 248 nmi range          
     BREF3        99999    Base Reflectivity - tilt 3 (2.40/2.50 deg) - 124 nmi ran       
     BREF4        99999    Base Reflectivity - tilt 4 (3.35/3.50 deg) - 124 nmi ran       
     BVEL1        99999    Base Radial Velocity - tilt 1 (0.50 deg) - 124 nmi range       
     BVEL2        99999    Base Radial Velocity - tilt 2 (1.45/1.50 deg) - 124 nmi        
     CREF         99999    Composite Reflectivity - 16 levels - 124 nmi range             
     PRECIP1      99999    Surface Rainfall Accumulation - 1 hour running total           
     PRECIPTOT    99999    Surface Rainfall Accumulation - storm total                    
     SRVEL1       99999    Storm-Relative Mean Radial Velocity - tilt 1 (0.50 deg)        
     SRVEL2       99999    Storm-Relative Mean Radial Velocity - tilt 2 (1.45 deg)        
     SRVEL3       99999    Storm-Relative Mean Radial Velocity - tilt 3 (2.40 deg)        
     SRVEL4       99999    Storm-Relative Mean Radial Velocity - tilt 4 (3.35 deg)        
     TOPS         99999    Echo Tops                                                      
     VIL          99999    Vertically Integrated Liquid                                   
    
  2. Erase frames 1 through 6.
    Type:  ERASE F 1 6
  3. Display a map of the United States on frame 1 and show the current weather conditions by displaying weather symbols.
    Type:  SF 1;MAP USA;SFCPLOT WXS
    The parameter WXS displays weather symbols of the current weather conditions.

  4. Choose a station in which rain, snow, or some other type of precipitation is occuring and place the cursor over the symbol.

  5. Find any nearby NEXRAD stations using the STNLIST command.
    Type:  STNLIST TYPE=N
    The TYPE keyword allows you to search for specific types of stations. In this example, you are only searching for NEXRAD stations (N) in the surrounding area.

    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                                                           
    
  6. Choose a station ID and display the base reflectivity (tilt 1, 124 nmi range) image from that station (in this case, DTX, Detroit, Michigan) with a red map on frame 2.
    Type:  SF 2;IMGDISP NEXRAD/BREF1 ID=DTX;MAP X 5
  7. Another way to display the same station is to use the predefined NEXRAD product aliases found in IMGDISP.CORE. Display the IMGDISP.CORE context file.
    Type:  SEE IMGDISP.CORE
    After the comments section of the IMGDISP.CORE file, you will see predefined products in sections like this:
       # 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)'                  
    
  8. Take a closer look at each individual line of the MKX_BREF1 predefined product, to see exactly what it does.
  9. Display the same station's three most recent NEXRAD images on frame 3-5, using the predefined product, MKX_BREF1, and the station you chose in step 6 (in this case, DTX). If MKX is the station you chose, you do not need to specify ID=, since ID=MKX is the default.
    Type:  IMGDISP MKX_BREF1 ID=DTX ALL=3 5
  10. Loop the images to see the movement of the storm.
    Type:  LB 3 5
    Press:  Alt L
    Press:  Alt L
  11. Display the total surface rainfall accumulation using the predefined PRECIPTOT product on frame 6.
    Type:  SF 6;IMGDISP MKX_PRECIPTOT ID=DTX
  12. Place the cursor over different areas of precipitation and use IMGPROBE to determine the total amount of precipitation over those selected ares.
    Type:  IMGPROBE
    Press:  Alt G
    Repeat this as many times as you like.

  13. Exit IMGPROBE using Alt Q.
    Press:  Alt Q

[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]