-
11
Jul -
A semi-empirical approach to sea level rise
Posted by David Stockwell in All, Climate, Programming, Reviews, Statistics, Theory
Table of contents for Sea Level
- A semi-empirical approach to sea level rise
- Smooth Operator
Published in Science, this Rahmstorf 2007 article provides a high-end estimate of sea level rise of over a meter by the end of the century (rate of 10mm/yr). Linear extrapolation puts the rate of increase at only 1.4mm and 1.7mm per year depending on start date (1860 or 1950).
The paper was followed by two critical comments, both bashing the statistics, and these are attached to the link above. Rahmstorf replied to those comments. The issues raised are familiar to readers of this, CA, Lucia, and other statistical blogs: significance, autocorrelation, etc. and worth a read.
Worthwhile as the comments are, they do not look into the problem of the end-treatment used by Rahmstorf, and I look at that here.
All of the papers projecting these high end rates, and they all depend on the assumption of recent ‘acceleration’ in sea levels. That is, seem to depend on the rate of increase getting faster and faster.
Rahmstorf 2007 paper uses the smoothing method most recently savaged at CA here, where it was shown despite all the high-falutin’ language to be equivalent to a simple triangular filter of length 2M, padded with M points of slope equal to the last M points. My main concern is that at this crucial end-section, the data has been duplicated by the padding, effectively increasing the number of data points of very high slope.
The figure below shows a replication of the Rahmstorf smoothing with and without padding (moved down for clarity) (code below). Two sea level data sets are shown, one by Church “A 20th century acceleration in global sea level rise” (used in Rahmstorf, data available from CSIRO here) another by Jevrejeva “Recent global sea level acceleration started over 200 years ago?” (data here)
It should be noted this data ends in 2001-2, a truncation bound to maximize recent temperature increases.
You can already see how much the padding adds to the impression of acceleration at the end. Also note that the simple triangular smooth is a very good replication to the Rahmstorf combobulation (lower fig 3 below).
Having modeled the sea level rise, the next step in the replication is to calculate the rate of sea level increase, from the smoothed sea-level data (upper figure 3 above). The figure below shows my replication. The black line is a close as I can get, though it seems like Rahmstorf’s rate line rises even higher at the end. The red line shows that removing the padding effectively removes part of the increasing sea-level rise at the end.
The green and blue lines illustrate an undescribed part of the method. Figure 2 in Rahmstorf 2007 says that the rate curves are “time derivative of this sea-level curve”. In fact, it takes the calculation of a moving 15 year regression line to give a smooth rate curve. The green line is a 2 year regression, the time derivative, and it is still very bumpy.
Which made me think, why not just apply a moving 30 year trend line to the raw sea level data without any other smoothing? The result is the blue line, which as you can see, is not too dissimilar in shape to the smoothed lines, although there is no uptick at the end.
He then goes on the bin the data into 5 year intervals to get the result in Fig2 – another ad-hoc smoothing technique. The Rahmstorf patented smoothing method so far has used singular spectrum analysis (SSA), convolution (filtering), and now linear regression and binning. Is there any form of smoothing this guy cannot use!
Above is my replication of Rahmstorf’s figure 2, with and without padding. The corrrelation between temperature (on the x axis) and rate of sea level rise (on the y axis) is the crux of the paper. The padded version is a fairly close replication. The unpadded version of course sees a number of points truncated at the end where the rate of sea level increase is highest.
I get a padded slope of 2.9 mm rise per degree C, and unpadded of 4.06 mm rise per degree C, both significant. Rahmstorf got 3.4 mm rise per degree C. He also claims that this figure is robust to changes in the smoothing from M=2 to M=17, and this appears to be the case from the plot below at M=2.
Looking at this data, when you take out the extension due to the padding, I see a cluster of points at about a rate of 2.0 mm of sea level rise, with a smaller cluster at a lower rate. The conclusion that the rate of sea level rise will increase as temperature increases (aka acceleration) depends very much on the position of the LOWER cluster. Relying on the middle cluster alone, there would be no correlation between rate of increase and temperature.
Based on these results, I would say that the padding is not contributing much of an artifact to the results. Need to look elsewhere for problems, and I have a few ideas.
Look here for non-turnkey code (but not hard to work out).
- Published by David Stockwell in: All Climate Programming Reviews Statistics Theory
- If you like this blog please take a second from your precious time and subscribe to my rss feed!





