-
14
Mar
Beenstock’s radical theory needs to be tested. As discussed here, he proposed that it is the change in greenhouse gases (dGHGs) not absolute values, that produce global warming. A simple test is to develop linear regression models predicting temperature, with and without GHG and dGHG. If Greenstock’s theory is correct, then models containing dGHG should be more accurate.
The protocol was to develop and test linear regression models on all the temperature data from 1900 to 2004 (internal test), and two external tests on held back data. That is, the data is divided in half, the model is developed in one half and tested on the other. This gives two external tests.
The index of fit is the Nash-Sutcliffe coefficient of model power. The NSE compares the skill of a prediction to a mean value. The NSE is positive if the prediction has more skill, zero if skill is the same as the mean, and negative if less than the mean.
I chose the following variables based on previous models. I decided to include an ocean oscillation term as I have seen a 60 year cycle in the residuals (eg here), indicating the presence of an unexplained periodic. Here are the variables:
TEMP — temperature
OO — The sum of a standardized AMO an PDO indices
GHG — The sum of all anthropogenic columns in RadF.txt, mostly the radiant effect of CO2.
dGHG — The first difference of the above
V — Stratospheric aerosols (a proxy for volcanic eruptions)
SS — Sun spot count, a proxy for solar isolation
1) Incredibly, on the first test on all the variables, GHG is not even significant, being entirely screened by dGHG.
TEMP ~ -0.49(***)+0.06*OO(***) + 0.72*GHG() -11.1*dGHG(***) + 4.0*V() -0.09*SS() R-squared: 0.8709
The NSE coefficients that follow are: model on 1900-1950 and testing on 1950-2000, model on 1950-2000 and testing on 1900-1950, and finally model development and testing on 1900-2000.
[1] -4.83 0.625 0.871
The NSE indicates the model has some difficulty predicting temperature post 1950 from a model developed on data prior to 1950.
I then ran the model again with only GHG and not dGHG. The predictions are shown on the graph, where blue is prediction from a model developed on pre 1950 data, green the prediction from a model developed on post 1950 data, and observed global temperature is black.














