Skip to content

Data and source code for my analyses of the NOAA climate data.

Notifications You must be signed in to change notification settings

datacathy/climate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Is 2016 the Hottest Year on Record?

Abstract

That our climate is changing seems unequivocal. Data sets such as NOAA’s GHCN [1] comprise up-to-date records of temperatures from stations all over the world. Using a recent version of the GHCN data, I reproduced a target graph from NOAA’s Climate at a Glance webpage showing global land temperature anomalies for the period 1901-2016. To obtain the NOAA graph, I had to use the quality control adjusted (QCA) data and apply two non-trivial transformations. First, stations were grouped into 5x5 grid boxes and an average of these stations was taken to represent each grid box (gridding). Second, station observations were recast with respect to a baseline obtained from the 1961-1990 period (baselining). Both gridding and baselining employed seemingly arbitrary parameterization. In contrast, I modify NOAA’s techniques and employ an adaptive climate-based gridding and a station-relative baselining, approaches I believe to be more defensible as “natural” transformations. In addition, the final result respects the original QCA data while retaining key aspects of the NOAA analysis. A warming trend is clearly indicated, in spite of a late 20th/early 21st century slowdown. 2016 is the warmest year after the transformations, illustrating the effects of the larger climate change.

Table of Contents

This repository contains all of the data and code needed to reproduce the analyses in the overview paper. Brief descriptions follow.

  1. noaa_revisited2.pdf -- this is the paper containing the main results and should be read first as all other files are with respect to this writeup.

  2. GHCN_analysis.pdf -- this is a sketch of my prior analysis.

  3. CSV files:

  1. PNG files:
  1. SQL files:
  1. R (and R markdown) files:
  1. Jupyter Notebook (Python) file:
  • ghcn1.ipynb -- Python for various helper actions: generating map images, exporting polygon WKT, etc.
  1. Zip file:

[1] Jay H. Lawrimore, Matthew J. Menne, Byron E. Gleason, Claude N. Williams, David B. Wuertz, Russell S. Vose, and Jared Rennie (2011): Global Historical Climatology Network - Monthly (GHCN-M), Version 3. Average Temperatures. NOAA National Centers for Environmental Information. doi:10.7289/V5X34VDR 01/22/2017.

About

Data and source code for my analyses of the NOAA climate data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published