McIDAS-X Learning Guide
Version 2020
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]
In a previous lesson, you used PTLIST, PTDISP, and PTCON to list, plot and contour data from point source files. These commands are very flexible and can access any type of data stored in MD files. However, SFCCON, SFCPLOT, SFCLIST, RAOBCON, RAOBPLOT, and UALIST are "macro-like" commands that build and run a PTLIST, PTDISP or PTCON command to access surface or upper-air point data.
These short commands are easier to use with real-time data, because the keyword defaults are set up to easily access the most recent data available. So, when you are using these commands, you will not have to specify the DATASET keyword, and you will only have to specify TIME or DAY if you want to look at something other than the most recent real-time data.
In this example, you will list real-time point data using SFCLIST and UALIST, and then you will use RAOBCON, RAOBPLOT, SFCCON, and SFCPLOT to contour and plot real-time surface and upper-air point data.
Type: SFCLIST HI
This command defaults to listing data from the current day and time using the RTPTSRC/SFCHOURLY dataset.
Type: SFCLIST HI SORT=OBTIME
Type: SFCLIST HI SORT=OBTIME
Type: ERASE F 1 4
Type: IMGDISP RTGOESR/CONUS BAND=13 MAG=-2 ALL=1 2 STA=CLT SF=YES REFRESH='MAP H 2'
Type: SF 1;RAOBPLOT Z 850 SAT 00 COLOR=2[1450-1550B20]
You do not need to specify the DATASET keyword or the DAY positional parameter. Since you are interested in today's data from the RTPTSRC/UPPERMAND dataset, you can just use the defaults for DAY and DATASET. The COL= keyword will plot values 1450-1469 in level 2 (cyan), values 1470-1489 in level 3 (yellow)... values 1530-1549 in level 6 (blue), and value 1550 in level 7 (white). Values less than 1450 are in level 1 (magenta), and values greater than 1550 are in level 8 (gray).
Type: RAOBCON Z 850 SAT 00 COLOR=5 CINT=30
Type: SF 2;SFCPLOT WXS COLOR=4
Type: SFCCON T COLOR=3 CINT=5
Type: SF 3;SFCPLOT WINDB SC 00 COLOR=4 DATA=RTPTSRC/SFCHOURLY RTPTSRC/SHIPBUOY
Type: RAOBCON STREAML 200 USA 00 COLOR=5 GRA=4;SF 4
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]