TheReference

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Wednesday, June 5, 2013

Sea temperature trend: 1.35 ± 0.15 °C per century

Posted on 11:20 AM by Unknown
I made the following easy-to-understand calculation of the warming trend, including an error margin, of the global sea surface temperatures since the late 1970s, as seen by the UAH AMSU satellite dataset.



First, I loaded the file of the monthly data, isolated the third temperature-like column, the global ocean temperature anomaly, and calculated the linear regressions.




It's straightforward to use one simple Mathematica command to compute the slope of the linear regression but the non-trivial addition I made was an estimate of the error margin of the resulting slope. My logic is that for different initial months and final months of the interval, you get different slopes. Then you draw the histogram and the width of this histogram approximately informs you about the error margin of the slope.




So I picked the interval from the \(i\)-th month of the dataset through the \(j\)-th month from the end of the dataset and allowed \(i,j\) to be integers between one and fifty. One gets 2,500 different slopes from the linear regression. When the month-on-month average slope is multiplied by 1,200 to get the warming per century, those 2,500 slopes are distributed along the following histogram:



One may easily compute the mean value 1.33 °C per century while the root-mean-square width of the curve is 0.12 °C.\[

\ddfrac{T}{t}\sim (1.33\pm 0.12)^\circ {\rm C} / {\rm century}

\] It's also possible to replace the number 50 by another number of months, like 60, and the qualitative conclusions are unchanged.

This really means that the data from the last 33 years – when the observed warming trend was faster than in longer intervals or previous intervals, so we're likely to get an overestimate – the warming trend was just 1.35 °C per century with a relatively small error margin. In particular, we can't exclude that the "right" warming trend is below 1 °C per century. However, we can rather reliably exclude the hypothesis that the centennial trend exceeds 2 °C per century.

If you need some very simple Mathematica code I used:
a = Import["http://vortex.nsstc.uah.edu/data/msu/t2lt/uahncdc.lt",
"Table"];
aaa = a[[2 ;; -12]][[All, 3]];
more = a[[2 ;; -12]][[All, 5]];
laaa = Length[aaa]

ListLinePlot[more]

trends = {};
For[i = 1, i <= 50, i++,
For[j = 1, j <= 50, j++,
morekus = more[[i ;; -j]];
trend = D[Normal[LinearModelFit[morekus, x, x]], x]*1200;
trends = trends~Join~{trend};
]
]

Histogram[trends]
avtrend = Total[trends]/2500
Sqrt[Total[trends^2 - avtrend^2]/2500]
I chose the sea temperatures because they seem to be less variable in the short run; the nearly white noise apparently contributing to the temperatures has a smaller prefactor. The latest, May 2013 temperature anomaly which sits at –0.01 °C, wasn't incorporated to the calculation yet. It would reduce the trends but just by a very tiny amount.

Needless to say, nothing guarantees that the underlying trend implicitly assumed above to be linear will remain constant in the future. Climatologists are often naively describing the temperatures as a combination of a superfast, nearly white noise (very high frequencies of the randomness) and a superslow, nearly linear and permanent, increase of the temperature (very low frequencies). In reality, there are contributions from many characteristic intermediate timescales, including one or two years or so from El Niño cycles, decades from PDO and AMO and all these things, and probably many other sub-centennial and near-centennial and multi-centennial cycles, some of which are more regular or periodic or predictable than others while others are chaotic.

Even the assumption that the cherry-picked high trend is going to continue doesn't look worrisome in any sense and the underlying trends are safely lower than the lower end point of the IPCC interval.

