Entries tagged as ‘Google Spreadsheet’
September 17, 2009 · 3 Comments
This is the 1st in a series of posts I will be doing on solar trends. In this post, I show how to retrieve online monthly sunspot data back to 1749, calculate average annual sunspot numbers (SSN), plot the monthly and annual average SSN as well as a lowess smooth, add the Solar Cycle number to the plot and generate a csv file that will be used in future posts. Links to the original data source, my annual SSN and cycle date Google spreadsheet files, and my R script Google document file are provided.
(more…)
Categories: Climatechange · Climatology · R Example and Scripts · Solar Trends · Time Series Charts
Tagged: Climate Trends, Google Spreadsheet, R scripts, Solar Trends, Trend Chart
In this post, I show an R script that downloads the University of Colorado, Boulder’s 1993-2009 global mean sea level (msl) change (link) data, converts the ASCII file into a usable R data frame, calculates moving average and msl change trend rate and develops a trend chart that shows msl change and trend rates and writes a csv file that I upload to Google Docs. (more…)
Categories: Climate Change · Climatechange · Climatology · Global Warming · R Example and Scripts · Time Series Charts
Tagged: Climate Change, Climate Trends, Google Spreadsheet, R scripts, Trend Chart
September 4, 2009 · 1 Comment
In this post, I show an R script that downloads the Hadley Centre’s 1850-2009 monthly sea surface temperature (HadSST2) anomaly data, converts the ASCII file into 2 usable R data frames, calculates overall and post 1980 SST anomaly trend rates and develops a 2 panel chart that shows SST anomalies and trend rates and the % global coverage for the SST series.
(more…)
Categories: Climate Change · Climatechange · Global Warming · R Example and Scripts · Time Series Charts
Tagged: Climate Change, Climate Trends, Google Spreadsheet, R scripts, Trend Chart
“Since 1751 approximately 329 billion [metric] tons of carbon have been released to the atmosphere from the consumption of fossil fuels and cement production. Half of these emissions have occurred since the mid 1970s. The 2006 global fossil-fuel carbon emission estimate, 8230 million metric tons of carbon, represents an all-time high and a 3.2% increase from 2005.” CDIAC
This is the 1st in a series of posts on CO2 emissions, CO2’s fate in the atmosphere and the long term climate and ocean impacts of these emissions.
In this 1st post, I use CDIAC CO2 emission data to prepare a trend chart and CSV file showing annual global CO2 emissions for the period 1751-2006. The data and R script are available on-line as a Google spreadsheet and Google document so that interested readers can easily download CSV files of the data and generate analysis and charts on their own in Excel, R or any software that will accept a CSV file.
(more…)
Categories: Climate Change · Climatechange · R Example and Scripts · R Learning Curve
Tagged: Climate Change, Climate Trends, CO2 Emissions, CO2 trends, Google Spreadsheet, Log Scale, R scripts, Trend Chart
This post reviews an Excel chart that misrepresents the CO2 – temperature anomaly relationship. The chart developer shows 2 time series on a single chart using Excel’s double Y axis capability. This is a poor charting technique which distorts the data. The developer makes things worse by only showing 15 years of data from a data set that stretches back over 100 years.
I have extended the data period to 1880 – 2008 and prepared 2 R based charts, a trend chart and a scatter plot of CO2 versus temperature anomaly. My charts provide a more complete picture of the CO2 – temperature relationship than the original Excel chart.
Google document links to the data and R script files are provided so that readers can prepare their own CO2 – temperature charts in R, Excel or other tools to assess the situation for themselves. (more…)
Categories: Climate Change · Climatechange · R Example and Scripts · R Learning Curve · Time Series Charts
Tagged: Google Spreadsheet
In this post I describe an R script that retrieves monthly global temperature anomaly data from 5 sources and consolidates the data into a single CSV file. I then post the consolidated file in an on-line Google spreadsheet so that users can download the data and conduct their own global temperature trend analysis.
(more…)
Categories: Climate Change · R Example and Scripts · Time Series Charts
Tagged: Climate Trends, Google Spreadsheet, R scripts