I hope I don`t regret my decision to post it here instead of the clean debate zone. So let`s keep the insults etc out of this debate.
Also please refrain from posting the same stuff over and over again, using over sized advertizement fonts.
Okay here it goes
Let`s start out by giving the AGW crowd here some slack and not discuss CO2 IR absorption facts and how these play out in an atmosphere where absorbed IR energy can raise temperature only if all other avenues such as H2O evaporation, gas expansion and convection are dis-allowed.
Like in a bottle full of CO2 in front of a heat lamp.
With the lab facilities that even the most professional researchers have at their disposal it is not fair to insist, that such an experiment is carried out on a representative scale.
Even though the burden of proof does rest on those who make the CO2==>global warming assertion.
Nobody is entitled to call another a "denier" who reminds climatologists of their duty
For now let us examine how reliable or unreliable the data is that has been gathered so far regarding observed temperature and how the "average temperature" has been calculated.
Before we go "global" it`s better to start with the northern half of North America:
Since records were collected the "average" has been calculated as the "geometric average".
It is defined as the nth root of the product of all n elements.
So for the map above you would have to convert all the C-temps into Kelvin first...else you get a zero, wiping everything else out as soon as you get to Halifax or multiplying 2 negative values will give you a false positive result.
Next multiply all the Kelvin degree numbers and then take the 19th root of the product.
Here are the Celsius numbers for the entire area:
-25 -29 -5 -11 -14 -15 10 12 -14 -17 -10 -3, 4 -3 -1 -7 -1, 2, 0
Don`t try a direct multiplication because you will cause an overflow with most "ALU"`s in most PC processors or handheld calculators when you multiply 19 3 digit numbers. The ALU will start rounding and deleting some pretty significant digits
Do the log of each number converted to Kelvin, add the log (K)`s then divide the sum by 19 in this case. Last get the exponent(ln) of the result and you got the "geometric average".
You can either use a standard spreadsheet to do that or use this quicky algorithm which is generic for most programming languages from C on down with only minor modifications.
It`s a lot less work than doing it with a spreadsheet:
[start]
input t
if t=999 then [end]
t=log(t)
tn=tn+t
n=n+1
goto [start]
[end]
b=tn/n
av=exp(b)
print av
===> geometric average of -6.89376625 C
The first thing a mathematician would tell you that the 2.nd last step in the above program should have been av=Int(av)
Which means that you are only entitled to use the integer because you only had integers in your original data. There was no fractional precision.
If you come up with say 6.5 degrees instead of 6 that`s called "artificial" precision" and that has no place in real science...neither has a graph where somebody explodes an artificial precision +0.5 "anomaly" so that goes right off the chart...in order to illustrate that doomsday is just around the corner
But let`s be generous about that for now and move on
Next run only the numbers in the area which is circled black:
-25 -29 -5 -11 -14 -12 -15 -12 -17 -10
==> -15.1 C
And now the much smaller area, where the hot spots are:
10, 4,-3 -3 -1 -1, 0, 2
===> + 1.25 C
If you drag the picture into a CAD to get the area for both,...which I did and got a ratio of 3.2 :1.
The area that was "on average" -15 C is 3.2 times larger than the warmer one which was at +1 C on average.
A few hot spots along the coast have raised the average for a continent sized area by a whopping 8 degrees negating the bulk of the area which was 16 C colder
So why even go into the rest of the AGW assertions before we do more realistic calculations when we compute the average temperature.
Today`s temperature over area distribution was no one day wonder.
It is like that all year long and that problem is not confined just to Canada:
Another major concern mathematicians and computer scientist have is that not even "super computers" have unlimited "bit precision" to do this kind of calculation for all the dots in the right hand picture. In fact each region does their own averages and submits these for a final calculation.
How "honest" they have been when they did that, we know from the e-mail scandal.
And from that mess we got computer projections that can at best show only a fraction of a degree trend-increase, which again is not only flawed by artificial precision but also nobody knows how much of that averaging was done on vintage PC`s that only had 16 bit processors...like most of those in general use before 1990. They had a signed bit range from −32 768 to 32 767....after that the CPU started using exponents and had to chop off all the least significant digits. Many of these PC`s are still in use even today and most climatologists who are part of the calculation pool aren`t even aware of these hardware limitations. A few years ago I registered in such a pool and noticed how many participants have complained that their PC "locks up" with error messages when they compute with the recommended "auto read in" programs from large .cvs files that are the raw data from just a single region.
The largest German Magazine "Der Spiegel" has become a public discussion forum place "wikileak" for scientists from all over the world to make disclosures like this one published just now.
It`s too long to post and translate while I`ve got to babysit 3 boys, but the main points are:
Phänomen "fehlende Wärme": Klimaforscher rätseln über Meereskälte - SPIEGEL ONLINE
Climate researches are baffled by "missing heat"
We have only 3255 buoys to cover all of our oceans at present and before 2003 we had none says NOAA`s Trenberth
Even though Trenberth now insists that these 3255 buoys did in fact register a hault in temperature increases from the surface down to a depth of 2000 meters...the sampling depth limit of the new Argo-buoys
Trenberth is not the only one troubled by these observations that now span an entire decade.
Martin Visbeck from IFM-Geomar Institute:
I share this conclusion and so far the global energy budget just does not add up to what we expected.
Mojib LatĂf also from the IFM-Geomar Institute asserts that all these 3255 buoys observations might be wrong and if "corrected" then the global energy budget might conform with the predictions..
(My remark: Here we go again with the data tinkering...a.k.a."corrections")
Detlef Stammer, lead climatologist at the University of Hamburg is of the opinion that so far the impact of solar radiation has been seriously miscalculated in our computer models.
______________________________________________________________
Anyway the debate is far from over as Al Gore claimed it is.
It`s only just beginning...now that the media character assassinations and witch hunts stopped and that too many people realize that the facts on the ground are obviously not what consensus climatology said so far they were and projected as trend
I hope I caught all the typos. It wasn`t easy while my 3 grandsons had a wrestling match over the TV remote right behind me and every cartoon channel there is was at a top decibel level.
Now I`ll pull out the TV plug, get out a belt, scare the crap out of them and straighten up the place before my wife comes in the door
Also please refrain from posting the same stuff over and over again, using over sized advertizement fonts.
Okay here it goes
Let`s start out by giving the AGW crowd here some slack and not discuss CO2 IR absorption facts and how these play out in an atmosphere where absorbed IR energy can raise temperature only if all other avenues such as H2O evaporation, gas expansion and convection are dis-allowed.
Like in a bottle full of CO2 in front of a heat lamp.
With the lab facilities that even the most professional researchers have at their disposal it is not fair to insist, that such an experiment is carried out on a representative scale.
Even though the burden of proof does rest on those who make the CO2==>global warming assertion.
Nobody is entitled to call another a "denier" who reminds climatologists of their duty
For now let us examine how reliable or unreliable the data is that has been gathered so far regarding observed temperature and how the "average temperature" has been calculated.
Before we go "global" it`s better to start with the northern half of North America:

