In this post I present combined long term and recent trend charts of UAH Channel 5 temperature anomalies using R’s figure inside figure capability. This approach provides a better picture of global temperature trends than UAH’s day-of-year plots.
Introduction
The University of Alabama Huntsville (UAH) provides a daily update to their Channel 5 global average temperature at 14,000 feet. I have previously posted about this data set here. The source data file link is here.
Here’s a snap-shot of the default UAH Channel 5 plot for May 9, 2010, showing the day of year values for 2010, 2009 and the 20-year baseline period average.
This chart highlights the last reading for the current year with the small box. Users can check the option boxes below the plot to display other years and/or add the minimum and maximum values.
Many climate observers use this charting tool to assess global temperature trends because it is updated daily with only a 2 day lag and provides complete global coverage from satellite imagery.
The default chart does not provide information on long term trends over the full data series period (1998-2010). To try and see the long term trends, some users check several/ all of the individual year options to show individual years from 1998 to 2010, as shown in Figure 2.
Figure 2 looks more like a bowl of colored spaghetti than a statistical chart. It’s impossible to see the long term trend and it is hard to see more than the fact that the latest daily values are higher than the previous daily 20 year baseline period maximums. Is there a better way to plot this data so that we can clearly see both the long term and recent trends?
Figure Inside Figure Approach
Here’s my R script based plot of the UAH’s daily channel 5 chart (Click to enlarge).
I made several changes in my version:
- I use R’s figure inside figure capability to make 2 plots: a) long term trend and b) current month trend
- I use anomalies rather than temperatures
- I show historic monthly mean anomalies for entire data series period
- I show daily values for current month in Figure b
- I highlight and display value for latest reading on both long term and recent trend charts
- I show daily maximum values for current month
- I show month-to-date (MTD) average for current month
- I show historic maximum for current month
I will add this chart to my Climate Images series and plan to update it on a weekly basis so that readers can see how the current month stacks up with the UAH Ch5 long term trends,
The RClimate script for downloading and plotting the UAH channel 5 data is available at this link.







Pingback: Enhanced UAH Channel 5 Temperature Anomaly Trend Chart: Update 1 | Climate Charts & Graphs
This is a great graph, but it hasn’t been updated recently- is there a problem? The link with the data in text form seems to work fine.
Daniel
Thanks for the comment.
UAH has changed the content of their file. While it is still there, it no longer shows the historical data, It used to show the 20 year avg, min and max for each day.
I’ll be dropping the chart soon. If UAH starts publishing the historical data or someone can get me the 20 year avg, max & min data, I’ll restart the daily updates.
Daniel
I’ve restarted my UAH Channel 5 daily plot. You can see it on the sidebar, just below the GISS plot.
I’ve changed it slightly because UAH’s file has been changed.
Let me know if you have any suggestions on it.