Note that the IPCC should publish the fifth report, AR5, later in 2013. I am not too curious what will happen but I am still approximately infinitesimally curious how the usual talking points by these mostly dishonest hired guns will change or not change relatively to AR4. ;-)
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Posted in climate, weather records | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • Ostragene: realtime evolution in a dirty city
    Ostrava , an industrial hub in the Northeast of the Czech Republic, is the country's third largest city (300,000). It's full of coal...
  • Likely: latest Atlantic hurricane-free date at least since 1941
    Originally posted on September 4th. Now, 5 days later, it seems that no currently active systems will grow to a hurricane so the records wi...
  • Origin of the name Motl
    When I was a baby, my father would often say that we come a French aristocratic dynasty de Motl – for some time, I tended to buy it ;-). Muc...
  • Papers on the ER-EPR correspondence
    This new, standardized, elegant enough name of the Maldacena-Susskind proposal that I used in the title already exceeds the price of this b...
  • Bernhard Riemann: an anniversary
    Georg Friedrich Bernhard Riemann was born in a village in the Kingdom of Hanover on September 17th, 1826 and died in Selasca (Verbania), No...
  • New iPhone likely to have a fingerprint scanner
    One year ago, Apple bought AuthenTec , a Prague-based security company ( 7 Husinecká Street ), for $356 million. One may now check the Czech...
  • Prediction isn't the right method to learn about the past
    Happy New Year 2013 = 33 * 61! The last day of the year is a natural moment for a blog entry about time. At various moments, I wanted to wri...
  • Lubošification of Scott Aaronson is underway
    In 2006, quantum computing guy Scott Aaronson declared that he was ready to write and defend any piece of nonsensical claim about quantum gr...
  • A slower speed of light: MIT relativistic action game
    In the past, this blog focused on relativistic optical effects and visualizations of Einstein's theory: special relativity (download Re...
  • Eric Weinstein's invisible theory of nothing
    On Friday, I received an irritated message from Mel B. who had read articles in the Guardian claiming that Eric Weinstein found a theory of ...

Categories

  • alternative physics (7)
  • astronomy (49)
  • biology (19)
  • cars (2)
  • climate (93)
  • colloquium (1)
  • computers (18)
  • Czechoslovakia (57)
  • Denmark (1)
  • education (7)
  • Europe (33)
  • everyday life (16)
  • experiments (83)
  • France (5)
  • freedom vs PC (11)
  • fusion (3)
  • games (2)
  • geology (5)
  • guest (6)
  • heliophysics (2)
  • IQ (1)
  • Kyoto (5)
  • landscape (9)
  • LHC (40)
  • markets (40)
  • mathematics (37)
  • Middle East (12)
  • missile (9)
  • murders (4)
  • music (3)
  • philosophy of science (73)
  • politics (98)
  • religion (10)
  • Russia (5)
  • science and society (217)
  • sports (5)
  • string vacua and phenomenology (114)
  • stringy quantum gravity (90)
  • TBBT (5)
  • textbooks (2)
  • TV (8)
  • video (22)
  • weather records (30)

Blog Archive

  • ▼  2013 (341)
    • ►  September (14)
    • ►  August (42)
    • ►  July (36)
    • ▼  June (39)
      • America spying on Germany, EU
      • Bob Carter's academic job "not renewed"
      • Dobrodošli u EU, Hrvatska
      • Strings 2013
      • Jacques Distler on his lost new physics bet
      • The IPCC and the Flat Earth Society may merge now
      • An anomaly-like argument in favor of SUSY
      • Should and could science act as a religion?
      • Jiří Rusnok, the new technocratic Czech PM
      • Larry Summers vs Stephen Hawking
      • Hooper: XENON100 may have seen DM candidates, too
      • Lisa Randall on Higgs, physics, real world
      • Kip Thorne, a star in a Hollywood movie
      • Austin: 1-inch accelerator gets electrons to \(2\G...
      • Obama's new obsession with the global warming myth
      • Supersymmetric Google Hangout with John Ellis
      • Kenneth Wilson, RIP
      • Most species originate in the tropics
      • All proofs in natural and social sciences ultimate...
      • Mike Duff vs an anti-string layman
      • Valentina Tereshkova: 50 years ago
      • There is no classical world
      • Czech police raid on lobbyists and politicians
      • Amazon: 3D printers below $1,200
      • International Linear Collider: Technical Design Re...
      • Murry Salby: CO2 is the integral of temperature
      • Finding and abandoning incorrect general relativit...
      • Bohr model: 100 years ago
      • Toshiba's Westinghouse claims to be the Czech nucl...
      • Maldacena, Susskind: any entanglement is a wormhol...
      • Pros and cons of the U.S. surveillance program
      • Trade war: Chinese solar panels vs EU wine
      • Competing Japanese regions shoot videos to win the...
      • Sea temperature trend: 1.35 ± 0.15 °C per century
      • David Gross on youth, revolutions, conservatives, ...
      • Asymmetric fates of rivers of Pilsen
      • LARES: a discoball for eurocents that supersedes G...
      • Most questions are no good
      • Richard Feynman: Fun To Imagine
    • ►  May (38)
    • ►  April (41)
    • ►  March (44)
    • ►  February (41)
    • ►  January (46)
  • ►  2012 (159)
    • ►  December (37)
    • ►  November (50)
    • ►  October (53)
    • ►  September (19)
Powered by Blogger.

About Me

Unknown
View my complete profile