Since records were collected the "average" has been calculated as the "geometric average".
It is defined as the nth root of the product of all n elements.
So for the map above you would have to convert all the C-temps into Kelvin first...else you get a zero, wiping everything else out as soon as you get to Halifax or multiplying 2 negative values will give you a false positive result.
Next multiply all the Kelvin degree numbers and then take the 19th root of the product.
Here are the Celsius numbers for the entire area:
-25 -29 -5 -11 -14 -15 10 12 -14 -17 -10 -3, 4 -3 -1 -7 -1, 2, 0
Don`t try a direct multiplication because you will cause an overflow with most "ALU"`s in most PC processors or handheld calculators when you multiply 19 3 digit numbers. The ALU will start rounding and deleting some pretty significant digits
Do the log of each number converted to Kelvin, add the log (K)`s then divide the sum by 19 in this case. Last get the exponent(ln) of the result and you got the "geometric average".
You can either use a standard spreadsheet to do that or use this quicky algorithm which is generic for most programming languages from C on down with only minor modifications.
It`s a lot less work than doing it with a spreadsheet:
[start]
input t
if t=999 then [end]
t=log(t)
tn=tn+t
n=n+1
goto [start]
[end]
b=tn/n
av=exp(b)
print av
===> geometric average of -6.89376625 C
The first thing a mathematician would tell you that the 2.nd last step in the above program should have been av=Int(av)
Which means that you are only entitled to use the integer because you only had integers in your original data. There was no fractional precision.
If you come up with say 6.5 degrees instead of 6 that`s called "artificial" precision" and that has no place in real science...neither has a graph where somebody explodes an artificial precision +0.5 "anomaly" so that goes right off the chart...in order to illustrate that doomsday is just around the corner
But let`s be generous about that for now and move on
Next run only the numbers in the area which is circled black:
-25 -29 -5 -11 -14 -12 -15 -12 -17 -10
==> -15.1 C
And now the much smaller area, where the hot spots are:
10, 4,-3 -3 -1 -1, 0, 2
===> + 1.25 C
If you drag the picture into a CAD to get the area for both,...which I did and got a ratio of 3.2 :1.
The area that was "on average" -15 C is 3.2 times larger than the warmer one which was at +1 C on average.
A few hot spots along the coast have raised the average for a continent sized area by a whopping 8 degrees negating the bulk of the area which was 16 C colder
So why even go into the rest of the AGW assertions before we do more realistic calculations when we compute the average temperature.
Today`s temperature over area distribution was no one day wonder.
It is like that all year long and that problem is not confined just to Canada:

Another major concern mathematicians and computer scientist have is that not even "super computers" have unlimited "bit precision" to do this kind of calculation for all the dots in the right hand picture. In fact each region does their own averages and submits these for a final calculation.
How "honest" they have been when they did that, we know from the e-mail scandal.
And from that mess we got computer projections that can at best show only a fraction of a degree trend-increase, which again is not only flawed by artificial precision but also nobody knows how much of that averaging was done on vintage PC`s that only had 16 bit processors...like most of those in general use before 1990. They had a signed bit range from −32 768 to 32 767....after that the CPU started using exponents and had to chop off all the least significant digits. Many of these PC`s are still in use even today and most climatologists who are part of the calculation pool aren`t even aware of these hardware limitations. A few years ago I registered in such a pool and noticed how many participants have complained that their PC "locks up" with error messages when they compute with the recommended "auto read in" programs from large .cvs files that are the raw data from just a single region.
The largest German Magazine "Der Spiegel" has become a public discussion forum place "wikileak" for scientists from all over the world to make disclosures like this one published just now.
It`s too long to post and translate while I`ve got to babysit 3 boys, but the main points are:
Phänomen "fehlende Wärme": Klimaforscher rätseln über Meereskälte - SPIEGEL ONLINE
Translation:Phänomen "fehlende Wärme": Klimaforscher rätseln über Meereskälte
Insbesondere auf der Südhalbkugel gab es bis 2002 tatsächlich nur spärlich Messungen. Erst seit 2003 observiert ein Heer von Bojen flächendeckend die Ozeane - mittlerweile dümpeln 3255 dieser Argo-Bojen übers Meer
Trenberth beharrt darauf, dass die Argo-Bojen ein "Stocken der Erwärmung" zeigen. Seit 2000 hätten zusätzliche Treibhausgase die Energieleistung in der Luft um rund ein Watt pro Kubikmeter erhöht - genug, um die Meere deutlich aufzuheizen, sagt Trenberth. Und mit dieser Haltung steht er nicht allein. "Ich teile diese Einschätzung im Wesentlichen", sagt Martin Visbeck vom IFM-Geomar. Die Energiebilanz des Klimas gehe nicht auf. Die Hälfte des Meerwassers liegt unter 2000 Meter Tiefe, und die Argo-Bojen liefern eben nur Daten bis 2000 Meter.
So bleibt tatsächlich Raum für Spekulationen.
Die Bojen-Messungen sind falsch. Es werde wohl noch einige Jahre dauern, bis die 3200 Argo-Bojen verlässliche Daten liefern, meint der Ozeanforscher Mojib LatĂf vom IFM-Geomar. Am Ende wĂĽrde die Energiebilanz des Klimas dann vermutlich aufgehen.
Der Energieeintrag der Sonne in die Atmosphäre wurde falsch berechnet. Auch bei den Satellitenmessungen zum Treibhauseffekt gibt es Unsicherheiten, die man berücksichtigen müsse, sagt Detlef Stammer, Klimaforscher an der Universität Hamburg. Die Strahlungsbilanz sei insgesamt zu ungenau bekannt
Climate researches are baffled by "missing heat"
We have only 3255 buoys to cover all of our oceans at present and before 2003 we had none says NOAA`s Trenberth
Even though Trenberth now insists that these 3255 buoys did in fact register a hault in temperature increases from the surface down to a depth of 2000 meters...the sampling depth limit of the new Argo-buoys
Trenberth is not the only one troubled by these observations that now span an entire decade.
Martin Visbeck from IFM-Geomar Institute:
I share this conclusion and so far the global energy budget just does not add up to what we expected.
Mojib LatĂf also from the IFM-Geomar Institute asserts that all these 3255 buoys observations might be wrong and if "corrected" then the global energy budget might conform with the predictions..
(My remark: Here we go again with the data tinkering...a.k.a."corrections")
Detlef Stammer, lead climatologist at the University of Hamburg is of the opinion that so far the impact of solar radiation has been seriously miscalculated in our computer models.
______________________________________________________________
Anyway the debate is far from over as Al Gore claimed it is.
It`s only just beginning...now that the media character assassinations and witch hunts stopped and that too many people realize that the facts on the ground are obviously not what consensus climatology said so far they were and projected as trend
I hope I caught all the typos. It wasn`t easy while my 3 grandsons had a wrestling match over the TV remote right behind me and every cartoon channel there is was at a top decibel level.
Now I`ll pull out the TV plug, get out a belt, scare the crap out of them and straighten up the place before my wife comes in the door
Last edited: