McIDAS-X Learning Guide
Version 2020
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]
The SFCCON, SFCPLOT, RAOBCON, and RAOBPLOT commands display surface and upper-air point data. These commands are designed to allow for shorter command entries by having commonly used defaults for displaying their data types, and using positional parameters instead of keywords for values that are always or often specified.
For example, the default for the DATASET keyword is to use the real-time datasets. When looking at real-time data you will never have to specify the DATASET keyword. when using McIDAS-XCD default named datasets.
These commands are easier to use for plotting or contouring their specific data types than the generic "toolbox" commands PTDISP and PTCON. However, the "toolbox" commands are still useful for calculating complicated mathematical equations and for creating output that is completely controlled by the user instead of by the command defaults.
In this exercise, you will plot and contour observed parameters, as well as calculate the changes in these parameters over time and between different levels in the atmosphere. You will also plot some derived parameters and plot the results of your own mathematical equation.
Type: ERASE F 1 6
Type: IMGDISP RTGOESR/CONUSC02.-2 1 STA=KFLO MAG=-2 SF=YES REFRESH='MAP H 5'
Type: IMGDISP RTGOESR/CONUSC02.-1 2 STA=KFLO MAG=-2 SF=YES REFRESH='MAP H 5'
Type: SF 1;SFCPLOT T X
Type: SFCCON T X
Type: SFCCON PRE X 1-2 GRA=2;SF 2
Type: SF 3;MAP USA 8 GRA=3-4
Type: RAOBCON Z 500-850 X 12 #Y
Type: SF 4;RAOBPLOT T 850 X 12 #Y
Type: RAOBCON T 850 X 12 #Y
Type: RAOBCON STREAML 850 X 12 #Y COL=5
Type: SF 5;RAOBCON TADV 850 USA 12 #Y CINT=5
Press: Alt B
Press: Alt A
Notice that the areas of positive temperature advection (warm air advection) calculated and plotted in frame 5 match the areas in frame 4 where streamlines are passing from warmer to colder air.
Type: PTDISP RTPTSRC/UPPERMAND 6 SEL='DAY #Y;TIME 12' MAP=USA PARAM='THIK[M]=(287/9.8)*((P1+P2)/2)*LOG(1000/500)' P1=T[K] 'P 1000' P2=T[K] 'P 500' ; SF 6
Only stations reporting both a 1000 mb and 500 mb temperature are included in the equation, so stations that are above 1000 mb (e.g. Rocky Mountain stations) will not appear in the display.[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]