Slashdot Mirror


Scientific Journal Nature Finds Nothing Notable In CRU Leak

eldavojohn writes with an update to the CRU email leak story we've been following for the past two weeks. The peer-reviewed scientific journal Nature has published an article saying the emails do not demonstrate any sort of "scientific conspiracy," and that the journal doesn't intend to investigate earlier papers from CRU researchers without "substantive reasons for concern." The article notes, "Whatever the e-mail authors may have said to one another in (supposed) privacy, however, what matters is how they acted. And the fact is that, in the end, neither they nor the IPCC suppressed anything: when the assessment report was published in 2007 it referenced and discussed both papers." Reader lacaprup points out related news that a global warming skeptic plans to sue NASA under the Freedom of Information Act for failing to deliver climate data and correspondence of their own, which he thinks will be "highly damaging." Meanwhile, a United Nations panel will be conducting its own investigation of the CRU emails.

736 comments

  1. Nice try by Wonko+the+Sane · · Score: 5, Insightful

    The real smoking gun isn't the emails - it's the source code.

    They keep talking about those emails in the hopes that no one will call them out on the "VERY ARTIFICAL correction for decline"s applied liberally to the raw data.

    Really take a look at the graphs in the link above. Plot that array yourself if you don't believe it. No amount of handwaving will explain away blatant lying.

    1. Re:Nice try by niiler · · Score: 4, Insightful

      The researchers did not use certain tree ring data post 1960 because it was not properly calibrated to instrumental data. There has been much hoo-hah about this "throwing out" of data when really it is the instrumental data that matters, not the proxy data. If temperature is what you are after, thermometers are the gold standard. Therefore the post 1960 results really aren't in question. Furthermore, many critics of Mann et al. have ignored the fact that this was a single line of data turning a blind eye to the numerous other data sets and proxies that support the same conclusions. I find it disingenuous to claim that all climatology is now in question due to this "trick". I will, however, admit that the researchers should have noted the issues with the tree-ring data in question.

      If one completely ignores any of the above data sets (whether they be direct measurements or proxies), there exist many disparate observations of global warming ranging from the rise in sea level which threatens various nations' lands to the melting of the arctic tundra to the loss of glaciation document global warming independently of these scientists' data. All the data seem to indicate is that the warming is happening on a scale that it has not before. By itself, this should indicate that the hockey stick curve is real. But is this warming due to humans?

      Anthropogenic global warming (AGW) critics seem to espouse ideas such as the solar cycle hypothesis or Milankovich hypothesis rather than admit that humans can change the atmosphere. On the BBC this morning I even heard a listener letter that explained how volcanoes were the cause of the increased CO2 in the atmosphere. This ignores some of the more obvious ways in which humans can change the atmosphere. This year, the Chinese government limited fossil fuel burning before the Olympics with apparently stunning results. When I was in Beijing for nearly a month 10 years ago, smog was a daily occurance. Even miles outside the city at Badaling (the Great Wall), it was hard to see for more than a mile. Smog is considered to be the third most important greenhouse gas by the IPCC. Evidence that we are changing our own atmosphere by fossil fuel emission is obvious just by looking.

    2. Re:Nice try by trickyD1ck · · Score: 4, Insightful

      "Evidence that we are changing our own atmosphere by fossil fuel emission is obvious just by looking." this nonetheless does not imply that such changes have a nontrivial impact on the climate. in other words, smog!=AGW. i would think this were obvious.

    3. Re:Nice try by mrsquid0 · · Score: 5, Informative

      The source code is another thing that has been taken completely out of context. For example, the "Very ARTIFICIAL correction" in was computed, but the line where it was applied was commented out. This is clearly a case of someone playing around with the output to explore various effects and scenarios. They did the experiment, then commented it out to removed that effect from the production output. Does anyone really believe that a real attempt at fraud would be blatantly labeled in the code?

      --
      Just because you are paranoid does not mean that no-one is out to get you.
    4. Re:Nice try by Rising+Ape · · Score: 5, Informative

      FFS, not this shit again. Frankly, given the number of times this has been pointed out, I can only assume that people still mentioning it are wilfully ignoring anything that contradicts them.

      However, one last time. It's commonplace to have multiple versions of analysis code with variations including "artificial" changes. I've done it lots of times, mostly for testing purposes - it's quite useful [1] to know how the output of your analysis depends on variations in the input. Only a small fraction of the code in existence was actually used to process the data "for real". Unless you have some evidence that a) arbitrary modifications were made to published data without explanation in the publication and b) any such modifications were not scientifically justified, please stop with this ridiculous and discredited point.

      [1] By which I mean "essential for any non-trivial analysis"

    5. Re:Nice try by Wonko+the+Sane · · Score: 3, Insightful

      There has been much hoo-hah about this "throwing out" of data when really it is the instrumental data that matters, not the proxy data. If temperature is what you are after, thermometers are the gold standard

      You might have a point if the leaked file only demonstrated a single case of data tampering, but it's all over the place. Anyone with a copy of FOI2009.zip and grep can verify this.

    6. Re:Nice try by toppavak · · Score: 2, Interesting

      This year, the Chinese government limited fossil fuel burning before the Olympics with apparently stunning results. When I was in Beijing for nearly a month 10 years ago, smog was a daily occurance. Even miles outside the city at Badaling (the Great Wall), it was hard to see for more than a mile. Smog is considered to be the third most important greenhouse gas by the IPCC. Evidence that we are changing our own atmosphere by fossil fuel emission is obvious just by looking.

      This kind of trend can be seen on a daily cycle in New Delhi. Overnight, the smog over the city disperses but returns over the course of the day (typically by 11am) only to dissipate again as the city slows down for the night.

    7. Re:Nice try by belthize · · Score: 5, Informative

      If you look at the actual code instead of some blog you'll see the reference to the adjusted value is commented out and never used in the plotting call.

      ;
      ; Apply a VERY ARTIFICAL correction for decline!!
      ;
      yrloc=[1400,findgen(19)*5.+1904]
      valadj=[0.,0.,0.,0.,0.,-0.1,-0.25,-0.3,0.,-0.1,0.3,0.8,1.2,1.7,2.5,2.6,2.6,$
          2.6,2.6,2.6]*0.75 ; fudge factor
      if n_elements(yrloc) ne n_elements(valadj) then message,'Oooops!'
      ;
      yearlyadj=interpol(valadj,yrloc,timey)
      ; ;filter_cru,5.,/nan,tsin=yyy+yearlyadj,tslow=tslow ;oplot,timey,tslow,thick=5,color=20
      ;
      filter_cru,5.,/nan,tsin=yyy,tslow=tslow
      oplot,timey,tslow,thick=5,color=21
      ;
      oplot,!x.crange,[0.,0.],linestyle=1
      ;
      plot,[0,1],/nodata,xstyle=4,ystyle=4

              Without revision control one can't say for certain but there's no evidence any adjusted data made it into a paper. There's only evidence that a single piece of code from the thousands of modeling sims had at one time an adjustment that was commented out.

    8. Re:Nice try by Anonymous Coward · · Score: 0

      Here's a nice breakdown of the "ARTIFICIAL" correction source code. Once again, you need to look at everything in context.

      Nice try.

    9. Re:Nice try by TapeCutter · · Score: 4, Interesting

      Yeah right, the whole "house of cards" has crumbled due to one line of source code that was never published. How about doing a bit of homework and finding out why the unpublished graph was labelled VERY ARTIFICIAL?

      As for the so called "missing data" it seems the MET have noted the advice in the Nature editorial and are now petitioning 188 countries for permission to publish the remaining few percent of records still tied up in red tape.

      The sad irony here is that Jones has spent most of his carrer making the other 95% of those records easily accesible to the scientific community.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    10. Re:Nice try by Anonymous Coward · · Score: 4, Insightful

      Nice try. The tree ring data was used as a proxy for temperature. The results of this proxy formula didn't match up with actual temperature readings past 1960, so to make their method look like it had more skill (accuracy) than it did, they simply grafted the actual temperature series to the end of the tree ring proxy temperature series. This is what was meant by "hide the decline".

      A real scientist would have investigated why the proxy failed to to reflect actual temperatures in recent times, and might have questioned if the methodology actually applied correctly to any time in the past. Instead, they grafted apples to oranges and then told everyone they had discovered something that they had not.

      Very bad science. If this happened in any other field, these clowns would be out of a job.

    11. Re:Nice try by DriedClexler · · Score: 4, Insightful

      The researchers did not use certain tree ring data post 1960 because it was not properly calibrated to instrumental data. There has been much hoo-hah about this "throwing out" of data when really it is the instrumental data that matters, not the proxy data. If temperature is what you are after, thermometers are the gold standard. Therefore the post 1960 results really aren't in question

      Right, so the reasonable inference would be "this proxy can't event match the temperatures we know for sure -- it's no good, throw it out entirely". However, the scientists in question are so attached to their preordained conclusions that they don't even consider this. Instead, they throw out the data they don't like, and keep what matches the conclusion they want, instead of (at least *considering*) re-evaluating the conclusion to begin with.

      So they act like the proxy's correct precisely when they have less substantiation, and its failure to match the most solid data is just a problem they need to patch up later -- the so called "divergence problem". It should be called the, "Do we ever consider we might be wrong?" problem.

      --
      Information theory is life. The rest is just the KL divergence.
    12. Re:Nice try by Jeremy+Erwin · · Score: 0

      I'm not sure that the comment

      For example. Just for the sake of arguement lets say the average temperature remained constant at 70 degrees last century. When you run the numbers through their “fudge factor” you still get a hockey stick. Even a decline in temperatures would still result in a hockeystick. Way to hide the decline!

      squares with reality. If the average temperature were 70 degrees,(158 F), we'd be dead.

    13. Re:Nice try by WgT2 · · Score: 0, Troll

      Anthropogenic global warming (AGW) critics seem to espouse ideas such as the solar cycle hypothesis...

      Umm, if Mars has seen ice cap shrinkage why wouldn't Solar Cycles be the most likely cause of our current terrestrial warming (which hasn't happened in the last decade - thus the change of nomenclature to "climate change")?

      All the data seem to indicate is that the warming is happening on a scale that it has not before.

      O rly? It's believed that the northern U.S. was covered in a 5,000 foot thick ice cap (some time in the last 100k years). It created the 5 Great Lakes. What caused the atmosphere to warm so much as to see that completely disappear? It must have been very dramatic. I wonder, though, concerning the current state of glacial changes, has there been a change in precipitation in the areas that feed those shrinking glaciers?

      Also, if Anthropogenic Global Warming were true, why hasn't recorded human history, vis-a-vis, the last 1,000 years or so, shown a consistent increase in global temperatures? It would be very easy to conclude that humans have been burning more wood over the prior year for the duration of their history (beginning prior to the last millennium) and that CO2 would also have been increasing year over year as well. But, there was a mini-ice age in the last millennium. That doesn't compute.

      What ALSO doesn't fit with AGW is the fact that the Earth, very much without the help of humans, has waxed and wained in and out of warm and cold periods. WITHOUT HUMANS. Back and forth. Over and over. Explain that. Please.

      You should actually go to the link provided in the parent post and see where the damning data manipulation is actually happening.

    14. Re:Nice try by sycodon · · Score: 5, Insightful

      Wasn't it so inconsiderate of those trees to change the way the respond to temperature?

      I wonder why they don't include other tree ring data or the Finnish data? Instead, they used bogus data.

      And "they" continue to hide other data.

      Of course I know the standard responses...I'm not a climate scientist so what do I know anything, Nature is "Dr. Jones Peer Reviewed", everyone else is paid by Exxon, blah blah blah.

      Fact is that this issue is now beyond science and is being fought in the public forum. Anyone who would have the world cripple itself economically needs to be 150% above board with all their data and methods. No hiding behind anything. Anyone with a reasonable background in science should be able to take their models apart, thoroughly understand what they are doing and why and be able to replicate their work, from the friggen hunk of wood to the final graph. Hire more people to fulfill FOI request if that's what it takes.

      If necessary, they should set aside a few months a year to do nothing but assist others in understanding their methods (never mind that if any other scientist had to help others replicate their work, it would be seen as a sign of fraud). Too important and busy to do that? Bullshit. Given what want everyone to do, they have an OBLIGATION to do that.

      And lastly...I'm sorry but if the friggin tree ring data is not valid for assessing temperature after 1960, then it is not valid assessing temperature before 1960.

      --
      When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
    15. Re:Nice try by mi · · Score: 1, Troll

      This ignores some of the more obvious ways in which humans can change the atmosphere.

      The point is not, that humans don't change the atmosphere at all. It is that our (anthropogenic) contribution to the change is negligibly small — we also "contribute" to Continental Drift... The cooling of the last 10 years, that so frustrated the CRU alarmists (one of them writes in an e-mail: "The fact is we can't account for the lack of warming at the moment and it is a travesty that we can't."), is now explained by the lower Sun activity — even when reminding the faithful readers, that "These changes are not enough to reverse global warming". Well, duh, "It is the Sun, stupid". Whatever we do here — and we didn't reduce our emissions (save for those few weeks in Bejing you observed) over the decade — the Sun will trump that many times over.

      Oceans rising? Right... There are ancient cities on the sea floor off North Africa. Did Mediterranean rise because the humans were cooking too much 2000 years ago?

      --
      In Soviet Washington the swamp drains you.
    16. Re:Nice try by Jeremy+Erwin · · Score: 2, Insightful

      grep? grep only works if you know what you're looking for.

    17. Re:Nice try by DMiax · · Score: 2, Funny

      $ grep "blatant data tampering" highly_incriminating_file.txt # because conspiracies store their misdeeds in plaintext

    18. Re:Nice try by arcticinfantry · · Score: 1

      Wrong. It was calibrated, but trended *down*. Trees don't make good thermometers. Your comments about other indicators of "Global Warming" are *not* evidence. They are anecdotes. What people are in a fuss about is whether warming is natural vs. "we're all going to die in the next 100 years.". Try to speak to the *evidence* for catastrophic global warming and not muddy the issue.

    19. Re:Nice try by cirby · · Score: 2, Insightful

      If one completely ignores any of the above data sets (whether they be direct measurements or proxies), there exist many disparate observations of global warming ranging from the rise in sea level which threatens various nations' lands ...which has been either minimal or non-detectable, as opposed to what the AGW fans have been telling us. Not exactly a good point.

      to the melting of the arctic tundra ...which can only melt when it's man-caused global warming, instead of the sun-caused version which is probably what's been observed for the last half century?

      to the loss of glaciation document global warming independently of these scientists' data.

      Except that much of the "glaciation loss" is probably due to lowered precipitation instead of increased temperatures.

      Correlation is not causation. Just because the globe got slightly warmer doesn't mean it was CO2-based AGW that did it.

      You should also note that if you go back to the beginning of serious AGW science (during the late 1980s), most of their predictions have already been falsified. The globe should be at least a half-degree warmer than observed (check the "Hockey Stick" graph in its earlier incarnations), the oceans should be at least a foot deeper (up to five feet higher today, according to some predictions), and storms should be much, much more severe (they're not). None of these things have happened over the last twenty years, therefore THEY WERE WRONG.

      On the other hand, many of the skeptics have been supporting the solar variation side of the theory of global climate change, and (surprise!) it matches up quite nicely to observed temperature changes, including the prediction of the stable/cooling trend in the last ten years.

    20. Re:Nice try by Cyberax · · Score: 2, Interesting

      You are repeating old denialists' crap.

      Do you want me to find refutations for all of your talking points in 1 min. of Google search?

    21. Re:Nice try by Thomas+Miconi · · Score: 5, Informative

      I will, however, admit that the researchers should have noted the issues with the tree-ring data in question.

      Good thing they did, then. Only ten years ago, mind you.

      Seriously, this whole "climategate" debacle tends to run like this:

      1- Deniers exhume some e-mail / piece of code which they don't understand, but assume is definite proof of evil scheming on the part of the great academic conspiracy ("Trick!" "Hide the decline!" OMGconspiracy send teh copz!!) .

      2- Scientists post explanation, showing the deniers' allegations to be baseless (The "hidden" decline in tree ring growth was published a decade ago - see Nature link above; in this very publication, it was shown to diverge from the actual instrumental record after 1960; so for the post-1960 period we basically replace tree rings with the actual instrumental data, because we trust thermometers more than tree rings when the two fail to agree; we cited the relevant articles in the caption for the graph just to be sure).

      3- Deniers completely ignore scientists' explanation, and keep fantasising about their glorious victory over evil scheming scientists. See GP for an illustration.

      Rinse. Repeat.

      To GP and all the folks who keep harping about this "VERY ARTIFICIAL" correction code: the code in question is a one-time code for temporarily re-calibrating the tree ring data. The reason, and the coefficients, are ultimately derived from the Nature article I linked to above. For an interesting hypothesis concerning the source of this code, see comment #147 and linked manuscript on this thread.

    22. Re:Nice try by toppavak · · Score: 2, Insightful

      Anyone who would have the world cripple itself economically

      [Citation needed]
      Amory Lovins, Paul Krugman and many, many, many others would disagree with you on that point.

    23. Re:Nice try by Anonymous Coward · · Score: 0

      not this shit again

      LOL. Yes this shit again. Folks, the evolution deniers have been around for 150 years and are STILL going strong with their conspiracy theories. Get used to it.

    24. Re:Nice try by antibryce · · Score: 2, Insightful

      Jones, as documented quite clearly in the leaked emails, has apparently spent years avoiding FOIA requests, even suggesting he'd rather delete data than share it with AGW skeptics.

      Sharing data with scientists who already agree with you isn't science. These guys have clearly abandoned science in favor of politics.

    25. Re:Nice try by Rockoon · · Score: 4, Interesting

      The researchers did not use certain tree ring data post 1960 because it was not properly calibrated to instrumental data.

      This has nothing to do with the data being 'properly calibrated' and everything to do with the faulty assumption that ring width strong correlates with temperature, which is the assumption they use for pre-1960 data. They sold you another lie to explain the first, my friend.

      Tree ring width correlates strongly with precipitation, not temperature. Plenty of REAL peer reviewed studies to back this up, along with validated experimental evidence (you know, that whole scientific method shit that Mann doesnt use)

      Furthermore, many critics of Mann et al. have ignored the fact that this was a single line of data turning a blind eye to the numerous other data sets and proxies that support the same conclusions.

      Which data sets are those? Seriously. Which? Show my a hockey stick that does not use Mann's or Briffa's data. Do it now.

      --
      "His name was James Damore."
    26. Re:Nice try by Anonymous Coward · · Score: 4, Informative

      A real scientist would have investigated why the proxy failed to to reflect actual temperatures in recent times, and might have questioned if the methodology actually applied correctly to any time in the past.

      Which is exactly what these guys did ten years ago. Answers: we don't know (trees are living beings, not thermometers), and yes it does.

      Notice the "Briffa" name in the author list? And the "University of East Anglia" in the list of institutions? Reminds you of something?

    27. Re:Nice try by calixaren · · Score: 1

      The researchers did not use certain tree ring data post 1960 because it was not properly calibrated to instrumental data

      But the tree ring data was surely properly calibrated to hide the Medieval Warm Period. In other words, thermometers are the gold standard for cases they tell us, what our ideology expects, the tree rings are the gold standard in other cases, climatic models are the gold standards in yet another cases... insert you choices ad nauseam... as long as we are getting our precious Hockeystick, aren't they ;-)?

    28. Re:Nice try by obarthelemy · · Score: 1

      They are supposed to take advantage of the data abundance to validate their guessing method. Whiwh obviously they carefully avoided doing.

      --
      The Cloud - because you don't care if your apps and data are up in the air.
    29. Re:Nice try by XSpud · · Score: 1

      And the source code was used for what exactly? To create a graph perporting to be something else presented to the world? Or perhaps it was one of many analyses used internally as part of an investigation? I've had a look at some of the code and it's not clear - but perhaps you know more?

      The raw data you are referring to is tree ring data that is known to be a poor proxy for temperature for certain periods - to me the correction looks like nothing more than trying to plot a best estimate of temperature over timescales where it is known that proxy data is unreliable.

      Though I feel the content of the leaked emails, code and data raise enough questions to warrant an investigation (http://www.uea.ac.uk/mac/comm/media/press/2009/dec/homepagenews/CRUreview), it does seem to me that there are some people who are keen to question the abundant evidence for climate change, but at the same time are perfectly willing to accept very inconclusive evidence to attack the CRU scientists.

    30. Re:Nice try by makomk · · Score: 1

      I will, however, admit that the researchers should have noted the issues with the tree-ring data in question.

      They did. A decade ago. Published in Nature, no less.

    31. Re:Nice try by arcticinfantry · · Score: 4, Insightful

      Really? When you're objectively trying to find something such as a temperature signal it's common to fudge this way and that? BTW, the decline is *still* in that tree ring data, but is not being shown because when tree ring data supports a fudged temperature set, it's worth reporting to the IPCC. When it doesn't, there is some unknown force burying the AGW signal. Who are the denialists again?

    32. Re:Nice try by belthize · · Score: 1

      Umm, if Mars has seen ice cap shrinkage why wouldn't Solar Cycles be the most likely cause of our current terrestrial warming (which hasn't happened in the last decade - thus the change of nomenclature to "climate change")?

      Because there are much simpler explanations.
      http://www.aerospaceweb.org/question/astronomy/q0230.shtml

              The term and certainly the concept of 'climate change' is not new, what's new is the claim that it's new. There's been a recent (last 6 months) surge of folks saying 'oh ho now it's climate change'. It's been well understood that the warming models predicted global warming and local change. The globe doesn't have climate, locales have climate. Many places like England will likely become much colder with increased ice melt if the thermohaline cycle stops.

      O rly? It's believed that the northern U.S. was covered in a 5,000 foot thick ice cap (some time in the last 100k years). It created the 5 Great Lakes. What caused the atmosphere to warm so much as to see that completely disappear? It must have been very dramatic. I wonder, though, concerning the current state of glacial changes, has there been a change in precipitation in the areas that feed those shrinking glaciers?

      Most likely CO2 build up from volcanic activity that wasn't scrubbed from the atmosphere due to substantially decreased vegetation.
      Hard to grow trees under a mile of ice. Shifts in oceanic currents, particularly the thermohaline circulation from ice melt which changed the salinity likely helpded drive the rapid shift out of the ice age once the CO2 build up started the process.

      It's studies of the ice age ending that contributed to many of the current models, it's hardly a mystery and hardly an aspect that hasn't been taken into account.

      Also, if Anthropogenic Global Warming were true, why hasn't recorded human history, vis-a-vis, the last 1,000 years or so, shown a consistent increase in global temperatures? It would be very easy to conclude that humans have been burning more wood over the prior year for the duration of their history (beginning prior to the last millennium) and that CO2 would also have been increasing year over year as well. But, there was a mini-ice age in the last millennium. That doesn't compute.

      The mean population of the earth was substantially less prior to 1800's than it is now. Burning wood doesn't contribute to CO2, burning sequestered carbon like coal or oil does. That didn't happen in any quantity prior to 1900.

           

    33. Re:Nice try by ptbarnett · · Score: 4, Insightful

      You are repeating old denialists' crap.

      Do you want me to find refutations for all of your talking points in 1 min. of Google search?

      Yes. Or STFU.

      You didn't refute his assertions, you attacked him.

      When are you going to learn that this kind of behavior is exactly why many people don't believe you?

    34. Re:Nice try by jelizondo · · Score: 1, Flamebait

      Please, refute:

      a) That North America was covered by an ice sheet until about 10,000 years ago. See Wikipedia
      b)That Mars is suffering "climate change" too. See here

      Now please prove that the retreat of glaciers in North America was caused by cavemen driving SUVs and burning fossil fuels and not by some unknown natural phenomenon.

      --
      Be very, very careful what you put into that head, because you will never, ever get it out. - Cardinal Wolsey
    35. Re:Nice try by silentsteel · · Score: 4, Insightful

      The problem is that it is not "denialist's crap." I will not deny global warming for the same reasons that I will not agree with it. The scientific research that has been presented to me, coupled with the research I have done on my own confirms that we, as a population, have no clue what exactly is going on; therefore, we are just along for the ride on a planet that we happen to inhabit. Does this mean that we should not do what we can to take care of our "house"? No, it does not. It simply means that we are trying to solve a problem that may not even exist. Any speculation on what may have happened in the past is exactly that, speculation. All I can do, as an individual who respects the planet I live on, is take care of it because I should.

      --
      I cut it three times, and it's still too short.
    36. Re:Nice try by Moryath · · Score: 1, Troll

      Much of this has to do with the fact that "Climate Science" has ceased to be meaningful science.

      Between the myriad scandals (sensors placed next to heat sources, mysterious "throwing out" of data not because it was bad but because it didn't match what they wanted to see, papers published through the UN rather than peer-reviewed journals to avoid having peer review because over 50% of the scientists whose data was used DISAGREED with the conclusion, AND worst of all from the CRU emails, systematic attempts to subvert the peer review process to ensure flawed pro-"Climate Change" studies pass while studies that raise real questions are suppressed, and yes they DID follow through on it) and the fact that the "explanations" are always half-baked at best, people are right to be skeptical.

      It reminds me somewhat of the withering credibility of Al Sharpton and Jesse Jackson, who at one time were respected civil rights crusaders, and now to all but a handful of people are nothing but "jerks who can't see past the color of their own nose", simply because they have cried wolf (hell, if there was any justice Sharpton would be jailed for the murder of Harry Crist) so often. Climate "scientists" have cried wolf so often, and had their credibility eroded so thoroughly for anyone who pays attention, that the fact that they would try to hide data, rig conclusions, or suppress studies questioning their methodology is no surprise.

      Of course, that's the problem with being more than 2 decades old. You begin to have some history. When I was in grade school, "climate science" was all about how we were about to have another ice age. Then, it switched to "global warming." Then, the fact that massive increases in temperature they'd predicted puzzled and mystified the "climate scientists." And every time something hard-checks them and shows their figures and predictions to be Pure Weapons-Grade Bolognium, they come back insisting that "Climate Change" theory really does predict the fact that their own fucking prediction failed to happen.

    37. Re:Nice try by Rockoon · · Score: 2, Interesting

      Does anyone really believe that a real attempt at fraud would be blatantly labeled in the code?

      When they had no intention of ever releasing it to the public, yes I do.

      Jones deleted code and data ON PURPOSE so that the public would never see it, and ASKED OTHERS to do the same. Thats all right there in the emails. There is no context to understand in THOSE emails. Jones also told others in emails not to worry about FOI requests because the man in charge, and I quote, "knows what to do."

      He also said he would delete EVEN MORE stuff, rather than let McIntyre get his hands on it, in those emails. You want to know why? Because McIntyre has made a name for himself correcting these people. He's done it more than a few times, and on one occasion NASA ITSELF thanked McIntyre publicly for his careful attention to detail that caught Hansen's bad data.

      ..and prior to this event, several years back, there was an absent minded climate scientist (Mann) who put his data up on a public FTP because of a request by the Nature journal in response to mistakes found in his work, and one of the folders was named CENSORED DATA, and contained data that didnt fit with the theory. Specifically this data was on tree ring's correlation with temperature, proving that Mann had KNOWN that tree rings were not a good proxy of temperature, but instead of working on the problem of why tree rings dont correlate well with temperature.. he simply only kept datasets that didn't conflict with the theory that tree rings correlate with temperature. To this day, Mann is allowed to use this bullshit technique of selective data.

      So yes.. I really do believe that these folks really didn't think that the public will ever see their code or data. They certainly made many extensive and coordinated efforts to prevent the public from seeing it.

      --
      "His name was James Damore."
    38. Re:Nice try by Anonymous Coward · · Score: 0

      What ALSO doesn't fit with AGW is the fact that the Earth, very much without the help of humans, has waxed and wained in and out of warm and cold periods. WITHOUT HUMANS. Back and forth. Over and over. Explain that. Please.

      Avalanches occurred for millions of years WITHOUT HUMANS. But humans claim they can trigger avalanches. Explain that. Please.

    39. Re:Nice try by Troed · · Score: 4, Informative

      ... and yet they continued to publish a dataset which they knew didn't hold up to scrutiny.

      Either the proxy isn't a good proxy, or the temperature record isn't a good record. You can have either, but not both.

      No researchers in this field have ever, to our knowledge, "grafted the thermometer record onto" any reconstrution. It is somewhat disappointing to find this specious claim (which we usually find originating from industry-funded climate disinformation websites) appearing in this forum. - Michael Mann

      http://www.climateaudit.org/?p=7810

    40. Re:Nice try by belthize · · Score: 2, Informative

      Why would you prove that which is pretty much known to be false. The retreat was likely caused by the combination of substantially less plant mass and steady state volcanic activity which slowly rose CO2 levels. The rapid acceleration of melt off was aided by establishment of the thermohaline circulation which warmed the NW coast of Europe and the NW coast of North America.

    41. Re:Nice try by TerryCary · · Score: 1

      And so the data is of course paired down to three core samples... only three... to give the exact match they were looking for... It would take a suspension of disbelief to follow that. Pathetic try. An enormous volume of data is tossed to find an anomaly - Trillions of dollars at stake - on three cores with all the rest disqualified. The fanatical out there need something to believe, and it was kind of you to provide it for them. Global data shows that any warming trend ended 11 years ago. So now instead of quoting the data, people like you are quoting anecdotal evidence. That might work with the uneducated masses, but I doubt it will wash here.

    42. Re:Nice try by Gadget_Guy · · Score: 3, Informative

      It's believed that the northern U.S. was covered in a 5,000 foot thick ice cap (some time in the last 100k years). It created the 5 Great Lakes.

      You should rush out and tell a scientist. Maybe they didn't know that the temperature has changed before!

      OK, I am being facetious, but I can never understand why people think that they have discovered something that climate scientists didn't know (or didn't want you to know). Yes, it has been hot before and it has been cold before. The problem today is the rate of change. It is getting hot very quickly in the global scheme of things.

      Also, if Anthropogenic Global Warming were true, why hasn't recorded human history, vis-a-vis, the last 1,000 years or so, shown a consistent increase in global temperatures?

      The population 1000 years ago was estimated to be 300 million. Over the next 800 years, it hadn't even increased to 1 billion. Then in the last 200 years it skyrocketed to 6.7 billion. Prior to 1800 the population increased by an average of 835,000 per year. After 1800 that grew to 27.5 million per year.

      We also invented new ways to really pollute the planet like never before. If technology hadn't changed, we would be polluting the planet 21 times more than we were 1000 years ago. But now we also have coal power stations, aluminium smelters, street lights that light the world while we sleep and over 600 million cars.

      With all this in mind, I really can't see how anyone can think that it is not possible that we are having an impact on the planet. We can deliberately go out of our way to change the landscape, alter the course of rivers, seed clouds to make it rain, convert deserts to farmland and make the Panama Canal. So why is not possible that we could also inadvertently alter the planet?

      Finally, here is a question for all the deniers out there. If the engineering feat required today was to actually warm up the planet, how would we do it? I think that the best answer would be to do what were are already doing today.

    43. Re:Nice try by qmaqdk · · Score: 0, Troll

      Oceans rising? Right... There are ancient cities on the sea floor off North Africa. Did Mediterranean rise because the humans were cooking too much 2000 years ago?

      It doesn't help the debate when people like you give arguments like this, which is obviously ridiculous.

      If you think this comparison is valid you must also disagree with the fact the carbon emissions are correlated to the amount of fossil fuel being burned. You should have stayed in school.

      --
      My UID is prime. Hah!
    44. Re:Nice try by chill · · Score: 4, Insightful

      #2 doesn't hold water, scientifically.

      If they're going to throw out the tree ring data, throw it ALL out, not just the part you don't like. If it is valid before 1960, it is valid after 1960. Grafting on thermometer data because it fits your desired conclusion is bad science, pure and simple.

      --
      Learning HOW to think is more important than learning WHAT to think.
    45. Re:Nice try by TapeCutter · · Score: 4, Informative

      "Sharing data with scientists who already agree with you isn't science."

      I don't defend his apparent attempt to thwart one of the 50 odd FOI request he has on his plate by requesting Mann delete some emails. However I do defend his commitment to opening up the data sources. The HADCrut data set has been available on the web to scientists, the general public, and psudeo-skeptics alike for years due mainly to his efforts. However I don't expect easily verifyable facts to stop uninformed wankers from being lead around by nose for fun and profit.

      As the Nature editorial points out a small percentage of that set is still locked up by national governments such as France and is only available to researchers willing to fillout the red tape and wait months to get it, they are leaglly bound not to publish it!!! If not for the efforts of Jones 100% of the data would still be locked up with similar red tape.

      I have no doubt as to the motives of the CEI and their ilk who continually bombard climate scientists with such requests while simultaneously running inumerable front sites for the FF industry (eg:icecap), and doing their very best to smear the reputations of leading climate scientists (eg: Mann, Schmidt).

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    46. Re:Nice try by ground.zero.612 · · Score: 0

      it was shown to diverge from the actual instrumental record after 1960; so for the post-1960 period we basically replace tree rings with the actual instrumental data, because we trust thermometers more than tree rings when the two fail to agree

      That's absurd. Celsius and Fahrenheit thermometers align at -40 degrees. The logical conclusion is not to switch from using Celsius instruments to Fahrenheit after (warmer than) -40 because the two fail to agree. Stick with the tree rings, or don't include non-thermometer based data at all.

      --
      "Be prepared, son. That's my motto. Be prepared." --Joe Hallenbeck
    47. Re:Nice try by Doormouse · · Score: 1

      Not everywhere - It is NOT commented out in all directories and files.

    48. Re:Nice try by Anonymous Coward · · Score: 0

      Well, duh, "It is the Sun, stupid". Whatever we do here — and we didn't reduce our emissions (save for those few weeks in Bejing you observed) over the decade — the Sun will trump that many times over.

      Over the short term of a few years, yes, solar output can vary enough to cause warming and cooling at a greater rate than AGW. But over the long term of decades, the AGW will win out. It is a myth that any cooling disproves global warming.

    49. Re:Nice try by uid7306m · · Score: 1

      Throwing out all the data is a reasonable response, but probably over-cautious. There are twice as many of us humans now as there were in 1960, and we are affecting the environment more. So, perhaps trees are affected by recent changes in the environment; and the rules are different after 1960. I don't know: I'm not an expert on trees, but there are tree experts out there. Somebody knows the right answer (or will know it, soon enough).

      Ultimately, throwing out useful data can be just as bad as keeping some contaminated data. This isn't a question that has a simple answer. No one is pretending that trees are perfect thermomenters; it's all a matter of comparing the magnitude of the temperature effect to everything else that can affect the growth of a tree. One cannot make that comparison sensibly without doing some serious research on trees. If you haven't done any, perhaps you shouldn't comment.

      The thing is, there's plenty of evidence that we humans affect the environment, and we need data to build models so that we can respond intelligently. Suppose, just suppose, that we really do need to reduce CO2 production 80% by 2050. Wouldn't you want to know about it? That magnitude of reduction really won't happen by the natural operation of free markets, not without a carbon tax or similar.

      So, we need to have good climate data, as much as possible, and we need to build models. I'm a firm believer in opening up this critical research to make sure it is as accurate as possible, but perfection may not be attainable. Nonetheless, we will need to operate on whatever is the best achievable, rather than demanding impossible perfection. Demanding perfection is just an way of hiding one's head in the sand.

    50. Re:Nice try by Doormouse · · Score: 4, Interesting

      From looking at the files, this does not seem to be true in all instances. Even if it was uncommented everywhere, we still would not know if it actually made it into published results. Sounds like a job for someone of audit and figure out what actually happened and how outraged to be realistically. I wonder if they have learned their lesson and will actually cooperate instedd of stonewall.

    51. Re:Nice try by qmaqdk · · Score: 1

      Also, if Anthropogenic Global Warming were true, why hasn't recorded human history, vis-a-vis, the last 1,000 years or so, shown a consistent increase in global temperatures? It would be very easy to conclude that humans have been burning more wood over the prior year for the duration of their history (beginning prior to the last millennium) and that CO2 would also have been increasing year over year as well. But, there was a mini-ice age in the last millennium. That doesn't compute.

      Here a simple answer: because you don't understand the exponential function and what variance is.

      http://video.google.com/videoplay?docid=-3294010431021068736

      --
      My UID is prime. Hah!
    52. Re:Nice try by TapeCutter · · Score: 2, Insightful

      The N20 componet of smog is indeed the "the third most important greenhouse gas" as claimed in the GP's informative post. Note that the arosols contained in smog also has a significant cooling effect but I don't think we want to give any encouragement to the coal industry to resume killing "large numbers" of people with pea soupers

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    53. Re:Nice try by sycodon · · Score: 0, Troll

      Krugman? Seriously? Krugman?

      Yeah, sure, he has a Nobel prize. So does Gore and Obama...what's your point?

      --
      When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
    54. Re:Nice try by uid7306m · · Score: 1

      Yah, yah, yah. Everyone knows that there is climate change that "just happens". But so what? That doesn't prevent humans from changing the climate also.

      The AGW story is that human-generated climate change has been fairly small so far. But it is becoming more and more important, as everyone's economy grows and the population grows. Who would argue with that? We have more cars, more computers, more cheap airline flights. India and China have been growing economically at amazing speeds and they have been burning more coal and whatever. Anyone can see that whatever part of climate change is caused by use humans will be rather bigger in the coming century than it has been in the last.

      So, it is easy to imagine that we were relatively unimportant in the last century, we are now having effects comparable to natural fluctuations, and in the next century we will be driving big changes.

    55. Re:Nice try by Anonymous Coward · · Score: 0

      Except that much of the "glaciation loss" is probably due to lowered precipitation instead of increased temperatures.

      That doesn't explain why the Arctic sea ice and the Antarctic ice shelf are melting. As for your claim of predictions that have already been falsified, please provide a source.

    56. Re:Nice try by Jeremy+Erwin · · Score: 1

      Your analogy is suspect. Fahrenheit and Celsius "align" at just one point. However, the alignment of pre 1960 tree ring data and pre 1960 temperature is somewhat stronger than a mere intersection.

    57. Re:Nice try by Stephan+Schulz · · Score: 2, Insightful

      grep? grep only works if you know what you're looking for.

      Exactly. I loved it when the "sceptics" started claiming widespread fraud at a time nobody could have read all the emails, let alone the rest of the data. The only way to find "incriminating" material this way is by grep or similar tools. Can somebody say confirmation bias?

      I know my mailbox contains some things I would not have said in public - and I would dearly love to see some of the mail dumps from the Heartland Institute "scientists".

      --

      Stephan

    58. Re:Nice try by TapeCutter · · Score: 4, Insightful

      "it's all over the place"

      So lets have some examples. Or are you just another hand waving "skeptic"?

      BTW: The single case you refer to has been explained numerous times as an attemp to DISPROVE a signal had been found. You seem unfamiliar with the concept of self-skepticisim so I can see how that might have escaped your notice. The fact remains that In the end the code was never used and the graph labeled VERY ARTIFICIAL was never published. I'm sure as hell that if I was fiddling data for a global conspiracy I would not put a label like that on the resulting graph, would you?

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    59. Re:Nice try by DriedClexler · · Score: 4, Interesting

      I'm not demanding perfection. I'm saying that, as a minimal threshold for using a proxy for past data is that it should match our most solid data. When you're allowed to arbitrarily graft new data at arbitrary points to data sets, you can make any data say anything -- that's not what science is supposed to be.

      Are there other proxies that meet this minimum threshold I described? Great. Use those. But you don't get to count these tree rings in question as additional, independent confirmation. That would be like saying, "We manipulated data set B to look like data set A, therefore we have two data sets validating the hypothesis." And it's that kind of information cascade that has allowed the CRU to be held as the gold standard that all the other data sets get adjusted to match, destroying the notion of independence of the data sets.

      At best, this data is too unreliable to incorporate. At worst, it's showing that temperatures actually went down. But these scientists are so far off the scientific method that they think it's okay to tweak them to say whatever they want, and call any deviation from what they wanted to see, a "problem" that needs to be corrected.

      --
      Information theory is life. The rest is just the KL divergence.
    60. Re:Nice try by toppavak · · Score: 1

      I'm sure none of his accomplishments or extensive experience as an economist or his proven track record of being "ideologically colorblind" have anything to do with the fact that his ideas on what investment in sustainable energy and efficiency should perhaps be listened to by the general public. Besides, as Amory Lovins says in his TED talk, one could conceivably add almost every major tech company in America let alone the world to the list of organizations recognizing that investment in efficiency has green results in more ways than one. The Nobel Prize in Economics, like the science Prizes, is also significantly more impressive than the Peace Prizes which Gore and Obama won. There are a number of other economists that advocate aggressive investment in efficiency and sustainable energy as one of the surest bets America has to reassert its economic dominance over the world as the BRIC countries continue to grow their economies and political muster in the world, Krugman is simply one of the more widely known and read of these.

    61. Re:Nice try by Anonymous Coward · · Score: 0

      The rhetorical style of all the woo-peddlers is identical, whether they be creationists, anthropic global warming deniers, anti-vaxers, holocaust deniers, birthers, deathers, or any other bunch of cranks. What's more, they frequently overlap. AGW deniers are frequently fellow travelers of creationists, birthers, and deathers, for example; AKA the Republican base. Swallowing one strain of woo seems to make you more susceptible to others.

    62. Re:Nice try by mi · · Score: 0, Troll

      It doesn't help the debate when people like you give arguments like this, which is obviously ridiculous.

      I think, you missed a good opportunity to show, what's so "ridiculous" about my argument. There really are lost cities there.

      Also Sahara became a desert in only a few millenia (if not centuries) — also a drastic climate change, that can not be pinned on the evil industrialization.

      If you think this comparison is valid you must also disagree with the fact the carbon emissions are correlated to the amount of fossil fuel being burned

      And I must also disagree with the Earth being round...

      You should have stayed in school.

      Is that what you did, professor?

      --
      In Soviet Washington the swamp drains you.
    63. Re:Nice try by Alef · · Score: 5, Insightful

      If anything, this code tells me that whoever wrote it was very careful not to use bad data. Why else would you mark the modification with a three line comment with big letters and double exclamation marks pointing out that the following lines are artificial? The only time I write comments like that is when I want to make sure nobody accidentally compiles the code with it still in there.

      This is the opposite of what I would expect from someone in a conspiracy.

    64. Re:Nice try by sycodon · · Score: 3, Insightful

      So if you search for "insert fake data here" and you then find it, that's some kind of bias?

      OOOkkkkaayyyy.

      --
      When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
    65. Re:Nice try by astar · · Score: 1

      suppose we rely on "the gold standard"

      consider weather stations, post 1960

      about that time, in the us, there was a switch to latex paint on the weather stations.

      a mere meterologist got interested and thought this was causing a temperature rise. I guess he eventually involved a real scientist and came up with a one degree centigrade rise

      later he managed to get data on over 1000 high quality weather stations, he figured 80% failed to meet official location criteria, things like a parking lot within 30 feet. oh, his full raw data set is on the web, so if any of the cru types think they know more about weather stations, it can be nicely evaluated.

      then consider a bit of fraud, relating to chinese weather stations. i guess the analysis involved selecting the high quality weather stations and there were some valid criteria for that. except somehow sometimes nearby low quality data was selected over high quality data, and interestingly, one might think there was a bias toward the higher temperature results

      leaving aside the data issues, the hockey stick was a big deal. this has interesting history. i guess stygler, a mere statistics guy, got interested because the original hockey stick reminded him of some stock frauds he had seen. Even as an outsider, he managed to force major revisions to two major data sets. Now he is saying that the hockey stick algorithm is such that whatever data you put in you get a hockey stick. I saw this at
      www.copenhagenscandal.org.

      styglers name popped up in the emails. as i recall it was something like i would rather destroy the data than give it to stygler. he would just use it to find mistakes. this is not very pretty and reflects a commitment to a conclusion. it is quite reasonable to suspect a political commitment.

      now consider people have been after the raw data for a long time and been stonewalled. it had got to the point of sort of FOIA lawsuits. One of the emails was requesting the deletion of some emails. So I guess this guy is a criminal too. And now it turns out the raw data was destroyed in the 80's. I do not doubt it has been destroyed, but i am suspicious of the timeframe.

      Looking at just the thermometers, and wildly assuming the data was any good, I figure there is not enough time period to say anything about climate.

      so you look at the proxies, if post 1960 tree data does not correlate, what can you really about pre-1960 data. something theoretical is at least incomplete, if you trust the post-1960 thermometers.

      but consider the nice easy to understand proxy of orange trees growing in london. On the same site I referenced i think stygler commented that this period data set was minimized.

      and a nice slashdot issue, this stuff is all computer modeling and it is not predictive. indeed one of the cru emails was real incensed about i think this. he called it a travesty. interesting it seems a bit hard for some people to acknowledge. i have noted reference to individuallv recent hot days as a pattern. i guess this is to support the ideology. but it does not say anything to support scientifically the validity of the model. and some say the pattern data is another fraud.

      the site has a lot of political and economic orientation. looks like the real policy question is how badly you dislike technological advances. if you feel moral, how many billions of people are you willing to kill to advance greenie ideology. these seem to be relevant questions.

    66. Re:Nice try by TapeCutter · · Score: 2, Interesting

      "The real smoking gun.."

      Please study the propoganda you have been fed more carefully, it's not a smoking gun, it's a smoking iceberg.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    67. Re:Nice try by TapeCutter · · Score: 1

      "$ grep "blatant data tampering" highly_incriminating_file.txt # because conspiracies store their misdeeds in plaintext"

      Exactly, the crafty bastards also clearly label their graphs with "VERY ARTIFICIAL" to hide the fact that they are very artificial.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    68. Re:Nice try by Jeremy+Erwin · · Score: 0, Redundant

      The Nobel Prize in Economics, like the science Prizes, is also significantly more impressive than the Peace Prizes which Gore and Obama won.

      If he were alive today, Alfred Nobel would beg to differ. He's not, of course, which may help explain why the Bank of Sweden got it's way.

    69. Re:Nice try by MindlessAutomata · · Score: 2, Insightful

      And first most important greenhouse gas is water vapor. Regardless of the truth of AGW, it is not immediately obvious that smog in cities indicates or leads to a significant effect in the atmosphere. I believe in AGW but let's not claim the climate science is easy to understand or obvious. This is why I get angry when AGWers equate those that disbelieve in AGW with creationists; the principles behind evolution are much easier and more intuitive to understand than climate science is.

    70. Re:Nice try by TapeCutter · · Score: 1

      I second the call for a benevolent hack into the heartland institute and/or the CEI.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    71. Re:Nice try by Lars+T. · · Score: 2, Insightful

      So what happens when you don't use any tree-ring proxies? Yup, you still get the "Hockeystick" - because we have fucking Global Warming. I wonder why Steve "Bad Math" McIntyre doesn't mention that, even when it's plain visible in what he calls the 'WMO diagram without "Mike's Nature trick" ' which "I think the graph speaks for itself, see especially "Keith's series" (green)." - Gee, Stevie, look at the fucking graph that speaks for itself: note the Hockeystick that is still there?

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    72. Re:Nice try by Beyond_GoodandEvil · · Score: 1

      Not sure why parent is a troll, but just to drive the point home.
      I stopped reading you mentioned "ideologically colorblind" and wikipedia in the same sentence. I guess you missed the part where Krugman is a radical leftist who writes for the New York Times and supports all manner of silly leftist ideals.
      Now quoted from the wiki page cited by the grand parent post as "ideologically colorblind". Krugman considers himself a liberal, calling one of his books and his New York Times blog: "The Conscience of a Liberal".[12]Now since parent post pointed this fact out why the troll mod?

      --
      I laughed at the weak who considered themselves good because they lacked claws.
    73. Re:Nice try by Steve+Franklin · · Score: 3, Insightful

      Ah, a logical person. And on Slashdot no less!

      What all of this "data" leaves out is the tree-ring minima and ice core acidity peaks that, when integrated with other regional and global climatological events stretching back, at the very least, to 4375 BCE, present a picture of some kind of cyclical, apparently cosmically induced climate cycle. The current period of this cycle is just over 105 years, so any theory that doesn't take into account our position in this cycle--101 out of 105 years (2009-1908)--is suspect. In short, lay the average temperature rise from 1908 until 2009 over that for 1803 until 1904 and see what you get. I would strongly suspect that you will see little if any change cycle to cycle.

      --
      Hic iacet Arthurus, rex quondam rexque futurus.
    74. Re:Nice try by astar · · Score: 1

      ah economic expertise is in practice not based on predictive record, so it is not even engineering, let alone science. traditonally it has been been a field for lackies. so i am not impressed with an economics nobel. pooh, it is not quite even a real nobel.

    75. Re:Nice try by toppavak · · Score: 1

      Regardless of whether you think Paul Krugman is a silly radical leftist or if you don't believe humans can or are causing dangerous shifts in climate, it doesn't change the fact that its in the best interest of public health, national security and the American economy to invest in efficiency and next-generation energy sources. We can eliminate our dependency on foreign oil, reduce the level of particulate pollution and environmental damage caused by burning fossil fuels and mining coal and create millions of jobs while making gobs and bogs of money doing it. I see nothing silly or leftist about that. American companies are already pursuing this on their own. Lovins, Krugman and others on both sides of the political spectrum advocate government policies to encourage this although obviously the left-leaning players advocate larger and more direct government involvement. In the end, Federally sponsored research and development through the DOE, NSF, DARPA and ARPA will typically be focused on 20-30 year down-the-road technology while SBIRs and feebates will encourage short term changes in consumer and business behavior toward efficiency and hasten the commercialization of technologies that are 5-10 years away from market. I think all of these elements can contribute in big ways towards all of the goals mentioned earlier but I don't think the loss of any of them on idealogical grounds will seriously hinder the march towards green industry already progress, only perhaps slow it down. The disagreements over the human causes of climate change are really more of an annoying hindrance to getting legislation passed on this that could be huge for the environment, the economy and American competitiveness than a real debate. I think people that argue against a lot of the legislation tied to reducing carbon emissions on the grounds that climate change isn't real are missing the point. A big part of this seems to be an obsessive distrust of anything that's been labeled as a liberal agenda even though many of these policies will drive tremendous economic growth and prosperity.

    76. Re:Nice try by Rising+Ape · · Score: 3, Interesting

      If it is valid before 1960, it is valid after 1960.

      Not if there's some environmental factor skewing the results that's significant after 1960 but not before it.

    77. Re:Nice try by HertzaHaeon · · Score: 0

      NASA (among others) disagrees. It has been getting warmer.

      Glaciers can melt from many sources, which is nothign that surprises anyone. But you can't hide behind "it's natural". It might as well save us as strengthen the effect from AGW and give us worse glacial loss.

      Correlation is not causation you say, but then you give us a correlation between temperature increases and solar radiation?

      10 years of stable or colling temperatures mean nothing. There has been several such periods in the last 100 years, but the overall trend is rising.

    78. Re:Nice try by Steve+Franklin · · Score: 1

      As Charles Hapgood pointed out in 1966 in Maps of the Ancient Kings, long before this debate began, there are extant maps, apparently redrawn at the Library of Alexandria, that show Antarctica without ice. Hapgood places the date of these maps at approximately 4000 BC, near the tree-ring minimum of 4375 and the point when the ancients believed the precession of the equinoxes had begun (see Hamlet's Mill by De Santillana and Von Dechend). My point is that "global warming" has happened before and we are still here (and there are still penguins).

      --
      Hic iacet Arthurus, rex quondam rexque futurus.
    79. Re:Nice try by Rising+Ape · · Score: 2, Insightful

      Except that legitimate scientists don't pester for data via legal force, such as FoI requests. They may request it, or not believe results if it's not provided, but the fact that they're resorting to such means suggests bad intent.

      Using the force of law to conduct science? Not legitimate in my book.

    80. Re:Nice try by Lars+T. · · Score: 1
      http://stephenschneider.stanford.edu/Publications/PDF_Papers/Laut2003.pdf

      The last decade has seen a revival of various hypotheses claiming a strong correlation between solar activity and a number of terrestrial climate parameters: Links between cosmic rays and cloud cover, First total cloud cover and then only low clouds, and between solar cycle lengths and Northern Hemisphere land temperatures. These hypotheses play an important role in the scientific as well as in the public debate about the possibility or reality of a man-made global climate change. I have analyzed a number of published graphs which have played a major role in these debates and which have been claimed to support solar hypotheses. My analyses show that the apparent strong correlations displayed on these graphs have been obtained by an incorrect handling of the physical data . Since the graphs are still widely referred to in the literature and their misleading character has not yet been generally recognized, I have found it appropriate to deliver the present overview. Especially, I want to caution against drawing any conclusions based upon these graphs concerning the possible wisdom or futility of reducing the emissions of man-made greenhouse gases.

      My Findings do not by any means rule out the existence of important links between solar activity and terrestrial climate. Such links have over the years been demonstrated by many authors. The sole objective of the present analysis is to draw attention to the fact that some of the widely publicized, apparent correlations do not properly reflect the underlying physical data.

      Gee, where is the uproar about this Sungate from 2003?

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    81. Re:Nice try by sycodon · · Score: 1

      Ahhh...so then do you fully support nuclear energy? If not, then I call bullshit on everything you said.

      --
      When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
    82. Re:Nice try by Anonymous Coward · · Score: 0

      Either the proxy isn't a good proxy, or the temperature record isn't a good record. You can have either, but not both

      You demonstrate the subtlty of a sledgehammer.

      Did you read the bit where the GP said they'd looked into whether the trees were useful at measuring temperature - and their answer was yes? Do you accept as _possible_ that

      a) recent tree-ring data is bad, for unknown reasons, and
      b) old tree-ring data is good, for known reasons

      can both be true at the same time? Does that matter to you?

      I predict your ilk will be held in as much esteem as alien abductees from the 50s are today. The train has left the station, get over it.

    83. Re:Nice try by Lars+T. · · Score: 1

      Now please prove that the retreat of glaciers in North America was caused by cavemen driving SUVs and burning fossil fuels and not by some unknown natural phenomenon.

      So what is the "unknown natural phenomenon" that is causing it now? Because all claims of the deniers to know the unknown have been wrong so far. About the only thing left are aliens, god, or "CO2 is a greenhouse gas - who would have guessed".

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    84. Re:Nice try by Anonymous Coward · · Score: 0

      Complete BS

      http://fascistsoup.com/2009/11/25/more-on-the-climategate-source-code/

      Now what the fuck do you care about chain of custody and electronic vote tabulation devices either?

      This was serious shit. Sovereignty of nations with cap and trade and trillions of dollars are in play at COP15. The banksters are drooling for an agreement to be signed. Yeah your old pals who just got the bailouts. JP Morgan, Goldman, Shiti etc... You think carbon credits, carbon tax, is going to help? It's fucking already been corrupted. What does does the variable valadj mean to you? It means VALUE ADJUSTMENT to me.

      Where the value of the dollar is going to be fucking zero, and my gas is $6 and my coffee will cost $50 a cup!

      You want to waste more money during a time where our monetary system is about to collapse?

      Your problem is you don't think for yourself, You don't look for yourself, and even if you find something, which you have no map to look for, Your too chicken shit to say it out loud and stand up and fucking say NO motherfucker your not going to destroy America by bankrupting us.

      With that said.

      I personally believe the Earth will do bad things from time to time, and we should try to clean up our shit, beef up important things, and try to be prepared, but within our monetary means.

      Fucking Cap and Trade doesn't do a fucking thing. You'd be better off with a solar panel assembly line.

      Between this an electronic voting machines I am starting to get the hint that Slashdot doesn't give a fuck about hanging onto a Constitutional Republic.

    85. Re:Nice try by HertzaHaeon · · Score: 2, Interesting

      Which data sets are those? Seriously. Which? Show my a hockey stick that does not use Mann's or Briffa's data. Do it now.

      This straw man is old and has been debunked so often it's silly. Realclimate deals with it on their page Myth vs. Fact Regarding the "Hockey Stick":

      Paleoclimate evidence is simply one in a number of independent lines of evidence indicating the strong likelihood that human influences on climate play a dominant role in the observed 20th century warming of the earth’s surface.

      Nearly a dozen model-based and proxy-based reconstructions of Northern Hemisphere mean temperature by different groups all suggest that late 20th century warmth is anomalous in a long-term (multi-century to millennial) context (see Figures 1 and 2 in “Temperature Variations in Past Centuries and The So-Called ‘Hockey Stick’”).

      Mann et al produced an updated paper in 2008 using a more diverse and larger dataset, showing that recent increases in northern hemisphere surface temperature are anomalous relative to at least the past 1300 years.

      You didn't seriously think all of climate science hinged on one study, did you?

    86. Re:Nice try by astar · · Score: 1

      there was an earlier post on this with a link to the nature article. the posters review of the article was

      i do not know
      trees are living things, not thermometere
      the pre-1960 data is valid

      if this is an essentially correct review, i guess you think i should still be impressed by the nature article

    87. Re:Nice try by Steve+Franklin · · Score: 1

      "Also, if Anthropogenic Global Warming were true, why hasn't recorded human history, vis-a-vis, the last 1,000 years or so, shown a consistent increase in global temperatures?"

      Because approximately 5 times every 600 years over the past 6 millennia there has been a darkening of the atmosphere and decrease in average global temperature due to external (cometary/asteroidal/meteoric) factors. I have been at some pains to map this cycle here: http://neros.lordbalto.com/ChapterEight.htm and the next event will occur, barring the possibility that the objects that fell at Tunguska and Kagarlyk, Ukraine, in 1908 were the last surviving fragments, in 2013.

      --
      Hic iacet Arthurus, rex quondam rexque futurus.
    88. Re:Nice try by Dobeln · · Score: 1

      This is assuming that the other nice little lines in the graph are of superior quality, of couse. (I.e. the dismissal of urban heat islands as a factor, etc.)

      Given the stringency and academic openness on display from the climate research community, that is far from certain.

    89. Re:Nice try by Dobeln · · Score: 3, Interesting

      "Finally, here is a question for all the deniers out there. If the engineering feat required today was to actually warm up the planet, how would we do it? I think that the best answer would be to do what were are already doing today."

      Depends on the feedback mechanisms between CO2 and the really potent greenhouse gasses. Which it is now very clear that the researchers in question haven't got a very good handle on.

      Finally, about the term "denier" - this little "trick" (sorry) to tie a broad range of "unacceptable" opinions to holocaust denial, etc. is a departure from good science, which is not supposed to be conducted through invective and ostracism against differing viewpoints, etc.

      That the AGW club have taken the right to depart from this, in order to behave as assholes when silencing non-conformist voices places an immense burden on them to follow the most stringent scientific protocol imaginable.

      I think it's pretty clear by now that they fail to live up even to that standard.

    90. Re:Nice try by coastwalker · · Score: 2, Insightful

      Greed as usual defines what we will support. But hang on a minute, in the west we have become blind to the economic model we live with. Producing something has become so cheap that it comprises less than 20% of what you as a consumer end up paying for it. If protecting the life of your offspring is going to increase the fundamental cost of a thing by 5% for a couple of decades then I think we should be looking at that 80% of the cost of a product to find the savings to pay for the change. Ask yourself if the way our businesses operate today that they cant find 5% of their methods to save the planet and the story looks different. All it requires is that we invest in new technology instead of sticking with old models of business rather faster than the old busineses would like. Can I put up with a 5% decrease in my pension when the recent collapse of the world economic system has reduced my pension by 50%? What planet are you people living on if you belive that existing business models are going to look after you after they have so resoundingly failed us? We can fix the planet at almost no personal cost and you hold out against it because you trust the bankers and their failed economic system, the data says you are crazy. Lets start a new boom based on climate change technology, wake up and stop listening to those who have failed us.

      --
      Facts are history now plebs have politics for religion on social media.
    91. Re:Nice try by Rockoon · · Score: 0, Flamebait

      This straw man is old and has been debunked so often it's silly. Realclimate deals with it on their page Myth vs. Fact Regarding the "Hockey Stick":

      Mann, the creator of the hockey stick graph, owns and operates that site.

      Do you have any independent stuff, like I had asked for? No? Thanks.

      --
      "His name was James Damore."
    92. Re:Nice try by Anonymous Coward · · Score: 0

      Real Scientists have. search the literature

    93. Re:Nice try by mweather · · Score: 1

      The code is a non-story.
      The offending code was commented out, and the corrected MXD data was not included in the paper.
      Here's the paper. Figure 6 is the graph produced by the code. None of the corrected data was used.

    94. Re:Nice try by mweather · · Score: 1

      Where is it not commented out? The variable assignment is the only place it isn't. Every place that variable is actually used is commented out.

    95. Re:Nice try by bheerssen · · Score: 4, Insightful

      It is true that water vapor is the strongest greenhouse gas. However, that's certainly not the entire story. It is also true that it is carbon dioxide that is upsetting the balance in the Earth's ability to regulate itself. As humans pump more and more carbon dioxide into the atmosphere while simultaneously cutting down huge swaths of forest (and thereby harming the Earth's ability to scrub carbon dioxide), the Earth's ability to cool itself is significantly reduced. As this process accelerates, the ice caps melt, releasing more water vapor into the atmosphere via evaporation, further compounding the effect caused by unregulated carbon dioxide emissions.

      This all adds up to an accelerating snowball effect that by the end of the century could see average global temperatures increase by six degrees Celsius. That means no more year-round snow and ice on the polar ice caps, sea levels meters above "normal" and a whole host of problems for flora and fauna (us) alike. The science is in, and the denialists are endagering us all.

      This is a classic case of Pascal's Wager, except that in this case it is actually a good argument. If we do nothing and anthropogenic global warming (AGW) is real, we risk the end of civilization as we know it. If we take aggressive action and AGW turns out to be hogwash, then we'll have taken long steps toward cleaning up our environment: a net positive for many reasons unrelated to AGW, including reduced loss of habitat, healthier oceans (and fisheries), and fewer pollutants in our food and water. Why some people insist that we should continue to rape our planet as we've always done seems, in this light, grossly irresponsible and short-sighted.

      I should add that AGW denialists are in the same camp as creationists because they willfully disbelieve science they do not understand so that they can rationalize closely held, pig-headed beliefs which only serve to preserve the status quo. Change is often hard and uncomfortable; even costly. But that doesn't mean we shouldn't embrace it. Read some ACTUAL science instead of letting people with an agenda spoon-feed you lies.

      --
      (Score: -1, Stupid)
    96. Re:Nice try by Rockoon · · Score: 1

      Also,

      Does it at all trouble you that the page you linked to which defends Mann's work in no way mentions that it was in fact written by Mann and that all the comments are moderated by Mann?

      Does it at all trouble you that additionally the pages text attempts to appear to be an independent work? Does that really not bother you?

      --
      "His name was James Damore."
    97. Re:Nice try by Blakey+Rat · · Score: 2, Insightful

      Flash!

      Website written by Mann supports Mann's theories!

      Full story at 11:00!

    98. Re:Nice try by Anonymous Coward · · Score: 0

      Nice long attempt at misdirection.

      If the proxy data is inaccurate POST-1960, it's inaccurate PRE-1960.

      Desperate attempts to hand-wave away the multiple examples of climate "scientists" playing fast-and-loose with data, if they don't actually do things like destroy it because of Freedom of Information requests (now THERE'S a REAL smoking gun - handwave THAT away, you credulous fool!) just makes it harder to actually make a solid case for AGW.

      So does trying to redefine what credible peer review is ex post facto once papers critical of AGW are published. Your handwaving misdirection ignored THAT smoking gun, too.

      IF AGW is actually true, we've reached the point where the AGW crowd has to clean up their act, open up there data, and actually do science instead of religion.

      "Science" does not respond to Freedom of Information requests by deleting data. "Science" does not respond to criticism by redefining the source as substandard. Those are characteristics of RELIGIONS.

      The sad thing is, you probably really think you're smart about this subject. Even after you go off conflating smog with AGW.

    99. Re:Nice try by astar · · Score: 0, Troll

      no doubt a few weeks ago you would included a concern for the reputation of that leading climate scientist Jones

      let us try treating this very broadly.

      Let us reflect on the ozone hole. As I recall the ground based ozone observation station date had a big margin of error and had to be used very carefully. The guy who had spent 50 years putting the network together denounced the way the data was handled. then there were a lot of dire predictions, a greenie uproar, and eventually treaties. now all this was based on suspect data use and a compuer model which did not have much validation. the effect was to to break the cold chain in the third world and i suppose quite a few people died as a result, we now have some more history. it would be useful to test the old code against the new data set and see what you get. Interestingly, the deniers talked solar cycle causes. this all seems a bit like AWG.

      then there was the global cooling stuff in the seventies. if you looked real close at the science techniques, I wonder what you would find.

      then there was ddt. greenies again. some us epa like head banned ddt with the comment, this was politics and there was no scientific basis. treaties again, millions of people died.

      so maybe a good look at ideology plus science is warrented

    100. Re:Nice try by Anonymous Coward · · Score: 0

      "Correlation is not causation you say, but then you give us a correlation between temperature increases and solar radiation?"

      Logic has never been particularly strong with these fucking idiots.

    101. Re:Nice try by Coriolis · · Score: 1

      Sensors next to heat sources are not a scandal, because it is the temperature variation over a multi-annual period we are interested in. The data was not thrown out mysteriously, it was explained very clearly in a peer-reviewed journal. Your 50% claim is unsourced nonsense. I challenge you to provide a source for it. Similarly, your grand conspiracy theory appears to be vast distortion of what provably occurred. You're making it up out of whole cloth.

      --
      Rgasuya aata! : I have been coding Perl and cannot tell where my fingers are now!
    102. Re:Nice try by meerling · · Score: 1

      Of course that 'ancient' map is not accepted for a very simple reason.
      It is heavily suspected of being a fake.
      Additionally, it's not even an original, since even it's discoverer (forger or dupe?) claimed it was a copy of a copy of an ancient map.

      To put it simply, it's provenance is insufficient.
      Please don't try to use such unsubstantiated fluff as 'proof', you'll just hurt your argument.

    103. Re:Nice try by Skippy_kangaroo · · Score: 1

      One only has to use FOI requests when polite requests get refused. The fact that they are resorting to such means suggests bad intent on the part of the 'scientists' who refuse to provide the data when politely requested. Would you seriously be happy that scientists could publish, refuse to provide any verification or replication information and just rely on "trust me, I'm a scientist". If you require trust, it's not science.

      Frankly, it is a travesty that publication is not conditional upon a full replication suite being archived with the journal prior to publication. Without replication it's not science.

      Having to use the force of law to enforce minimum standards of scientific conduct? The research is not legitimate in my book.

    104. Re:Nice try by HertzaHaeon · · Score: 2, Insightful

      If you had bothered to read my links you'd see that Mann refers to other such studies.

      Again, do you seriously think that all of climate science hinges of this one study?

    105. Re:Nice try by HertzaHaeon · · Score: 1

      No. The science concerns me, not your ad hominems.

    106. Re:Nice try by HertzaHaeon · · Score: 1

      McIntyre's site supports McIntyre's theories. What's your point?

    107. Re:Nice try by antibryce · · Score: 4, Interesting

      Jones suggested deleting data (not emails, actually temp data) rather than share it:

      http://www.eastangliaemails.com/emails.php?eid=490&filename=1107454306.txt

      The two MMs have been after the CRU station data for years. If they ever hear
      there is a Freedom of Information Act now in the UK, I think I'll delete the file rather than
      send to anyone.

      So before filing FOI requests it sounds like they were making requests through normal channels. Of course I'm sure Jones was only joking about deleting the data before he would share it, right? Note that Jones also makes numerous references to "hiding" behind various things (non-publishing agreements, data secrecy acts, etc.) This is hardly the acts of someone who loves to share data.

      Also note that the data he was "sharing" is his already "adjusted" numbers. Yes there are perfectly valid reasons to adjust data, however the CRU kept no record (apparently) of how or why the numbers were adjusted. Now they say the raw data was thrown out in the 80's (even though they were discussing how to keep it hidden as recently as this summer.)

      Whether you agree or disagree with the whole AGW thing, the fact is these guys were not conducting science so much as politics. Anyone looking at this who loves science and believes fully in the peer-review process should be disgusted by what these guys were up to. We essentially have a giant table of numbers they created and their word that nothing is wrong and we should believe them. That's not science.

    108. Re:Nice try by Doormouse · · Score: 1

      You are looking at a single file. Check out biffa_sept98e.pro in the harris-tree subdirectory. I have not done an exhaustive search and would go to pains to point out that even an uncommented section does not necessarily mean the code in question generated anything for publication. This is in no way "a smoking gun". However, confirmation bias is a powerful force and I wouldn't trust much from these folks until this replicated and discussed elsewhere.

    109. Re:Nice try by ground.zero.612 · · Score: 0

      Your analogy is suspect. Fahrenheit and Celsius "align" at just one point. However, the alignment of pre 1960 tree ring data and pre 1960 temperature is somewhat stronger than a mere intersection.

      No. For accurate data you just don't change metrics. Either use tree rings or use thermometers. Don't use one then switch to the other.

      --
      "Be prepared, son. That's my motto. Be prepared." --Joe Hallenbeck
    110. Re:Nice try by toppavak · · Score: 2, Interesting

      I do support nuclear, very strongly in fact. The way its being done in the US currently is retarded however. American utilities have taken a very short-term view on project pay-back and cite $7,500 + per-kW prices on new reactors and outlandish per-kWh costs to customers (Lovins has a piece denouncing nuclear because of this, but he doesn't take into consideration that its been done much cheaper elsewhere). Compare that to new reactors being built in India of both Indian and Russian design and its almost shameful. Two Russian 1MW reactors are going up in southern India at a total project cost of around $4 Billion. This is extremely competitive with other alternative energy sources and has the advantage of reliable, predictable and clean power output. By comparison a recent proposal for a 2.7MW plant near Houston reached something to the tune of a $17 Billion initial costing with the manufacturer refusing to commit to any price leaving the door open for massive cost overruns. The NCPIL (Nuclear power corporation of India Limited) by contrast has done amazing work in bringing new nuclear power stations ranging from 220 MW to 2GW online while being very profitable and maintaining forward-thinking policies on nuclear waste recycling through the construction of fast breeder reactors to produce and burn plutonium.

    111. Re:Nice try by Blakey+Rat · · Score: 1

      Try to follow the thread...

      Poster 1 complains that Mann's trends aren't visible in other data sets.

      Poster 2 replies by linking to Mann's OWN WEBSITE, apparently trying to pass it off as a neutral source that agrees with Mann.

      Poster 3 (me) makes a snarky response.

    112. Re:Nice try by Lars+T. · · Score: 1

      Yeah, obviously hand drawn graphs showing a big hump during the MWP based on "they grew fucking wine in England!!!1!eleven!" are much more reliable.

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    113. Re:Nice try by dryeo · · Score: 1

      If the changes on Mars are caused by the Sun putting out more energy then obviously all the planets should be warming up.
      Instead we have one planet warming up, a couple of others putting out more heat internally (both Jupiter and Neptune put out more heat then they receive from the sun) and the rest staying constant or cooling down.
      Seems like a random distribution, 4 warming up and 5 (including the moon) not warming up.

      --
      https://en.wikipedia.org/wiki/Inverted_totalitarianism
    114. Re:Nice try by Jeremy+Erwin · · Score: 1

      So coral growth rings, ice core samples, and sediment records are right out?

    115. Re:Nice try by MindlessAutomata · · Score: 1

      I should add that AGW denialists are in the same camp as creationists because they willfully disbelieve science they do not understand so that they can rationalize closely held, pig-headed beliefs which only serve to preserve the status quo.

      OK, I will agree with you on that--you only need to point to how political the "debate" it and what sides are taking which positions to demonstrate it.

      My point on water vapor was merely that it is not immediately obvious in what way a greenhouse gas will effect the atmosphere or in what way; people tend to assume CO2 is the largest greenhouse gas even on the AGW when that's not the case and it's more complicated than that.

      Pascal's Wager arguments, though, are never good if there is no evidence involved. AGW does have evidence. I am not advocating any policies; I do not know and cannot defend any view on how much AGW will affect humanity.

    116. Re:Nice try by Lars+T. · · Score: 1

      As Charles Hapgood pointed out in 1966 in Maps of the Ancient Kings, long before this debate began,

      See, even ignoring the validity of the map (or even the fact that you deniers keep bringing up dubious material as fact) - what makes you think the debate about AGW started after 1966, let alone "long after"? That is the biggest problem with the denier community - most believe this debate was started (by some large spanning conspiracy of rich anti-Capitalist no less) sometime in the 80s if not later. http://www.globalwarmingarchive.com/History.aspx

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    117. Re:Nice try by Rockoon · · Score: 2, Insightful

      http://msdn.microsoft.com/en-us/library/system.windows.forms.control.clientsize.aspx

      No he doesnt. He just claims to. Examine what he cites.

      His first citation (myth #0) is to an IPCC Assessment Report. As you may or may not know, the IPCC does not do peer reviewed studies. The IPCC produces what are called Assessment Reports where they cite peer reviewed studies. In this case, they cite Mann.

      His second citation (myth #1) links to his own site, again, and that page cites himself.

      His third citation (myth #2) links to a hit piece attacking the messanger.
      His fourth citation (also myth #2) links to very unhockey-like stuff.

      His fifth and sixth citations (myth #3) links to his own site again.

      This goes on and on.

      One last time. Care to cite an independent study (one that does not use Mann's or Briffa's data) that produces a hockey sticks? Can you actually do that?

      --
      "His name was James Damore."
    118. Re:Nice try by sycodon · · Score: 0, Troll

      The extreme U.S. costs are due to the incessant lawsuits filed by the leftist wackos that prefer we live in caves.

      --
      When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
    119. Re:Nice try by Doormouse · · Score: 1

      Nope, they should be considered and examined.

      What is right out is the practice of gathering a bunch of really weak proxies and then using the decidedly unscientific argument "It doesn't matter if that weak proxy fails because I have these other weak proxies"

      There is some real scientific value in some of the proxies. Unfortunately with the stonewalling of many of the participants, it is difficult to tell what is good and what is junk.

    120. Re:Nice try by Rockoon · · Score: 1

      No. The science concerns me, not your ad hominems.

      What science has Mann done? He must have done some experiments, you know.. that whole scientific method thing.. right?

      [citation needed for your claims that Mann does science]

      --
      "His name was James Damore."
    121. Re:Nice try by niiler · · Score: 1

      While personally I agree that in an ideal world journals should archive data used in publications, there are several real world issues:

      • Journals have a small circulation. This means that they already charge an arm and a leg per issue.
      • Journals have a small staff. In fact most reviews are sent out to unpaid 3rd parties because the journals don't have the in-house staff to do the reviews themselves.
      • Journals have very limited resources even when supported by publication giants such as Elsevier. Adding the burden of holding the raw and processed data along with source code for every one of the 20x articles per issue would require an increase in staff to maintain the additional server space, an increase in cost to support the additional IT geeks and servers, and would ultimately result in the journals NOT getting distributed due to cost-related issues.

      Bottom line is that the journals would only do this under duress because it would hurt their bottom line and probably make the publication process even more forbidding than it currently is.

      Now that said, there is an attempt to create open-access journals which I am all for, but this is still a bit of an experiment. Many faculty are evaluated for tenure based on the reputations of the journals which have accepted their articles. If I publish all my research to an unknown journal which is experimental and hasn't established either readership or gravitas, I'm not likely to be taken seriously by the community nor my peers when I am up for tenure. It's sad, but true.

    122. Re:Nice try by Doormouse · · Score: 1

      Um, one of the pieces that was desired under FOIA was the list of stations that was actually used

      While it is true that much of the data used by CRU was/is still available, it is not very useful if you don't know where or what it actually is. The point that the data was available is characteristic of this particular set of hacks. They point out that the data was available while cleverly never mentioning that they wouldn't tell you what that data was. What does the fact that this form of argument is made tell you bout the folks making it ?

      Another amusing thing that might not be known if you haven't been following this for a while. The documents indicating the data was confidential and could not be released was also requested under FOIA. Turns out they couldn't produce that either.

    123. Re:Nice try by Lars+T. · · Score: 1

      Much of this has to do with the fact that "Climate Science" has ceased to be meaningful science.

      Yeah, all those experts like McIntyre have made a mockery out of it. Or rather their work.

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    124. Re:Nice try by Ambitwistor · · Score: 1

      (One version of) that code applies an "artificial correction" to the MXD tree ring density time series. Sections 4.3 and 4.4 of this unpublished manuscript describe an "artificial correction" (yes, they use those exact words) to the MXD tree ring density time series. They describe why they applied it.

      I suspect they're the same thing, and that this correction was documented, but not used in a published manuscript. In any case, you have no evidence of "blatant lying" unless you can prove that (1) this correction was applied in a published manuscript, and (2) their documented procedure doesn't mention this correction.

    125. Re:Nice try by HertzaHaeon · · Score: 2, Informative

      Yes and yes (yes, Realclimate again, but try clicking the links and reading this time).

      If you did read the links, you'd see that Mann refers to "dozen model-based and proxy-based reconstructions of Northern Hemisphere mean temperature by different groups". And that was in in 2005. Do your homework.

      I guess this means you seriously do think that all of climate science hinges on one single study.

    126. Re:Nice try by yndrd1984 · · Score: 4, Insightful

      I liked your post, it was passionate and articulate, except for this bit of drivel you stuck in there:

      This is a classic case of Pascal's Wager, except that in this case it is actually a good argument.

      Pascal's wager is never a good argument. It's still a false dichotomy, and even without the usual issue of whether a person can simply choose to change their beliefs (like the original version), it allows the one proposing the wager to set up outcomes favorable to them while ignoring other possibilities.

      If we do nothing and anthropogenic global warming (AGW) is real, we risk the end of civilization as we know it.

      Even if AGW is completely real, it may be more mild that we expect and turn out to be a mere nuisance. Or it may be easy to geoengineer global cooling 60 years from now. Or it might be fairly cheap to build levees around cities, move and rebuild other bit of civilization, ect. Or there may be some other solution that I haven't thought of, or even that nobody has thought of yet.

      If we take aggressive action and AGW turns out to be hogwash, then we'll have taken long steps toward cleaning up our environment: a net positive for many reasons unrelated to AGW, including reduced loss of habitat, healthier oceans (and fisheries), and fewer pollutants in our food and water.

      If AGW isn't real, and we take aggressive action, we will have wasted trillions that could have been spent on cleaning up real pollution more effectively. And millions die in third-world nations because they aren't allowed to use their fossil fuels to industrialize. And dictators use the threat of AGW to get other countries to give them nuclear tech, which they use to make weapons. And many other things that could possibly go wrong.

    127. Re:Nice try by Mashiki · · Score: 1

      Well actually yes. I seem to remember a few years ago(7-8 something like that) about a story here on /. none the less where someone was ripping off code and sticking it in their own programs with programmers arguments and everything. Would it be so blatant? Yes, are humans stupid? Yes. Would you do it if you never thought you would be caught? Probably.

      Never attribute malice, for simple human stupidity.

      --
      Om, nomnomnom...
    128. Re:Nice try by Lars+T. · · Score: 1

      The researchers did not use certain tree ring data post 1960 because it was not properly calibrated to instrumental data.

      This has nothing to do with the data being 'properly calibrated' and everything to do with the faulty assumption that ring width strong correlates with temperature, which is the assumption they use for pre-1960 data. They sold you another lie to explain the first, my friend.

      For year people have been telling us that more CO2 can't be bad, because it makes plants grow faster - now suddenly CO2 making trees grow faster "proves" that warmth doesn't. Isn't that just convenient.

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    129. Re:Nice try by HertzaHaeon · · Score: 1

      Mann isn't even a scientist now?

      Thanks for proving me right about the ad hominems.

    130. Re:Nice try by Anonymous Coward · · Score: 0

      Did you seriously just call SMOG a greenhouse gas?

      Way to blow all your credibility.

    131. Re:Nice try by Rising+Ape · · Score: 2, Insightful

      If they don't publish enough data to support their research, you can say "I don't believe your result" - and in fact journals do require you to publish enough detail and background before they'll accept your paper. If you don't provide enough detail for someone to be able to reproduce your result, your paper will (well, should) be rejected.

      Replication of a result means independent replication, not necessarily using the same data or software. A lot of people here seem confused on this point - scientific results are not dependent on the person who did them, so they should be reproducible without resort to the original work.

      Occasionally there are some where there simply is no way of getting equivalent data, e.g. if your result depends on some observation of an astronomical event which only you recorded, but that doesn't seem to apply here. Someone else could do the same thing as the CRU team did. Given the importance of the result, this has most likely been done a long time ago. I haven't checked, but that would be typical of an important result - it's rarely the sole example for long.

    132. Re:Nice try by Lars+T. · · Score: 1

      Let me guess: it's not commented out in ~/test/, and ~/backup/ ?

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    133. Re:Nice try by janwedekind · · Score: 1

      Yes. If it comes out that you are massaging the data in e.g. the field of molecular science it will cost your job very quickly. But the peer pressure is very high on researchers who are saying that anthropogenic CO2 has a minor effect on the global temperature. Gordon Brown for example calls them "flat Earth group".

    134. Re:Nice try by Ambitwistor · · Score: 1

      Most of whose predictions? What predictions are you talking about here?

      The globe should be at least a half-degree warmer than observed

      According to who?

      Hansen's 1988 projections line up fairly well with current temperatures if you apply the forcing scenario which most closely corresponds to the actual emissions over that time (Scenario B). They're certainly not "half a degree" above observed. I don't know what other models were predicting at the time (there weren't too many of them), but I suspect that they were probably lower because GISS Model II's climate sensitivity has always been on the high end of the Charney or IPCC ranges.

      I don't have access to the IPCC's First Assessment Report in 1990, but Wikipedia says they were projecting a 0.3 C/decade warming rate over the entire 21st century. Since warming is projected to accelerate over time, the late 20th/early 21st century rate would be lower than the century average ... maybe 0.2 C/decade would be my guess. That's close to the modern projection, too. And a quickie regression I ran on the GISTEMP data 1990-2008 gives an observed 0.19 C/decade trend.

      (check the "Hockey Stick" graph in its earlier incarnations),

      The "Hockey Stick" graph is a paleoclimate reconstruction of past temperature, not a prediction of future temperature.

      the oceans should be at least a foot deeper (up to five feet higher today, according to some predictions),

      Again, according to who?

      According to the Wikipedia entry on the IPCC FAR, they were projecting 20 cm sea level rise 1990-2030. That would correspond to about 10 cm (4 inches) sea level rise 1990 to present (again, probably slightly lower as it would be expected to accelerate over time). The actual observed sea level rise over that time was about 5 cm, so they were too high by a factor of 2 in that case, but not by the factor of 5-25 you claim.

      and storms should be much, much more severe (they're not).

      Why not add a few more "much"es to exaggerate your point?

      I'm sure you can guess: according to who? How much more severe were they projected to be by 2010 (as opposed to 2100)?

      As far as I know, predictions of more severe storms (why not add some hyperbole by adding a few "much"es to that?) really only gained serious traction in the last few years.

      On the other hand, many of the skeptics have been supporting the solar variation side of the theory of global climate change, and (surprise!) it matches up quite nicely to observed temperature changes, including the prediction of the stable/cooling trend in the last ten years.

      Yeah, except for the part about not matching up at all with global temperature changes since the latter half of the 20th century, solar irradiance being pretty much flat over that period of time when averaged over the 11-year solar cycle. And if anything, more recent estimates of 20th century variability in solar activity support even less of a solar influence.

    135. Re:Nice try by Rockoon · · Score: 3, Informative

      Yes and yes (yes, Realclimate again, but try clicking the links and reading this time).

      I click on them, and then I actually read them.

      #1 cites Mann. Thats right, its cites Mann. Do you even comprehend the stupidity of using Mann to validate Mann? Why do you keep doing it.

      #2 shows a graph, with something similar to Mann's stick produced by Oerlemans, Moberg, and Esper. Before I roast your citation, I am going to point out that Moberg has co-authored at least 8 papers with Jones. Now on with the show.

      This is the RealClimate version of Oerlemans graph.
      But this is NASA's version of the graph. AND THEY PROVIDE THE ACTUAL DATA

      Why doesnt Mann's version of the graph (hosted by Mann and used in defense of Mann) look anything like NASA's version(hosted by NASA and used to illustrate whats in the paper?)

      You really are a sucker.

      --
      "His name was James Damore."
    136. Re:Nice try by md65536 · · Score: 1

      This is why I get angry when AGWers equate those that disbelieve in AGW with creationists; the principles behind evolution are much easier and more intuitive to understand than climate science is.

      It doesn't matter how easy or hard it is to understand if you don't even try to. If you don't understand something, say so. Say "I don't know."

      The principles behind gravity are hard to understand, but everyone believes in it because they can see the effects through individual observation. For AGW and evolution, you must rely on the observations of others. For both, a strong belief against the theories requires one to consciously disregard a lot of the evidence, and say "I don't accept those observations." No, the disbelievers you refer to are not people who say "I don't understand this", they are people who say "AGW is false", and they argue it vehemently. They are people who feel their own beliefs are stronger than evidence. In that way they are a lot like creationists.

    137. Re:Nice try by Ambitwistor · · Score: 4, Informative

      The graph was not a demonstration of the skill of their method, it was the cover graph for a report for policymakers. Their actual scientific publications show the proxy record directly. And they did not ignore the discrepancy between the two time series. The "divergence problem" is well known, well cited, and frequently discussed among dendroclimatologists. There are some reasons to believe that trees are now responding to non-climatic human influences which they previously were not subject to, such as changes in atmospheric aerosol loading, CO2 content, and pH of precipitation in some locations. You can debate whether these causes are legitimate or not, but in a graph for policymakers it's not inappropriate to drop the data where you suspect it's contaminated and switch to data you think is more trustworthy. Again, their actual publications indicate the decline which is the whole basis for the divergence problem literature in the first place. It's not like this is some huge secret that nobody knew about or the authors refused to acknowledge.

    138. Re:Nice try by Skippy_kangaroo · · Score: 1

      It is standard practice in Economics and Econometrics journals to require just this. This practice was instigated by the non-profit academic societies journals. See: http://www.aeaweb.org/aer/submissions.html

      9. All data used in analysis must be clearly and precisely documented.
      10. All data used in analysis must be made available to any researcher for purposes of replication. See Data Availability Policy.

      If they can do it, I don't see why others can't.

      (Don't cry for Elsevier - they make huge amounts of money from libraries. There have been calls to boycott Elsevier journals because they use unpaid reviewers but charge the libraries at the academic institutions the reviewers work at an arm and a leg for the journal.)

    139. Re:Nice try by Anonymous Coward · · Score: 0

      As they point out, they don't have the license to share it with others. That is what happens when you depend on commercial data.

    140. Re:Nice try by Skippy_kangaroo · · Score: 1

      If you don't provide enough detail for someone to be able to reproduce your result, your paper will (well, should) be rejected.

      Peer review and the journal acceptance procedures do not check this. Peer review is merely a sanity check. Papers in climatology journals are not rejected because you don't provide enough detail to reproduce the result - referees don't check this. Furthermore, some climatological journals do not believe it is their job to require data archiving either before or after the fact of publication. See here, here, and here.

      The policies for journals should be as good as they are at the American Economic Association: Data Availability Policy. Anything less is inadequate.

    141. Re:Nice try by Anonymous Coward · · Score: 0

      Actually, the code was used. There is an example of the code commented out, but grep through the files and you'll find two other places where it is not commented out.

    142. Re:Nice try by Rising+Ape · · Score: 1

      All your links were a) from Climate Audit and b) referred to obtaining data. My whole point was that data is *not* required for reproducing results - just a description of how the data was obtained and what analysis methods were used. Then someone can go and collect their own data and conduct their own analysis.

    143. Re:Nice try by Anonymous Coward · · Score: 0

      Even if we assume that this source code was commented out, it could very well be that this code was used to "correct" the raw data into "processed" data so that they get the results they want.

      The comment says "VERY ARTIFICAL correction for decline" - Which indicates that the raw data SHOWED A DECLINE. They conveniently then lost the raw data.

    144. Re:Nice try by Thomas+Miconi · · Score: 5, Insightful

      If one completely ignores any of the above data sets (whether they be direct measurements or proxies), there exist many disparate observations of global warming ranging from the rise in sea level which threatens various nations' lands ...which has been either minimal or non-detectable, as opposed to what the AGW fans have been telling us. Not exactly a good point.

      Sea level changes from 1970 to 2009, compared with IPCC predictions. (from the Copenhagen Diagnosis, via Tim Lambert on Scienceblogs).

      You should also note that if you go back to the beginning of serious AGW science (during the late 1980s), most of their predictions have already been falsified. The globe should be at least a half-degree warmer than observed (check the "Hockey Stick" graph in its earlier incarnations), the oceans should be at least a foot deeper (up to five feet higher today, according to some predictions), and storms should be much, much more severe (they're not). None of these things have happened over the last twenty years, therefore THEY WERE WRONG.

      Let us assume that what you say is true. You are basically telling us that we should dismiss climate change research, because (according to you) some of the early papers got it wrong. Can you see the problem with your "reasoning"?

    145. Re:Nice try by Sparky+McGruff · · Score: 3, Insightful

      And lastly...I'm sorry but if the friggin tree ring data is not valid for assessing temperature after 1960, then it is not valid assessing temperature before 1960.

      There's about a million possible reasons why tree-ring observations don't seem to work for relatively recent data. It's possible that newly formed tree rings change somewhat in the 30 or 40 years after they are initially formed until they reach a "stable" form. It's possible that the substantial increases in CO2 in the atmosphere in recent years has altered the way that tree rings form.

      All measurement methods have their anomalies. MRI scans are a great way to look at the structure of the brain, but they have substantial distortions, that change from machine to machine. Some of these have to do with the type of machine, and some distortions are due to things like the earth's magnetic field or the building that houses the machine. Those have to be corrected for, and it's standard practice. And, scans of young children don't give the same results, because the brain structures haven't matured, so it's difficult if not impossible to distinguish many brain structures. That doesn't mean it's not a useful method, but one does need to keep the limitations and difficulties of each measuring methodology in mind.

      There are very accurate temperature measurements recorded for many places dating back to the late 1700s, recorded using a thermometer. If the tree rings for those areas match very well for the 150 years prior to 1960, but begin to diverge after that, it wouldn't be that outrageous to suggest that the inability to use them as a measurement proxy for recent times is just a limitation of the system.

      It would be nice to have perfect measurements for everything. However, for those of us in the real world, all measurements have errors and limitations, and we have to adapt for these. Simply dumping uncorrected, uncalibrated, or inaccurate measurements into the pool of data does not make things clearer.

    146. Re:Nice try by luzr · · Score: 1

      The researchers did not use certain tree ring data post 1960 because it was not properly calibrated to instrumental data.

      "not properly calibrated" means they did not match temperature, were pointing down while temperature up. And there was no way to "calibrate" them.

      There has been much hoo-hah about this "throwing out" of data when really it is the instrumental data that matters, not the proxy data. If temperature is what you are after, thermometers are the gold standard. Therefore the post 1960 results really aren't in question.

      Yes. But if post 1960 results of proxy vs temperature do not match, PRE 1960 proxy temperatures ARE in question. In other words, how can we know that proxy shows correct temperature for MWP, if it cannot be "calibrated" to match instrumental record?

      If one completely ignores any of the above data sets (whether they be direct measurements or proxies), there exist many disparate observations of global warming ranging from the rise in sea level which threatens various nations' lands to the melting of the arctic tundra to the loss of glaciation document global warming independently of these scientists' data.

      No dispute about that.

      All the data seem to indicate is that the warming is happening on a scale that it has not before.

      But a lot of question here. Was there MWP? Was there little ice age? Is this really happening on a scale not known before?

      By itself, this should indicate that the hockey stick curve is real.

      It can only indicate that there was warming 1975-2000. Nothing more. If you join random noise for 1000-1960 and then put 1975-2000 intrumental record next to it, you will get the curve too.

      This year, the Chinese government limited fossil fuel burning before the Olympics with apparently stunning results. When I was in Beijing for nearly a month 10 years ago, smog was a daily occurance. Even miles outside the city at Badaling (the Great Wall), it was hard to see for more than a mile. Smog is considered to be the third most important greenhouse gas by the IPCC. Evidence that we are changing our own atmosphere by fossil fuel emission is obvious just by looking.

      Nice anectodal story, but what that has to do with AGW?

    147. Re:Nice try by luzr · · Score: 2, Insightful
      OK. Basically: We do not know why tree rings do not match temperatures in last 30 years, but we are sure they did 1000 years ago.

      Sorry, but I do not buy that. Call me denier.

    148. Re:Nice try by luzr · · Score: 1
      Nah. Everybody alarmist knows that volcanic activity cannot rise CO2 levels :)

      It is interesting how nature always seems to cooperate with AGW theory. If it is warming, we have no explanation other than CO2 and strong positive feedback. Natural cycles? Impossible! They are not powerful enough!

      If warming stops while CO2 goes up, we know for certain that it has stopped because of something else, like, uhm, natural cycles?

    149. Re:Nice try by luzr · · Score: 1

      Overal trend is rising since little ice age... No need to involve CO2 into the process.

    150. Re:Nice try by ralphbecket · · Score: 1

      a) So what?
      b) That's the point: you want to verify the work that was done (before trying to reproduce it).

      This is how unconvincing science is done:
      A: "Behold, I have arrived at a shocking result which I have published in this paper!"
      B: "How did you do it?"
      A: "I won't tell you. You'll have to guess."
      B: "And where is the data you used?"
      A: "I won't give them to you. You'll have to guess."
      B: "You have to be kidding."

    151. Re:Nice try by luzr · · Score: 1
      Nice. So we expect some unknown environmental factor after 1960, but we know for sure this or other enviromental factor was not present for the rest 1000 years, correct?

      Do you seriously believe that such thinking is not logically flawed? Really?

    152. Re:Nice try by mpe · · Score: 1

      If temperature is what you are after, thermometers are the gold standard. Therefore the post 1960 results really aren't in question.

      So long as all other factors have remained the same. If an urban area has expanded to include the location of your thermometer then things have changed. The same as if there is the external radiator of an AC unit that wasn't there before now pointing in its direction... How many cases are there of urban areas changing to not urban in the last 50 years?

    153. Re:Nice try by mpe · · Score: 1

      On the other hand, many of the skeptics have been supporting the solar variation side of the theory of global climate change, and (surprise!) it matches up quite nicely to observed temperature changes, including the prediction of the stable/cooling trend in the last ten years.

      There's also the matter of observations in other parts of the solar system. Something with an AGW theory simply could not explain.

    154. Re:Nice try by luzr · · Score: 1

      Well, the second link only shows data since the little ice age. Nobody disputes that it is now warmer than in those times (a nobody sane really complains). So it is mostly irrelevant to the issue. You cannot base any claims on last 500 years.

    155. Re:Nice try by Anonymous Coward · · Score: 0

      Either the proxy isn't a good proxy, or the temperature record isn't a good record. You can have either, but not both.

      That's just not true. Neither is a complete record, even geographically (let alone temporally). Data sets can be meaningfully compared, and the union of data sets is more informative than either alone. Welcome to statistics 101, where they teach you to do some of these things.

    156. Re:Nice try by mpe · · Score: 1

      Glaciers can melt from many sources, which is nothign that surprises anyone. But you can't hide behind "it's natural".

      It's just as much "hiding behind" to say that "it's due to human activity".

      10 years of stable or colling temperatures mean nothing. There has been several such periods in the last 100 years, but the overall trend is rising.

      Trend depends where you start from. If you take the last thousand years it got cooler then warm again. However this dosn't correlate well with human activity. Over a much longer time you have both "ice ages" and "water ages".

    157. Re:Nice try by Rising+Ape · · Score: 2, Insightful

      A: "Behold, I have arrived at a shocking result which I have published in this paper!"
      B: "How did you do it?"
      A: "I won't tell you. You'll have to guess."

      Papers have to include a description of how the conclusions were arrived at. That's why "conclusions" is only the last section of a paper, not the whole thing. The principle is that someone can read the paper, go off and do an equivalent experiment of their own and obtain the same result.

      The actual raw data doesn't matter. What does you gain by having it? If the result is really revolutionary, people will be rushing to try to independently reproduce it and get a paper of their own. If it can't be reproduced despite much effort, the original paper doesn't look credible.

    158. Re:Nice try by mpe · · Score: 1

      The tree ring data was used as a proxy for temperature. The results of this proxy formula didn't match up with actual temperature readings past 1960, so to make their method look like it had more skill (accuracy) than it did, they simply grafted the actual temperature series to the end of the tree ring proxy temperature series. This is what was meant by "hide the decline".
      A real scientist would have investigated why the proxy failed to to reflect actual temperatures in recent times, and might have questioned if the methodology actually applied correctly to any time in the past.


      Then they'd have either come up with a better model or given up on whatever hypothesis they were using as the basis for their model. A conclusion of "hypothesis is incorrect" is (or at least should be) acceptable to any half decent scientist.

      Instead, they grafted apples to oranges and then told everyone they had discovered something that they had not.
      Very bad science.


      Or not even "science" at all.

      If this happened in any other field, these clowns would be out of a job.

      Unfortunatly not, especially when politics involved.

    159. Re:Nice try by Rising+Ape · · Score: 2, Insightful

      No, it's not flawed. You can't just *assume* that the factor didn't matter before 1960, but it's certainly possible, and if you can provide evidence to support that, what's wrong with it?

      I was responding to the statement "If it is valid before 1960, it is valid after 1960".

    160. Re:Nice try by Anonymous Coward · · Score: 0

      You're right. We should just sit back and relax while the sun heats up the planet enough to drown us all. I mean, if we're not to blame, why bother trying to take steps to keep the climate the way it is?

      I'm tired of people arguing over the semantics. In the end, it doesn't matter who or what is the cause behind undesirable changes in the environment. The fact is, as an intelligent species, we should be doing what we can to ensure our future survival, not fighting over who to point a finger of blame at.

      If you think that ever-increasing levels of atmospheric carbon dioxide don't have a meaningful impact on global temperatures, that's fine. Do you also think that acidification of the oceans is no big deal? Thousands of years ago, mankind didn't have the opportunity to avert the catastrophes that befell them. I like to think that today, the least we can do is fucking try.

    161. Re:Nice try by mpe · · Score: 1

      At best, this data is too unreliable to incorporate. At worst, it's showing that temperatures actually went down. But these scientists are so far off the scientific method that they think it's okay to tweak them to say whatever they want, and call any deviation from what they wanted to see, a "problem" that needs to be corrected.

      As opposed to a "problem" which needs explaining or their hypothesis adjusting. If you you have two (or more) data sources which appear to show something mutually exclusive than arbitarily ignoring the set which you don't like or which leads to the "wrong" conclusion isn't science.

    162. Re:Nice try by mpe · · Score: 1

      This has nothing to do with the data being 'properly calibrated' and everything to do with the faulty assumption that ring width strong correlates with temperature, which is the assumption they use for pre-1960 data. They sold you another lie to explain the first, my friend. Tree ring width correlates strongly with precipitation, not temperature.

      Whilst temperature may be a factor in precipitation it certainly isn't the only factor involved.

      Plenty of REAL peer reviewed studies to back this up, along with validated experimental evidence

      Given that wood and tree fruits are important cash crops there are plenty of good reasons to understand the growth of these plants.

    163. Re:Nice try by mpe · · Score: 2, Informative

      Anyone with a reasonable background in science should be able to take their models apart, thoroughly understand what they are doing and why and be able to replicate their work, from the friggen hunk of wood to the final graph.

      Instead people are looking at their models and trying not to laugh.

    164. Re:Nice try by DriedClexler · · Score: 1

      It's *not* arbitrary to exclude the tree ring data in question. If you have a data set with high reliability -- the DIRECT, recent temperature measurements -- and another set (the tree ring data) is completely uncorrelated with it, you should conclude that the latter is not a good proxy for temperature. You cannot simply say, "it's good when we like it, it's completely wrong when we don't", as these clowns apparently did.

      This isn't some arbitrary judgment I came up with; it's a consequence of the laws of probability that you take the most probable explanation (lowest suprisal) for disconfirmatory data and adjust your probability distribution in that direction. It is formalized in the Principle of minimum discrimination information (Kullback-Leibler divergence minimization), which is equivalent to the maximum entropy method (choose the least-informative probability distribution consistent with the data).

      --
      Information theory is life. The rest is just the KL divergence.
    165. Re:Nice try by ralphbecket · · Score: 1

      It matters because science is about reproducability: one shouldn't have to make guesses. You should read the attempts people have made to reverse-engineer claims made in the more controversial climate papers before concluding that the papers provided an adequate description of the method. The code and data should be released so that others can check that what is claimed matches up with what was done. This verification step is the first sanity check you do before embarking on independent reproduction (which hasn't really happened in the climate literature: people in the club get the data, people not in the club don't). If the verification step fails then the original authors can't defend their work by claiming you made a mistake in your reproduction.

      But this is neither here nor there. Journals generally require the code and data for publications be made available; that the climate journals have refused to enforce their own conditions of publication is not a mark in their favour.

    166. Re:Nice try by Anonymous Coward · · Score: 0

      I think, you missed a good opportunity to show, what's so "ridiculous" about my argument. There really are lost cities there.

      Those lost cities have nothing to do with warming one way or the other. Hint: geological processes exist.

      Also Sahara became a desert in only a few millenia (if not centuries) -- also a drastic climate change, that can not be pinned on the evil industrialization.

      Who cares how fast it took place? It was a desert before industrialization. Nobody tried to argue that anthropogenic global warning traveled back in time to make it a desert.

      Do you have any relevant points to make, or are you just going to continue tossing word salad like a garden variety kook?

    167. Re:Nice try by Anonymous Coward · · Score: 0

      This has nothing to do with the data being 'properly calibrated' and everything to do with the faulty assumption that ring width strong correlates with temperature, which is the assumption they use for pre-1960 data. They sold you another lie to explain the first, my friend.

      So I suppose you can show me where the lie was sold? That is, a place where the problems with tree ring temperature proxy data are swept under the rug and glossed over completely?

      Here's a hint: it's actually been openly discussed in scientific papers, conferences, etc. for a long time. Paleoclimatology necessarily must use imperfect data sources. The challenge is to extract as much signal as possible from the noise. Actually, it's worse than just noise, because it's often biased one direction or the other, as has been noticed for tree data. Reconstructing historic temperature data from such imperfect sources absolutely requires an effort to deal with these problems. You (and the rest of the bullshitter denialists) cherrypick tiny carefully selected bits of the honest research and discussion in the scientific community about this topic, bits which look bad out of context, and try to act like the context doesn't exist.

    168. Re:Nice try by mpe · · Score: 1

      So coral growth rings, ice core samples, and sediment records are right out?
      With the latter two you have the fairly simple issue that the older the deposit the more it is compressed by what is above. The problem with tree rings is that they actually correspond more to precipitation than temperature. So is it possible that something other than temperature could affect any of these examples?

    169. Re:Nice try by mpe · · Score: 1

      This was serious shit. Sovereignty of nations with cap and trade and trillions of dollars are in play at COP15. The banksters are drooling for an agreement to be signed. Yeah your old pals who just got the bailouts. JP Morgan, Goldman, Shiti etc... You think carbon credits, carbon tax, is going to help?

      If anything it's more likely to hinder.

      I personally believe the Earth will do bad things from time to time, and we should try to clean up our shit, beef up important things, and try to be prepared, but within our monetary means.

      Those monetary means will be rather less if people follow something which is at best misguided at worst a scam.

    170. Re:Nice try by tiqui · · Score: 1

      Does anyone really believe that a real attempt at fraud would be blatantly labeled in the code?

      Absolutely

      These clowns might have set it aside with such a comment to more-easily find it for future manipulations. When you are playing this many games with your code and your data and your published papers and your peer review journals, it probably gets tough to remember where all the tweaks are. Remember: they never thought anybody who was not a sworn Defender of the Faith would see this stuff.

      Anybody who wants their work to cause trillions of dollars to be spent and millions of people to be required to alter their lives should be required to open source all of their code and data so that all persons affected can inspect it all. These jerks have been hiding their data and code for decades, always claiming to be pure-as-the-wind-driven-snow, priests of the one true faith of science, and only keeping secrets because of IP rules governing the data which they were using (and whose secrecy they agreed to protect only because by agreeing to the secrecy they got access to even more data to produce better results for the benefit of all). Anybody who reads both the e-mails and the code now knows this to be rubbish. They were hiding everything so that no critics would see and expose all the incompetence and dishonesty. They were working to peer review each-other's work and keep the work of critics from being peer reviewed so they could amplify their lies by claiming to be the only peer reviewed scientists.

      They used Bernie Madoff style secrecy to cover a bigger-than-Bernie scam

      Remember that these guys were not just claiming that the Earth is warming (many skeptics of AGW, myself included, agree on this point) but they were claiming that human-caused CO2 was causing the warming and that the warming is not part of a normal cycle. They will now be claiming their other data/work shows warming (which is widely accepted), and that anybody who does not agree (with the warming, and by implication the human causation) is "anti-science" and "funded by the oil industry" as an attempt to distract from the whole anthropogenic aspect (which is the part they were working so hard to prove by monkeying with everything).

      Time for Jimmie Hansen to dump every last line of code and every byte of source data into the public square for a public review.

      Time for all "climate change experts" to open-up or be prosecuted for fraud for the billions of tax dollars they have consumed under false pretense. When the data and code is released, we will need independent proof that it has not been massaged in any way in the time period between this leak and the eventual release, since we now know that this clique of pretend-scientists is a slimy bunch who's word cannot be trusted.

    171. Re:Nice try by hey! · · Score: 1

      Really? When you're objectively trying to find something such as a temperature signal it's common to fudge this way and that?

      Well, as usual the problem here is the imputations of *motives*.

      It is not common when "you're objectively trying to find something such as a temperature signal". It is common when you are trying to figure out how your code behaves. I should think *anybody* with any non-trivial programming experience has done things to code with no intention of putting those changes into production (e.g. stripping out an input check and putting bad data through it).

      Of course, most of us have gone beyond such crude methods of testing, because we have things like unit testing libraries and other techniques that allow us to factor assumptions out of code. I get the impression that scientific programmers are not big into software architecture; they still use Fortran, for chrissakes.

      What matters in science is what gets published. If the published results are not supportable by data, then you publish a paper that takes them down. If you could disprove AGW it'd make your career.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    172. Re:Nice try by mpe · · Score: 1

      Also, if Anthropogenic Global Warming were true, why hasn't recorded human history, vis-a-vis, the last 1,000 years or so, shown a consistent increase in global temperatures? It would be very easy to conclude that humans have been burning more wood over the prior year for the duration of their history (beginning prior to the last millennium)

      Humans have been burning wood for rather longer than one thousand years. For the start of humans having major effects would be more likely the beginning of agriculture.

      But, there was a mini-ice age in the last millennium. That doesn't compute.

      You'd expect people would start burning rather more wood at the start of that period then stop burning so much at the end.

    173. Re:Nice try by Anonymous Coward · · Score: 0

      Finally, about the term "denier" - this little "trick" (sorry) to tie a broad range of "unacceptable" opinions to holocaust denial, etc. is a departure from good science, which is not supposed to be conducted through invective and ostracism against differing viewpoints, etc.

      That the AGW club have taken the right to depart from this, in order to behave as assholes when silencing non-conformist voices places an immense burden on them to follow the most stringent scientific protocol imaginable.

      I think it's pretty clear by now that they fail to live up even to that standard.

      Oh please. Get over yourself!

      Nobody is silenced when I call you a denier. I'm just expressing my opinion that you, sir, are a denier. Which you are. You are still free to disagree.

      You're also free to try to prove your point in a scientifically rigorous way. Which the denialists have never done. In fact, most if not all denialism which I have ever seen is very antiscience, typically relying more on this kind of bullshit (painting the opposition as big bad evil nasty guys who are out to get the saintly denialists) than anything remotely resembling evidence or sane arguments.

      You get called deniers simply because you're denying the very powerful evidence that AGW exists, the physics which explain why it exists, and so forth, in much the same way that creationists deny the staggering amount of evidence for evolution and neonazis deny the staggering amount of evidence that the Holocaust took place. You just did it again in this very post, with your bullshit claim that researchers don't have a very good handle on the feedback mechanisms between CO2 and other greenhouse gases. You don't actually know anything about the topic, do you? But you feel free to smugly assert that people who do know things about it are All Wrong.

    174. Re:Nice try by mpe · · Score: 1

      The scientific research that has been presented to me, coupled with the research I have done on my own confirms that we, as a population, have no clue what exactly is going on; therefore, we are just along for the ride on a planet that we happen to inhabit. Does this mean that we should not do what we can to take care of our "house"? No, it does not. It simply means that we are trying to solve a problem that may not even exist.

      At the same time we appear to be ignoring lots of other things we probably should doing something about.

    175. Re:Nice try by tiqui · · Score: 1

      "Character" is the measure of what you do when nobody is looking

      By their e-mails, these men have exposed their character and it is rotten to the core

      We are now left with no choice but to assume their guilt when we look at the their work products. Had these people done all of their work out in the sunshine, we would have been able to spot any errors or manipulations along the way and if their data was good, their processes solid, and results valid, then we would all be forced to see them as reputable scientists with just, perhaps, some nasty e-mail habits. Since we were not there when the work was done in secret, the peer-review process was manipulated in private, the data was manipulated in private, and the original data was deleted, our only way of knowing what was going on at the time and observing their process is the contemporaneous e-mail which, in court, would probably be seen as silimar to contemporaneous comments at a crime scene (which often get more weight than later reconstructions or recollections)

    176. Re:Nice try by TapeCutter · · Score: 2, Insightful

      I have no idea wether he was joking or not. What is important is not what he said, but how he acted.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    177. Re:Nice try by chrb · · Score: 2, Informative

      North America was covered by an ice sheet until about 10,000 years ago.

      Strawman argument. Nobody is denying that there have been ice ages in the past. And ice in the last glacial period didn't cover all of North America, just parts of it - have you even read the article you link to? "ice covered most of Canada, the Upper Midwest, and New England, as well as parts of Montana and Washington".

      That Mars is suffering "climate change" too.

      Ah, that old chestnut. Climate myths: Mars and Pluto are warming too

    178. Re:Nice try by Citizen+of+Earth · · Score: 2, Insightful

      You are basically telling us that we should dismiss climate change research, because (according to you) some of the early papers got it wrong.

      Perhaps he is saying that we should defer committing trillions of dollars to science that has proven to be this poorly done.

    179. Re:Nice try by Citizen+of+Earth · · Score: 1

      Not if there's some environmental factor skewing the results that's significant after 1960 but not before it.

      You still can't use the tree-ring data until you nail this "environmental factor" down precisely and prove that it wasn't present before.

    180. Re:Nice try by chrb · · Score: 1

      many of the skeptics have been supporting the solar variation side of the theory of global climate change, and (surprise!) it matches up quite nicely to observed temperature changes

      From Climate myths: Global warming is down to the Sun, not humans:

      Even if solar forcing in the past was more important than this estimate suggests, as some scientists think, there is no correlation between solar activity and the strong warming during the past 40 years... Direct measurements of solar output since 1978 show a steady rise and fall over the 11-year sunspot cycle, but no upwards or downward trend. Similarly, there is no trend in direct measurements of the Sun's ultraviolet output and in cosmic rays. So for the period for which we have direct, reliable records, the Earth has warmed dramatically even though there has been no corresponding rise in any kind of solar activity.

      and from Climate myths: Mars and Pluto are warming too

      The Sun's energy output has not increased since direct measurements began in 1978 (see Climate myth special: Global warming is down to the Sun, not humans). If increased solar output really was responsible, we should be seeing warming on all the planets and their moons, not just Mars and Pluto.

      None of these things have happened over the last twenty years, therefore THEY WERE WRONG.

      So, a number of different scientists made a range of different predictions, each having some different confidence interval, and because *some* do not come true, you conclude that "THEY ARE ALL WRONG"..?

    181. Re:Nice try by chrb · · Score: 2, Informative

      The United States National Academy of Science investigated the "Hockey Stick" and found it to be valid. Their report states:

      "The basic conclusion of Mann et al. (1998, 1999) was that the late 20th century warmth in the Northern Hemisphere was unprecedented during at least the last 1000 years. This conclusion has subsequently been supported by an array of evidence that includes both additional large-scale surface temperature reconstructions and pronounced changes in a variety of local proxy indicators, such as melting on ice caps and the retreat of glaciers around the world". (see Climate myths: The 'hockey stick' graph has been proven wrong)

      Or do you believe that the U.S. National Academy of Science is also taking part in this supposed global conspiracy?

    182. Re:Nice try by snarfer · · Score: 1

      You're talking about ONE LAB. But their data matches all the other labs in the world. Are you actually trying to claim that every single climate scientist is part of a vast conspiracy?

    183. Re:Nice try by Citizen+of+Earth · · Score: 1

      So why is not possible that we could also inadvertently alter the planet?

      I have no doubt that we do have an impact on the plant, but this really isn't the pressing issue. The pressing issue is the implementation of a multi-trillion-dollar cap-and-trade system that will make everything cost more in order to fight the anthropogenic-CO2 bogeyman. This bogeyman is going to bake us and drown us real soon now if we don't commit these trillions of dollars today.

      So, the issue at hand isn't whether we have an impact on the Earth, it's whether our CO2 emissions are accelerating a runaway greenhouse that will cost us enormously more than the trillions we are committing to fighting it if we don't start on Monday. Given the cooling over the past decade, there is plenty of reason to be skeptical about the specific CO2 bogeyman. Perhaps it would be much wiser to figure out what is really going on and spend our money addressing that.

    184. Re:Nice try by Anonymous Coward · · Score: 0

      So lets have some examples. Or are you just another hand waving "skeptic"?

      I thought that usually, a skeptic is a person who doubts someone's claim and not a person who himself makes a claim. This would make you the "hand waving 'skeptic'" here.

    185. Re:Nice try by riverat1 · · Score: 1

      LOL, Antarctica hasn't been ice free in millions of years.

    186. Re:Nice try by Anonymous Coward · · Score: 1, Informative

      http://wattsupwiththat.com/2009/12/04/jo-nova-finds-the-medieval-warm-period/#more-13698

      It's been rigged for a while on a few fronts. Nature REFUSED to publish the correction to the hockey stick even when it was conclusively proven to them that it was faulty. So what do you expect from Nature? They didn't even require Mann to release his data! They are bought and paid for scum!

    187. Re:Nice try by Anonymous Coward · · Score: 0

      You are so correct on that score!
      http://wattsupwiththat.com/2009/12/04/climategate-the-smoking-code/#more-13687

      1 ;
      2 ; Apply a VERY ARTIFICAL correction for decline!!
      3 ;
      4 yrloc=[1400,findgen(19)*5.+1904]
      5 valadj=[0.,0.,0.,0.,0.,-0.1,-0.25,-0.3,0.,-0.1,0.3,0.8,1.2,1.7,2.5,2.6,2.6,2.6,2.6,2.6]*0.75 ; fudge factor
      6 if n_elements(yrloc) ne n_elements(valadj) then message,'Oooops!'
      7
      8 yearlyadj=interpol(valadj,yrloc,timey)

      You have got to love the coder putting in the honest comments. I would love to find out who wrote the code for them and get them under oath to tell the whole story. Some of the comments are downright funny because they are so honest!

    188. Re:Nice try by calmofthestorm · · Score: 1

      Keep in mind that the climate does go through cycles and we've been both much warmer and cooler than this before. It's only looking at the rate of change of temperature that one starts to see anthropogenic climate change. I wouldn't call it "obvious", but I would say that the evidence is easy enough to understand if one puts effort into understanding it.

      Please don't say "global warming". While it is technically correct on average, it tends to create confusion deniers use due to the parts of the earth that are getting cooler or more monsoons or whatnot.

      Unfortunately, there are some very powerful interests behind this insidious climate change denial movement, and we have a big fight on our hands if we're to have even a prayer of the earth being habitable in a few centuries.

      --
      93rd rule of Slashdot: No matter how obvious my sarcasm is, my comment will be taken seriously by someone.
    189. Re:Nice try by riverat1 · · Score: 1

      Volcanic activity had nothing to do with the end of the last ice age. It probably mostly had to do with Milankovitch cycles.

    190. Re:Nice try by gmrath · · Score: 1

      "Fucking Cap and Trade doesn't do a fucking thing" Unfortunately "Fucking Cap and Trade" DOES do some fucking things: it is an implicit tax on everyone, including business, that has a strong possibility of seriously crippling the Economy at a time when the Economy worldwide needs some tender loving care. Don't anyone kid themselves: we WILL PAY dearly for Cap-and-Trade in addition to the current reckless government spending and the unbelievable deficits. People will lose jobs. Businesses will close. Future Economic recovery could be impossible or at least take decades. And the folks lucky enough to keep a job will be taxed (implicitly or otherwise) out of their homes. And another thing it will do: It will have NO IMPACT on the problem it's supposed to mitigate and it will create another HUGE bureaucracy to pay for. How about 45 to 50 percent or higher effective tax on the middle class? Just guessing at the numbers; but with the rush to pass Cap-and-Trade and the Health Care Reform boondoggle coupled with the continuous pork-barrel legislation and politicians' usual care and feeding of a multitude of special interests, it may well be that high, perhaps unbearably high. So it looks like we're fucked. Unless people gain a voice state and federal governments and legislatures hear loud and clear, a voice that forces a return to sanity. And to reality. Let's fix the economy FIRST then worry about the other things. Just sayin'

    191. Re:Nice try by calmofthestorm · · Score: 1

      I remember one time were publishing some results, and for comparison we added a curve for a "cheating" algorithm (looked at the answer to figure out which of several methods worked best rather than using our non-cheating decision algorithm). I wanted to label it "Cheater" but got overridden by the PI who wanted to call it "Oracle". We compromised on oracle and a few sentences in the text explaining what it did.

      Point is that you have to be oh-so-careful with these things. When someone accuses you of scientific misconduct it's nice to not just be technically innocent, but obviously innocent. And by "it's nice", I mean, "it's your neck".

      --
      93rd rule of Slashdot: No matter how obvious my sarcasm is, my comment will be taken seriously by someone.
    192. Re:Nice try by riverat1 · · Score: 1

      Nice one. If it could use my mod points I would.

    193. Re:Nice try by calmofthestorm · · Score: 1

      Tree ring data is no more or less accurate now; it's just that since 1960 we have thermometers instead, giving more accurate results.

      It is my opinion that climate change researchers have done more than enough to explain their results to the world, and if the world does not understand, that the world has not done enough to understand them, and is just watching too much Fox.

      --
      93rd rule of Slashdot: No matter how obvious my sarcasm is, my comment will be taken seriously by someone.
    194. Re:Nice try by Anonymous Coward · · Score: 0

      Um. The ice age, and the end of it, is a known natural phenomenon. The CO2 levels and temperature suddenly shooting up (within a century as opposed to the millennia it takes for ice ages to come and go) when the ice age cycle has already passed the thermal maximum is anomalous and can *only* be explained by human activity. Indeed, if humans using the amount of fossil fuels we do did *not* contribute to the CO2 levels and thus temperature rising, this would be a "hail Mary and praise Jesus" miracle. You really need to prove how the CO2 emissions are supposed to magically disappear just because they're caused by humans, and where the increase of CO2 is magically coming from if not from humans.

      As for the "climate change on Mars", you need to produce a science article, not an entertainment article, or nobody in their right mind will care. In any case, even this article points out that it has nothing to do with climate change on Earth. Mars's climate has naturally greater variability than Earth's because it's not self-correcting.

    195. Re:Nice try by Anonymous Coward · · Score: 0

      I just spent the past 20 minutes looking at those two graphs side-by-side. They actually look very similar. The ranges are approximately the same, and very similar pattern appear in both. Now, considering that these reconstructions came from different datasets, I would not expect them to be identical, but they are quite similar.

    196. Re:Nice try by ebvwfbw · · Score: 1

      The researchers did not use certain tree ring data post 1960 because it was not properly calibrated to instrumental data. There has been much hoo-hah about this "throwing out" of data when really it is the instrumental data that matters, not the proxy data. If temperature is what you are after, thermometers are the gold standard. Therefore the post 1960 results really aren't in question. Furthermore, many critics of Mann et al. have ignored the fact that this was a single line of data turning a blind eye to the numerous other data sets and proxies that support the same conclusions. I find it disingenuous to claim that all climatology is now in question due to this "trick". I will, however, admit that the researchers should have noted the issues with the tree-ring data in question.

      Not all climatology is in question, just theirs. The ones that claim man is to blame for GW when in fact things have been warming up for clearly over 1000 years. To say it is because of CO2 is a theory at best. Water vapor, Methane to mention just two other things are FAR better trappers of heat. Plants also need CO2 and in the 1970s we were told this is great. You know, when they were telling us we had global cooling. There have been other scientists for YEARS that have been trying to say they are wrong and they keep getting smashed down and discredited. Anything that is contrary doesn't get funded, often not published and so on. I also see them called things like "global warming deniers" and such.

      Pass laws globally that make sure that nobody (especially Al Gore) can profit from any method to control GW and you may get some people to listen. To me is it clearly a scam to make Algore VERY rich! Algore and his heated driveway and environmental trashing house. He explains his ill lifestyle away by saying he offsets it by carbon credits - that he sells. Do what you want, buy his credits.

      I also don't think you should be so forgiving of the e-mails.

    197. Re:Nice try by mweather · · Score: 1

      We know for a fact the altered code wasn't used for publication. There's no way to get the graph used in the published study using the altered data. They even point out the divergence and give some possible reasons why it is occurring. And for all I know, the divergence could already have been explained in the 11 years since publication.

    198. Re:Nice try by mrsalty · · Score: 2, Informative

      I look at the graph on the Realclimate page and see the line labeled "Oerlemans-2005" showing a roughly .2 degree increase and the "instuments Data" showing around a .7 degree increase. The NASA graphs show temperature ranges between -.2 and +.4 degree changes with the "Tglobal" coming in at about .2 degree increase. Sure a ,5 degree difference is pretty big, but since, as you say, the Realclimate graph does not provide the data, can we even be sure that they are using the same data sets? This is only a "smoking gun" if they are using the same data. If it is from different sets then all you have here are different graphs of different data.

      --
      -- Hail Eris
    199. Re:Nice try by riverat1 · · Score: 1

      The "Hockey Stick" graph made no predictions. It is a reconstruction of temperatures for the past millennium. It was constructed in 1999. You're too impatient. You'll probably have to wait for the 2040's before sea level has risen a foot.

    200. Re:Nice try by riverat1 · · Score: 1

      The Little Ice Age ended after 1850. Industrial use of fossil fuels started in the late 1700's. There's been a measurable increase in atmospheric CO2 since at least 1830.

    201. Re:Nice try by Anonymous Coward · · Score: 0

      Informative?

      Care to back that up with something and let rest of us know what's so funny?

    202. Re:Nice try by Anonymous Coward · · Score: 0

      What are you, 12?  Your notions of how science works is completely ignorant.  The only think you said that made any sense was that you are not a climate scientist--so yeah, absolutely, your opinion is shit.

      Have you considered that they don't "want" us to change our ways, but are simply warning us of a great danger we are creating to ourselves?

    203. Re:Nice try by Anonymous Coward · · Score: 0

      Poster 2 linked to a site that includes "a hockey stick that does not use Mann's or Briffa's data."

      Flash! Guilt by association! Story at ... tadpoles is the winner!

    204. Re:Nice try by luzr · · Score: 1

      How can you provide evidence of something like that?

    205. Re:Nice try by luzr · · Score: 1

      Yes. And the conclusion?

    206. Re:Nice try by sydneyfong · · Score: 1

      e.g. if your result depends on some observation of an astronomical event which only you recorded, but that doesn't seem to apply here.

      I think it does apply. Not many people have the resources to set up weather stations around the globe to record temperature.

      The temperature records of the Earth is actually sort of an astronomical event, although it's right here. There's only one Earth. That's in contrast to other experiments -- you can try mixing chemicals in your own lab, for example.

      What if the people doing experiments in the Large Hadron Collider refuse to publish their data? "We're not going to give you our data, if you want them, do it yourself"? That makes no sense, nobody else has the resources to build such a thing.

      --
      Don't quote me on this.
    207. Re:Nice try by Anonymous Coward · · Score: 0

      CRU announced this summer (and again recently) that most of the raw data they based their theories on was "lost" back in the 80's. This is the same data that people have been filing FOI requests about over the past several years. Given that, plus this email, I think it's fair to ask if the data was actually "lost" or if Jones followed through on his threat.

    208. Re:Nice try by Wonko+the+Sane · · Score: 1

      It's not one lab now. New Zealand's National Institute of Water and Atmospheric research won't release the raw data to prove that their adjustments are valid. (adjustments that add a warming trend to otherwise constant temperatures over the last 150 years).

      NASA is fighting tooth and nail against a FOIA request to release some of its raw data. What are they afraid of?

    209. Re:Nice try by HertzaHaeon · · Score: 2, Insightful

      You asked for other sources, and you got them. In reply to your question, yes, there does exist other studies.

      I repeat; do you seriously think all of climate science hinges on one single study?

      #1 cites Mann, yes, but not only Mann.

      As other have pointed out already, there's no reason to see a conspiracy because you percieve a difference between these two graphs. Do they use the same datasets and the same reconstructions?

      Harsh personal remarks from climate scientists apparently disqualifies them by denialist logic. I guess that logic only applies one way?

    210. Re:Nice try by WiFiBro · · Score: 1

      Why do so many people compare slow changes long ago with the rapid man-made increase now?

    211. Re:Nice try by shiftless · · Score: 1

      NASA is fighting tooth and nail against a FOIA request to release some of its raw data. What are they afraid of?

      I don't know. You tell me. What ARE they afraid of, Wonko? Is there really a vast scientific conspiracy here and NASA is afraid if they release their data it will prove the conspiracy's existence?

    212. Re:Nice try by Troed · · Score: 0, Troll

      By all means, please produce a hockey stick graph of temperatures over the last two millennia without using the falsified works of Mann or Briffa.

      Either you're saying that the proxy is correct (no MWP for example) - but then the recent temperature record isn't, or you're saying that the recent temperature record is correct (we've managed to handle citing, UHI etc) but then the proxy isn't (thus there was likely a MWP warmer than today, as published in numerous peer-reviewed papers).

      Take your pick. If you've got something not based on the works of Mann or Briffa, it's even worth publishing :)

    213. Re:Nice try by Troed · · Score: 1

      It's an interesting hypothesis, but I'd say it's falsified due to not holding up to scrutiny when verified against other proxies (the MWP being a good place to look).

    214. Re:Nice try by WiFiBro · · Score: 1

      Indeed. There should be an introduction into logic given to all high school kids, including such evasions of the deniers as shown here.

    215. Re:Nice try by Troed · · Score: 1

      I think much of this stems from McIntyre teaching Mann and Briffa a bit about statistics ;)

      I agree datasets can be meaningfully compared. If the proxy matched up against known value then it might even be a good proxy.

      As it is, the proxies Mann and Briffa "found" are lousy - and trying to hide that by using completely separate data and smooth over the disagreement between the datasets simply isn't good science.

    216. Re:Nice try by Anonymous Coward · · Score: 0

      Then that factor has to be made explicit. The simple fact that the measured temps (well adjusted) going upwards and the tree ring proxy going down is not enough to throw out the treering data. In fact throwing out the treerings as they did means no science is being done. The things that don't fit is where science happens. And you're now in a bit of an unenviable position. Since you claim some environmental factor may be responsible, you have to tell which one and why.

    217. Re:Nice try by Lars+T. · · Score: 2, Insightful

      http://stephenschneider.stanford.edu/Publications/PDF_Papers/MobergEtAl2005.pdf - so now cite a peer-reviewed paper saying the MPW was warmer than today. Not warmer than in the 70s, but today.

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    218. Re:Nice try by Wonko+the+Sane · · Score: 1

      Is there really a vast scientific conspiracy here and NASA is afraid if they release their data it will prove the conspiracy's existence?

      There doesn't need to be a conspiracy.

      Did all the large banks in the world conspire to crash the world economy or did they all just get greedy and do basically the same thing in order to make more money?

      Plenty of people believe that the resistance of the Federal Reserve to being audited is evidence that they've got something to hide. This doesn't necessarily imply a conspiracy, just widespread corruption.

    219. Re:Nice try by silburnl · · Score: 1

      No, they published a dataset which had known flaws (which were and are being actively investigated) because there is no such thing as perfect data, it is better to have some data than no data and, by publishing, they make it more likely that the underlying causes of the flaws will be discovered and accounted for by subsequent work.

      Similarly, just because one line of evidence in a multi-proxy reconstruction isn't 'good' (for whatever you mean by that), that doesn't inevitably mean that the overall work is irretrievably flawed - multiple sources of data help to constrain the flaws of any suspected 'bad' series. This is demonstrated by doing multiple reconstructions where you leave out various lines of evidence and see what happens.

      This sort of defensive analysis has been done of course (because the scientists in question aren't the idiots that denialists seem to think they are) and leaving out tree ring proxies doesn't have any material effect on the final reconstruction.

      Regards
      Luke

    220. Re:Nice try by Paradigma11 · · Score: 2, Insightful

      No, what you do is you look if there is a systematic bias between the different measurements and assign a higher uncertainty to the tree ring data before 1960. Otherwise every new and more accurate instrument would make all previous data obsolete and you would never be able to do long term studies.

    221. Re:Nice try by snarfer · · Score: 1

      If they release the data it will prove that Obama was born in Kenya!

      Obviously the photos of sea lanes in the Arctic are Photoshopped by this vast conspiracy!

    222. Re:Nice try by silburnl · · Score: 2

      Right, so the reasonable inference would be "this proxy can't event match the temperatures we know for sure -- it's no good, throw it out entirely".

      The proxy *may* be fundamentally flawed and the modern divergence from instrumental records *may* be a clue to that flaw, but you do not know that.

      What you do know (if you were Keith Briffa, rather than some guy on the internet second guessing him over a decade later) is that the site was carefully selected so that the growth of trees there would be temperature constrained, that the proxy matches well to instrumental temperature records prior to the divergence point, that outside the instrumental era it matches well to other proxy reconstructions going back for hundreds or thousands of years and that these other proxies *do not* diverge with modern instrumental temperatures in the way that this proxy does.

      So a reasonable conclusion is that there is a confounding factor which has superceded temperature as the limiting factor on tree growth from 1960 onwards.

      Now it's possible that the confounding factor is one that is 'naturally occurring' and thus could have polluted the record at random intervals going back throughout the entire duration of the data series rendering it useless as a proxy, but if that were the case you would expect to see declines in this proxy which don't match other proxies (unless those other proxies are also affected, but then that begs the quesion why aren't these other proxies affected today?).

      A more parsimonious explanation is that the confounding factor is modern in origin and that the data series is perfectly fine as a proxy up until the modern era. Given that we know that modern industrial civilisation has had massive impacts upon the biosphere, the idea that there is something about the modern world that has hit these trees in the last few decades and rendered them useless as proxy thermometers isn't especially outrageous.

      But what do you do whilst you try to figure out what the confounding factor might be? Do you sit on the data even though you have good reason to believe that it's OK prior to 1960? Or do you publish it with appropriate caveats and warnings?

      Keith Briffa took the second approach and I, for one, think that it was both eminently reasonable and the scientifically proper thing for him to have done.

      Regards
      Luke

    223. Re:Nice try by Rising+Ape · · Score: 1

      They didn't set up the weather stations themselves, just went and collected the data from them.

      Particle physics generally doesn't publish the data. When I was working in that area we didn't, anyway. Reproduction of results is one of the reasons that the LHC has two general purpose experiments (ATLAS and CMS) rather than just the one. In those huge collaborations there's basically a database of collisions that different groups analyse, so there's also internal reproduction of results. While not as good as having different data to work with, it's better than nothing.

      It wouldn't be practical to publish the data anyway - there's simply far too much of it. And even that isn't strictly the rawest data - most of the collisions aren't stored, only the ones that pass certain trigger criteria. So, in a sense, filtered data is *all* there is.

    224. Re:Nice try by Anonymous Coward · · Score: 0

      Problem is that newer papers are based on older ones.

    225. Re:Nice try by Troed · · Score: 1

      That paper does not support a hockeystick - did you even read it?

      According to our reconstruction, high temperatures —similar to those observed in the twentieth century before 1990— occurred around AD 1000 to 1100, and minimum temperatures that are about 0.7K below the average of 1961–90 occurred around AD 1600. This large natural variability in the past suggests an important role of natural multicentennial variability that is likely to continue.

      Is the concept of "hockeystick" unclear?

      With regards to your question: http://co2science.org/articles/V11/N5/C1.php

      The map at the top here claims (although I haven't personally gone through them all) that there are quite a lot of peer reviewed studies all pointing to a MWP warmer than today:

      http://joannenova.com.au/2009/12/fraudulent-hockey-sticks-and-hidden-data/

    226. Re:Nice try by Troed · · Score: 1

      it is better to have some data than no data

      Yes, if the data is made public when other scientists want to challenge it. Please read up on McIntyre vs Mann and McIntyre vs Briffa.

      I fail to understand why to claim that leaving out the tree ring proxies doesn't have any material effect - since it has. Actually, due to McIntyre's work we now know the whole concept of a hockeystick to be falsified - there simply isn't any other research supporting its validity.

      Without a hockeystick, there's no reason to even search for a causal relationship between higher levels of CO2 and a warmer atmosphere.

      So, as I've asked others. Please point to a hockeystick not based on the "research" (now falsified) by Mann or Briffa.

    227. Re:Nice try by Troed · · Score: 1

      I repeat; do you seriously think all of climate science hinges on one single study?

      No. First it was Mann, then it was Briffa. Since both have been found statistically wanting, the hockeystick is dead.

      Without a hockeystick, the most likely explanation for changes in climate are pure natural. The hockeystick is the _reason_ we even tried to find a non-natural cause.

      This might shock you, but, it's true.

    228. Re:Nice try by HertzaHaeon · · Score: 1

      Ah, so it's not a single study, it's two studies.

      Mann has updated his hockey stick with new data and it still stands, last I read. There are a bunch of other studies that show a similar result.

    229. Re:Nice try by Lars+T. · · Score: 0, Troll

      That paper does not support a hockeystick - did you even read it?

      Yes it does. The fact that you don't realize that means you are an denialist idiot. Case closed.

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    230. Re:Nice try by riverat1 · · Score: 1

      Another one of those dreaded correlations between rising temperatures and rising CO2.

    231. Re:Nice try by Flambergius · · Score: 1

      "I'm sorry but if the friggin tree ring data is not valid for assessing temperature after 1960, then it is not valid assessing temperature before 1960."

      Tree ring data is always a proxy metric and thermometers are the gold standard. After 1960 we have good data about temperatures everywhere in the world. Before that (the satellite era) there are places where the only data available is tree ring data. When building models you use the best data you have. What's so difficult to understand about that?

      --
      Computers are useless. They can only give you answers - Pablo Picasso
    232. Re:Nice try by riverat1 · · Score: 1

      ... The ones that claim man is to blame for GW when in fact things have been warming up for clearly over 1000 years.

      That's not a reasonable statement. In the past millennium the reconstructions and measurements clearly show temperatures cooling until around 1850, just about the time we started ramping up fossil fuel use.

    233. Re:Nice try by Flambergius · · Score: 2, Insightful

      You're wrong about the poor science part too, but I want to address the real issue.

      There's no "let's wait and see" option. We committing those trillions of dollars right now to making things worse very fast. That's the reason for the urgency.

      --
      Computers are useless. They can only give you answers - Pablo Picasso
    234. Re:Nice try by wurp · · Score: 1

      When I was in grade school, "climate science" was all about how we were about to have another ice age.

      Either you or your grade school teacher failed to understand what climate science was teaching. Glacials (commonly referred to as ice ages), are the periods of glacial advance during an ice age, and were expected to occur about once every 10,000 years. It has been more than 10,000 years since the last glacial, but when you're talking about those time scales, that wouldn't in the least indicate that a glacial is imminent. (In fact, now they believe a length of ~28,000 years would be more likely for the current interglacial, but that's ignoring human influence on the climate.)

      You can't use your 4th grade understanding of science being taught by a non-scientist of average intelligence as a basis to declare all of climate science hokum.

      I am on the fence about global warming. On the one hand, I know it is true that humans are both increasing the amount of carbon dioxide to multiple times what it is w/o human influence. I also know that we are cutting down vast swaths of jungle, and that agriculture has been eliminating trees for many thousands of years. (And incidentally causing the topsoil to wash away en masse into the ocean.)

      On the other hand, I just don't think we can accurately enough measure a 0.3 degree jump in temperature every decade for the last few decades well enough to assert that it's not experimental error. I also know that the climate is a chaotic system (a system with non-linear feedback).

      I know that in 60 years, things that look impossible now will be trivial. I suspect that applies to CO2, H2O and NO2 clean-up, but I'd sure hate to be wrong.

      I do think the risk, and the obvious likelihood of global warming from a massive increase in greenhouse gasses simultaneous with destruction of the natural mechanism for eliminating those gasses, is far too great to ignore.

      My position on global warming is that when people argue that it's going to cut into their first-world lifestyle or profit margin to fight global warming, they deserve a big "fuck you". When people (e.g. people in the third world) are going to die from being forced to spend resources/limit options fighting global warming, I think the needs of the people dying now have to be put above the needs of people who hypothetically might die in the future.

    235. Re:Nice try by mhelander · · Score: 1

      Haven't you only proved that the proxy data is in fact pretty sensitive to distortions by that? Percivably other distortions could have affected the tree rings as well before 1960, making them generally unsuitable to prove the "handle" end of the "hockey stick" ?

    236. Re:Nice try by Anonymous Coward · · Score: 0

      The point is that the "gold standard" showed tree ring data sucks as a record of temperatures. So any models that rely on it will suck too.

      I should think that wouldn't be to hard to understand.

    237. Re:Nice try by riverat1 · · Score: 1

      The code from the emails is totally unrelated to the code for General Circulation Models that Jim Hansen and GISS have worked on. The code for the GISS GCM's is available here.

    238. Re:Nice try by ebvwfbw · · Score: 1

      That's not a reasonable statement. In the past millennium the reconstructions and measurements clearly show temperatures cooling until around 1850, just about the time we started ramping up fossil fuel use.

      That's why they call that period the "little ice age." Extend it back further and it warmer than it is now. Again, look at the link I sent you to Greenland. You could live there again right now if you wanted to, as they did about 700 hundred years ago. Look into it further and realize how we've been lied to by these guys. Then get as mad as I did when you realize the truth. Find out how the Adriatic was flooding Venice in the 1300s. They were sinking ships off the coast in a futile attempt to stop it even back then. Yes things are warming up, no we aren't to blame. Say we are to blame and use something we can't possibly stop producing (i.e. CO2) and you set yourself up to make barges full of money. I remember back in the 1970s the joke was that one day they would say our breath is pollution. It was a joke because plants use it and nobody sane thought that could possibly happen. Well, here we are!

    239. Re:Nice try by riverat1 · · Score: 1

      Your breath is not pollution. It's a natural part of the carbon cycle that has existed for billions of years. Digging up fossil fuel carbon that has been out of the carbon cycle for 100s of millions of years and putting back in is pollution.

    240. Re:Nice try by infinitelink · · Score: 1

      I'm not a fan of Pascal's Wager, either: given that classical Christian teaching (just read Jesus directly on the subject the gospels) says 'ye must be born again', nor believes that anyone is 'swayed into the faith simply be reason' (neither denying, however, that it is reasonable); that said, I've heard several times from logicians and philosophers that the wager put forth by Pascal is almost never presented in its original context--that of an important introduction, and that the usual "weak points" are only so without that introduction--that is, the popularly attacked things in the document. I've never seen (or tried to look-up) that intro, either, (my loss I guess), but have to say 'hey thanks for the reminder'. : ) I might hold off, however, until finishing enough study to read the original (not translation).

      --
      Intelligent idiots are we. | Evil men do not understand justice.
    241. Re:Nice try by ebvwfbw · · Score: 1
      I don't want to alienate you or offend you, however it is clear that you have a lot to learn. Here for example - http://www.thenewamerican.com/tech-mainmenu-30/environment/1022 . "Fossil fuels" was originally put out there because they felt the oil today was from reserves that were from the time of the Dinosaurs. There is nothing fossil about them and the term is more of a guess than anything. Today there is evidence that they don't necessarily have to be that old. In fact, some old wells that dried up in the 1950s are producing again. This is way to deep of a topic for here. It is also another area that isn't PC. Some environmentalists don't want man to use anything. Take us to the stone age. They give good environmentalists a bad name.

      Swift fuels (company based out of a college in Indiana I think) are likely to come out and take over the old petroleum based vehicles. In that case, we are using stuff that is renewable by definition. They also emit CO2 and under the proposed legislation, they pollute even though it is clear they don't. Government (sometimes called "the man") often does stupid things especially when it is based on half baked science. All a lot of us are saying is if you want to spend 100s of billions, perhaps trillions of Dollars world wide, you had better be damn sure of what you are saying and doing. Fudging data, omitting data, their other conduct is reprehensible in that regard. Clearly unscientific, or it could and would stand on its own. It's science after all. You know, based on facts. The science isn't "settled" and they know it as shown in their e-mail.

      My guess is that Man isn't causing GW to the point that we could do something about it. Their proposals for the most part confirm that. They still want us to spend billions, however. If they can show we are to blame and we could do something about it, that is another thing. We should do that. As things are, it is looking more and more like THE largest case of scientific fraud EVER perpetrated on mankind. I have my reasons for pointing out Al Gore. Very good reasons. It is also very important to not confuse him with a scientist. He isn't, not even close. In Vietnam he was a son of a Senator and was a news paper reporter. Then he was a news paper reporter after he departed the Army. Then he rode his father's coattails into the Senate. Otherwise he would still be a nobody.

    242. Re:Nice try by Anonymous Coward · · Score: 0

      I rarely sink this low in internet debates, but you, sir, are a fucking idiot.

    243. Re:Nice try by Troed · · Score: 1

      No, the updated Mann hockeystick is still falsified, and you're free to source your statement about that "bunch" :)

    244. Re:Nice try by Troed · · Score: 1

      I'm sorry, but I even quoted the section that clearly stated they do not believe in a hockeystick themselves. You're of course welcome to source your statements, but so far you haven't.

      It might help if you quote something from the paper?

    245. Re:Nice try by Troed · · Score: 1

      False. A very detailed explanation as to why, and how they were indeed committing fraud, can be found here:

      http://wattsupwiththat.com/2009/12/06/american-thinker-understanding-climategates-hidden-decline/

    246. Re:Nice try by Troed · · Score: 1

      I know it is true that humans are both increasing the amount of carbon dioxide to multiple times what it is w/o human influence

      Unfortunate, since it's not true .. ;)

      http://www.geocraft.com/WVFossils/Carboniferous_climate.html

      We're currently living in a CO2-starved environment - and that's why plants grow better when CO2-levels are higher. They evolved in a more CO2 rich atmosphere.

    247. Re:Nice try by Lars+T. · · Score: 1

      The "hockeystick is an invention of the denialists (which you so skillfully prove by linking to them). And even when quoting the the article you completely ignore the information that the article gives: that from the 1990s on, temperatures have been warmer than they have been during the MWP. Fucking get that into your skull.

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    248. Re:Nice try by Lars+T. · · Score: 1

      PS: In case you want a quote from the article: "We find no evidence for any earlier periods in the last two millennia with warmer conditions than the post-1990 period—in agreement with previous similar studies".

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    249. Re:Nice try by Troed · · Score: 1

      I'm sorry, but I think we need to clarify what a hockeystick is (you know, as seen in Gore's movie).

      Historically climate science has been about understanding the cyclic changes between cold and warmth - Roman warm period, Medieval warm period, dark ages, Litte ice age etc - and no one thought much about it getting warm, cold, warm, cold during the 20th century.

      That changed when Mann claimed to have a reconstruction where today's temperatures were much higher than ANY time during the last 1000 years, and showed a graph without much variation (i.e, almost no trace of the MWP or LIA) except in the later part oth the 20th centry where it "took off" (the blade part of the hockeystick).

      Since that blade was apparently something out of the ordinary, we needed an explanation. Due to correlation, we found CO2. The rest is .. history.

      That's why the refuted hockeysticks of Mann and Briffa are so important. Without them, the current warm period (and it matters little whether it's a tenth of a degree warmer than the Medieval or Roman warm periods or not - plenty of studies says it's not) is not out of the ordinary at all, and the likely explanation - just as it always has been - is that it's due to natural cycles.

      Now I'm not sure you're actually interested in actual science, judging by the tone of your posts, but here it is anyway.

    250. Re:Nice try by Troed · · Score: 1

      Yes, I know, but that has still nothing to do with the concept of "hockeystick". Please see the other reply I just wrote :)

    251. Re:Nice try by Ambitwistor · · Score: 2, Informative

      The article merely repeats the same claims as the original poster, and so does not constitute a refutation of my response.

      The fact remains, the divergence problem is not some secret that is being hidden. It is cited and discussed by these very authors (e.g., by Briffa at least back to 1998). As I said, you may disagree with their interpretation of the divergence problem (namely, that it's a non-climatic artifact that only affects recent reconstructions), but you can't claim that they pretended it didn't exist. And, as I said, you can find the actual tree ring series unblended with instrumental data in their journal publications (e.g., Briffa again in 2000, with further discussion of the divergence). Finally, as I said, it is not "fraud" to either truncate the series where you don't believe it's accurate nor to substitute data you believe is more accurate in place of the inaccurate data.

    252. Re:Nice try by Troed · · Score: 1

      Both Mann and Briffa refused for a very long time to supply independent researchers with the actual data. It doesn't matter if it was available when it wasn't pointed to - since it wasn't known which data was which.

      The fraud is in using completely separate data to create an artificial correlation (by smoothing/interpolation) and use that correlation as "proof" that the proxies are good!

      (It's not a simple truncation or substitution, which I believe was covered in the link I posted)

    253. Re:Nice try by thtrgremlin · · Score: 1

      In addition to pollution != AGW, the biggest thing that "convinced" me this is the biggest scam in history is what people actually want to do about the AWG. Specifically, not allowing third world countries to industrialize without permission of the United Nations. I see this going about as well for the people of Africa as world efforts to help the middle east. While much of Africa has the resources and labor to industrialize independently, wouldn't it be nice if they could be incorporated into a world government where the nations of the world unite to lend African nations the money to buy their clean energy solutions? I would have to argue against. These nations "looking out for Africa" "changed their position" on the genocide in Darfur after the Sudanese government provided invaluable information in the war against terrorism. Rather than just sticking with "sorry, we need to look out for our own first" which didn't go over well publicly, now they are pushing the argument "it isn't technically genocide". However you may feel about Africa, Sudan, genocide, interventionism, or nation-building; imo, it gives reasonable cause for skepticism versus the blind faith that these people have my best interests at heart, or yours.

      --
      Want Big Business out of government? Take away the incentive and start by getting government out of big business!
    254. Re:Nice try by yndrd1984 · · Score: 0, Offtopic

      I rarely sink this low in internet debates, but you, sir, are a fucking idiot.

      There is no point in a debate more gratifying than when one's opponent realizes that they have no argument left at all, and must either concede the point or attempt to evade rational debate in favor of a shouting match. You do me a great compliment by doing this, and the fact that I managed to be so clear and thorough as to accomplish this in a single post makes your acknowledgment unusually beneficent.

      Thank you kindly, best wishes, and better luck next time.

    255. Re:Nice try by thtrgremlin · · Score: 1

      According to the emails, while water vapor is the strongest green house gas, whether it is trapping more heat or reflecting more light in terms of the net heating effect can not be determined, and that for the most part climate models only kind of work when water vapor isn't considered. I compliment your memory though, I havn't heard the deforestation argument in a LONG time. Let me bring you up to date. Despite carbon dioxide being necessary for plants to make sugar and produce oxygen, the NET effect of vegitation, particularly rain forrests is a net positive contribution of carbon dioxide if you consider the entire life cycle and eco system including the natural decomposition of of dead plant matter and necessary seasonal forest fires. Negative net CO2 contribution comes from algae in the ocean.

      As far as what we COULD see in the future, everything that has ever been predicted with regard to global climate change since the Berlin Wall fell (I will side so far with Lord Monckton it is not a coincidence) has never come to fruition. So far no actual change has taken place. Everyone was supposed to be dead by 2004 at the latest if we did nothing. We did nothing, and every time Al Gore et al is proved wrong there is some reason why their predictions were only slightly off, but we are certainly doomed in just a few more years if we do nothing.

      I am more convinced 2010 WILL be the year of the Linux Desktop than Anthropogenic Global Apocalypse via Carbon Dioxide.

      --
      Want Big Business out of government? Take away the incentive and start by getting government out of big business!
    256. Re:Nice try by thtrgremlin · · Score: 1

      There is also the chance that AGW could be a good thing. I bet the Canadian Citrus farmers would be a lot happier. Also, as far as Carbon Dioxide being a pollutant, it is only a pollutant in so far as the belief that it is the cause of AGW. There are ways we could be spending 1.5-3.5 trillion USD to clean up the environment, but if AGW was just a scam to artifically create a possible $3.5 trillion dollar industry, we did that INSTEAD of cleaning up the environment. Opportunity cost. Also, Africa is on the brink of industrialization. So far, many governments have been paid off in food subsidies to ensure that the people of the African nations don't work to become self sufficient. And even if you don't care about that, this IS global economic planning. Judging from Japan's success with that, imagine the global impact if it turns out that this is all bullshit, or even intentional manipulation to control the world political environment. Your "denialists" are out in the streets fighting what they believe to be fraud for the same thing, we can't do nothing if it is what we think it is, or even anything closely resembling it. The worst case scenarios on each side given the level of certainty just doesn't add up to supporting the ambitions of Copenhagen.

      As far as third world nations being given nuclear technology, I would not be as concerned about the weapons (relatively) as I would be for their sake of my expectation that the technology is purchased on credit, leaving the country in ruin of inescapable debt and at the mercy of their creditor. I think the middle east is a great example of how well that has worked out.

      --
      Want Big Business out of government? Take away the incentive and start by getting government out of big business!
    257. Re:Nice try by riverat1 · · Score: 1

      Whoa, I'm not sure what to say about that. If you seriously think that petroleum is self renewing over short (geologically speaking) time periods you need to educate yourself better. If you let old wells lie fallow for a while I imagine some of the oil that was stuck in between the cracks will eventually pool up some allowing you to recover more oil from the well.

      "Fudging" or omitting data is not unscientific if there are valid scientific reasons for doing so as appears to be the case in this instance.

      The science says that the warming that has been measured in the last 100+ years is largely due to the increase in CO2 in the atmosphere. It's pretty trivial to show that the increase in CO2 is mostly due to human extraction and use of fossil fuels. There's your blame and what we can do about it is to reduce the CO2 we're adding to the atmosphere year after year.

      Of course Al Gore isn't a climate scientist but he does vet all of his statements on the subject with real climate scientists. He's just using his position as an elder statesman to help spread the science. As such he's become a lightning rod for people who don't accept climate science but it doesn't matter because the reality of global warming will overcome all the noise.

    258. Re:Nice try by ebvwfbw · · Score: 1
      I don't need to educate myself any better. I'm sure my education is superior to yours in this area. I've been at this for over 30 years. I suppose you think oil comes from Dinosaurs themselves for example. It doesn't. That's a common misconception from a Sinclair advertisement from the 1930s. Hard to kill that one. It is because I have a superior education that I know about reserves being refilled and the fact that they may be wrong on their timing on how oil is formed. Clearly not politically correct. Neither was more oil back in the 1970s. Environmentalist "scientists" used to tell us we would be totally out of oil by 1982. There is Congressional testimony on this. They even had advertisements on TV about this. "We will be all out of oil by the time I'm 16 (showing a kid about 8 years old)." Then by 1995 and so on. 2011 was the last "we are out of oil" prediction. I think somewhere I read where they want to say 2020 is the next one.

      As for CO2, you still seem to miss the point. Is CO2 the cause or a symptom? That's the question. If it's a symptom then eliminating it does absolutely no good. If you look at the UN report of 1992, it talks about global warming. No mention of man. Next year suddenly without any proof whatsoever, man is to blame. HUH? That WTH is this is what concerns anyone that has a scientific background. They have been trying to hammer in some "proof" ever since. They should do it right or shut up. The other case in point are these e-mails that show proof they can't make their case and they know it. I remember Hanson of Goddard Space Flight Center testified the 1990s were the hottest decade on record. Then a researcher found out he was wrong. The 1930s were. Hansen said it was a year 2000 bug. Was it a bug or did he lie? Seems hard to believe such a "scientist" would make such a mistake. He received a Nobel prize by the way. Just like Algore did. See a pattern here? http://en.wikipedia.org/wiki/James_Hansen Sounds like a great guy, eh? Ok, look here - http://www.telegraph.co.uk/comment/columnists/christopherbooker/3563532/The-world-has-never-seen-such-freezing-heat.html How embarrassing.

      The question is are you a religious member of the "man causing global warming" church or not. Open mind or not. My mind is open, if you say man is causing GW, prove it. Use data that we can look at and models we can look at. Taking someone's word for it has never been acceptable scientifically. Only for religions do we have to do that. Like a religion, if you believe in it, a few make a lot of money off of your belief. Algore wants to be the pope of that religion. Like a religion you expect everyone else to just accept it and if we don't we're dumb, heretics, etc.

      Seems CO2 as a heating agent is no more scientifically based than the fact plants need it to survive and a greenhouse is hot. Plants put out a lot of water vapour, trapping the heat. Nothing to do with CO2. This misconception is at the heart of their argument. I could bring up more stuff, however you will either see my point by now or you'll never see it.

    259. Re:Nice try by WgT2 · · Score: 1

      ...substantially less plant mass...

      How was the plant-mass initially lost? What caused it to be lost? Caveman clear-cutting? Slash-and-burn agriculture?

      The bottom line, and my point, is that the massive melt off was not anthropogenic. Just like all the previous cycles that believed to have passed over the face of the Earth.

    260. Re:Nice try by WgT2 · · Score: 1

      ...northern U.S...

      ...is what I wrote. While open to interpretation I also mention the Great Lakes - if you're not certain where those are and what area was being referred to then go look it up.

      Ultimately: that glacier when away without the help nor cause of man. Period.

    261. Re:Nice try by WgT2 · · Score: 1

      Worse.

      Example.

      Ever.

      Avalanches are (at the end) the result of gravity in a very LOCALIZED area - involving loose things.

      GLOBAL Warming is EVERYWHERE.

      New York City is a 'big' place and has a lot of people in and around it. But, the island of Manhattan is smaller than DFW Airport found between Dallas/Fort Worth, TX.

      The amount of land inhabited by humans is small compared to the amount of land available (not that all mountain tops are inhabitable).

      The surface of the ocean is much larger than the surface of the Earth covered by land.

      Humans occupy a very small area of the surface of the Earth.

      Then, there is more than 5 miles of atmosphere over the surface of the oceans and land. THAT is a lot of volume for man to fill up. It's just not currently possible.

    262. Re:Nice try by belthize · · Score: 1

      There was less plant mass because a large portion of the planet north of the 40th parallel was under a mile of ice. Even God can't grow a tree under a mile of ice.

    263. Re:Nice try by WgT2 · · Score: 1

      Assholes, eh?

      Here are the real 'assholes': check out the little program the CRU created to always 'confirm' their findings: http://oneutah.org/2009/11/28/climategate-source-code-more-damning-than-emails/

    264. Re:Nice try by WgT2 · · Score: 1

      You need to read this as well: http://oneutah.org/2009/11/28/climategate-source-code-more-damning-than-emails/.

      Or, will you go there and claim you saw nothing?

    265. Re:Nice try by Ambitwistor · · Score: 1

      Both Mann and Briffa refused for a very long time to supply independent researchers with the actual data.

      That is a separate issue from accusations of "fraud".

      The fraud is in using completely separate data to create an artificial correlation (by smoothing/interpolation) and use that correlation as "proof" that the proxies are good!

      As I have noted twice now, they did not use this as "proof" that there is no divergence problem. They discussed the divergence problem directly in their papers, which you evidently have not read. Later manuscripts discussed more detailed ways to deal with this divergence (e.g., Briffa again in 2004). Once again, you may disagree with their assessment of the divergence problem, but you cannot claim that they pretended it didn't exist.

      Also, they did not use "completely separate data" because the instrumental temperatures are used in all these methods to establish the proxy-temperature calibration in the first place.

    266. Re:Nice try by Troed · · Score: 1

      You might have noted it twice, but you're still not correct. What we might disagree on is the importance of graphs for publishing or actual paper writings. Since briefs and graphs are used to sway politicians, I consider them to be very important - it seems you do not think so as long as the correct details are in the papers.

      "Completely separate data" is correct since we're not talking about calibration.

    267. Re:Nice try by riverat1 · · Score: 1

      Of course petroleum didn't come from dinosaurs. The conventional theory is that oil formed from the remains of algae and plankton in shallow seas. I guess abiogenic origin can't be ruled out but it's poorly supported in the petroleum geologist community and seems pretty far fetched to me. I'll continue to call them fossil fuels.

      CO2 can be both a cause and a symptom. The basic facts are that CO2 is a greenhouse gas* that absorbs certain bands of infrared radiation. That is a fact. It can be measured in the laboratory. The situation in the atmosphere is more complex but show me some evidence that it doesn't absorb IR in a similar fashion to the way it does in a lab.

      * An unfortunate name as it works entirely differently than a greenhouse that allows solar radiation in and traps the heat mostly by limiting convection. It has little to do with water vapor either in a real greenhouse.

      Humans have caused most of the increase in CO2 in the atmosphere. That is a fact. When you burn a ton of coal that is 70% carbon over 2.5 tons of CO2 is released in the atmosphere. When you add up all of the coal, oil and gas that humans consume it's around twice as much as the yearly increase of CO2 in the atmosphere.

      The 1930s were not the hottest decade on record globally, they may have been in the US. If you have a reference that disproves that I'll take a look at it. Now it's become clear that the hottest decade globally in the instrument record will be the 2000s.

      If you threw out all of the climate change evidence related to the East Anglia U emails it wouldn't change the conclusions one bit as they are but a small part of total volume of evidence for global warming.

      I guess I must be a member of the Church of Climatology. The high priests are the climate scientists and Al Gore is their acolyte. Funny way to run a cult though. They don't ask me for donations and don't tell me what to think. They just ask me to listen to what they say and make my own judgment. But if someone comes along with substantive evidence to refute what they say I'll switch to the new religion in an instant. I'm such a whore.

      But I prefer to think of it as acknowledging that the recognized experts in the field are probably right and that's where I place my bets.

    268. Re:Nice try by Hognoxious · · Score: 1

      The 1930s were not the hottest decade on record globally, they may have been in the US.

      He probably forgot to convert from Fahrenheit.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    269. Re:Nice try by Ambitwistor · · Score: 1

      Graphs for policy documents are important, but policy documents cannot go into all the details of data sources that journal articles can. That's why there are journal articles. The purpose of a policy document is to present a defensible scientific estimate of the long-term temperature history of the planet, which requires combining data sources. Displaying data which shows cooling due to non-climatic influences on tree growth, when in reality it is known that there was no such cooling, would be misleading to policymakers.

      In a document for policymakers it is not "fraudlent", not even merely legitimate, but desirable to drop a data set if you think it's no longer trustworthy and switch to a data set which you believe is more reliable — as long as you have scientific justification for doing so. Full justification for such a substitution should be, and has been, discussed in the scientific literature. It is beyond the scope of a policy document, which should cite the scientific literature to justify these claims.

      For example, if a policy document were to publish a solar irradiance plot to compare solar activity to temperature, it should just plot the best available TSI time series. The fact that TSI series are composite indices from an aggregation of different satellite data sets with different bias corrections applied would not make it "fradulent" to plot a composite TSI graph. The composite graph represents the best available scientific synthesis of multiple data sources. Likewise, there is nothing fraudulent in combining multiple sources of temperature data (and, in fact, that's what each of the paleotemp and instrumental time series are to begin with, themselves; within each synthesis data product there are corrections and substitutions going on).

      "Completely separate data" is not correct because we are talking about calibration: that's how the tree ring paleotemperature record was constructed in the first place. With no calibration to instrumental temperatures, there is no regression mapping from tree ring density to temperature. You're going from wrong statements to even more wrong statements. You should quit while you're behind.

    270. Re:Nice try by ebvwfbw · · Score: 1
      They don't have sufficient records to tell one way or the other for the 1930s globally I understand. Never the less they had to wait and try again for the 2000s. Maybe that will be warmer than the 1930s. Odd how you seem to want to dismiss this and everything else so easily.

      I'm afraid you really are part of the cult if you honestly can sit there and tell me they don't tell you what to think. How can you possibly say that? Were you not around the last 8 years when they accused Bush of all kinds of stuff because they didn't agree with them? That is, the very things they admit to in their e-mails? The e-mails show worldwide how if you don't agree with them, they actively took steps to discredit you, defund you, and so on. True, they don't come to your house and beat you up (as far as I know), they stop short of that. I don't know what to say for you thinking they are experts when they violate basic rules for science. Deleting data that they don't agree with and such.

      You're really underestimating Al's position. I remember him forcing people out at the World Weather Bureau in the early 1990s. Anyone that disagreed with his "man made global warming". He's no acolyte. If he isn't pope, he is at least a cardinal or bishop... or something. Not sure of the church rankings (which I'm sure doesn't surprise you).

      True, we are dumping an awful lot of CO2 into the world. That is a concern. Another ironic part are the "environmentalists" not allowing the forest service to thin out forests. Instead they allow them to build up "spindly", perfect fire wood. Then they burn and burn very well. Ugh, I'd better stop. The environmentalists mean well, they are just often full of it. You need to understand water vapours part in the heating equation. This is fairly basic and you don't seem to know it.

      I just hope that out of all of this they finally decide to do a real scientific study on the matter. No throwing out of data, no intimidation, no cutting funding if they don't agree with the results. You know, real science. I'm not sure it can be done since many of the top people would be afraid to say the Emperor has no clothes! Remember the ozone bit from the 1990s? That was a crisis too. Then when they went to measure it, it wasn't even there. Junk science. I understand DuPont had a hand in that hoax. Just type in "dupont freon hoax" into google... Back in the 1990s that was "settled science" too. I pointed out problems back then too... and here we are again.

      If we can honestly and truly do something about it, that's one thing. If we spend trillions and it means nothing, that's another. It's work fair to make certain people very rich. We can do without that.

    271. Re:Nice try by Troed · · Score: 0

      I'm now falsifying the contents of your post, pay attention ;)

      Original scientifically "correct" diagram, which is as you write, a diagram where datasets have been dropped and the point is still made:

      http://www.uea.ac.uk/polopoly_fs/1.138393!imageManager/4052145227.jpg

      The _fraudulent_ version where the curves - now continuing up without being visibly cut off, having had their data changed etc - that was actually published:

      http://www.uea.ac.uk/polopoly_fs/1.138392!imageManager/1009061939.jpg

      From (and please read through):

      http://wattsupwiththat.com/2009/12/06/american-thinker-understanding-climategates-hidden-decline/

      (Yes, I know .. _that_ site .. !)

    272. Re:Nice try by Ambitwistor · · Score: 2, Insightful

      Pay attention. I already read the American Thinker article you linked previously. As I said in my very first response to you, it does not actually refute anything I've said. You have not "falsified" anything in my post.

      I said that in the policy document they combined the proxy and instrumental time series into one synthesis time series, which they did. You have merely reaffirmed this statement of mine, rather than "falsified" it. You then claimed they are "fraudulently" hiding the fact that the series declines, I in turn said that they explicitly discuss the decline in their scientific papers and their reasons for dropping it, and so on. Perhaps you'd like to refresh your memory of the thread before making such statements.

      I know you have some emotional need to think that there has been "fraud" proven here, but mindlessly parroting poorly-argued websites that you do not yourself appear to understand does not help to make your case.

    273. Re:Nice try by Troed · · Score: 0

      In the second diagram, they claim it portrays something it does not - they name the curves as being something they are not. That's the definition of fraud.

    274. Re:Nice try by microbox · · Score: 1

      So because one summary graph on the cover of one paper uses a less than 100% perfect technique, therefore, the emails show a massive conspiracy by climate scientists.

      And why quote Mann, when he's the guy who came up with the hockey stick? Or do you just agree with him in certain contexts, and ignore what he has to say in others?

      Earth to skeptics: sensationalism detracts from intellectual integrity.

      --

      Like all pain, suffering is a signal that something isn't right
    275. Re:Nice try by microbox · · Score: 1

      Of course I know the standard responses...I'm not a climate scientist so what do I know anything, Nature is "Dr. Jones Peer Reviewed", everyone else is paid by Exxon, blah blah blah.

      Unlike the CRU emails, which show hardly anything suspicious at all, there is irrefutable and conclusive evidence for a massive public relations campaign run be Exxon and co.

      That is, of course, irrelevant to you, right?? Not even worth thinking about. Suppress those thoughts you don't like!

      Fact is that this issue is now beyond science and is being fought in the public forum.

      That's right, and now the science of shaping public opinion is being used. And there is evidence. Irrefutable. That those very effective, scientifically derived techniques, are being employed to empower joe-average into thinking that they have some insight into things that they know hardly anything about.

      You think that doesn't apply to you? You're so smart, read "Climate Cover-Up", and then try and explain even the most basic straight-forward elements to one of your skeptic colleagues.

      You will discover a wall of projection -- which is invisible to you at the moment.

      --

      Like all pain, suffering is a signal that something isn't right
    276. Re:Nice try by Anonymous Coward · · Score: 0

      Like I said...it's like wikipedia citing wikipedia.

      BBC is in the tank for any left wing cause.

      This thing is coming apart like an over spun flywheel.

      Just get some popcorn and enjoy the show.

    277. Re:Nice try by riverat1 · · Score: 1

      Here are the global annual mean temperature anomalies for the 1930s, 1990s & 2000s in 0.01 degrees Celsius with 0 being the mean from 1951-1980 (you can divide the number by 100 and add 14 degrees C to them to get absolute temperatures):

      1930-1940: -4, 2, 3, -12, 2, 3, -12, 2, -9, 1, 11, 14, -2, 14

      1990-2000: 48, 44, 15, 18, 32, 45, 36, 40, 70, 43, 40

      2000-2008: 40, 56, 67, 65, 59, 77, 64, 72, 54

      2009 looks like it will be around 71.

      Those numbers are from the GISS and are available here here. The records start in 1880 but you could make a case for extending the record back before 1850 based on the level of data collection. If you're going to dispute the numbers you have to make a cogent scientific argument about it, not some hand waving about insufficient records.

      The only thing I'm aware of climate scientists accusing the Bush administration of is trying to silence them or distorting their reports on the subject. I don't have a problem with scientists discrediting poor science and boycotting journals that publish it. The paper the emails refer to is Soon & Baliunas 2003 published in Climate Research. The editor-in-chief and several other editors resigned over it being published and even the publisher eventually admitted it suffered from serious flaws. The only data that was deleted was their refined and normalized data, not the original data it was derived from which came from a bunch of sources. It could be recreated if there was a reason to.

      What is the World Weather Bureau? I can't find anything about it. But Al Gore doesn't matter. He just disseminates the information that climate scientists give him. It's the scientists who matter.

      If we would just let forests burn naturally the would thin themselves, after all they survived just fine for a long time before we showed up on the scene. But it's probably too late for that after a century of fire suppression. That's kind of peripheral to issue of climate change though so I'm not sure why you brought it up.

      Water vapor is by far the most important greenhouse gas contributing 36%-72% of the total effect but it's not all of it. CO2 is 9%-26%. If CO2 only causes a 1% rise in retained heat that's equivalent to nearly 3 degrees Celsius in temperature.

      Again, I'm not aware of any primary data that was thrown out and I don't have a problem with discrediting poor science. The Earth's climate has been scientifically studied for a long time. It's been pretty intensively studied since WWII. The possibilities of CO2 having an effect on climate have been known since the late 1800s. Lyndon Johnson had a briefing on the possibility of human releases of CO2 causing global warming in 1966 or so. There's a lot of science from thousands of scientists on the subject so what "real scientific study" are you asking for? I think you just want it explained in simple enough terms that even you can understand it but that's probably not possible because it isn't simple.

      If you think the science on ozone was all a hoax because DuPont's patent on Freon was running out I don't know what to say to you. The ozone depletion of the stratosphere is a measured fact and there is a measurable increase in ultraviolet radiation on the surface of the earth because of it. The chlorine atoms in CFS have been shown to cause the breakdown of ozone. Freon wasn't the only CFC that was banned and I doubt all of their patents were running out at the same time. As people like to say here on /. correlation is not causation.

      And people aren't getting rich off the current fossil fuel regime?! It's just the people you don't agree with that you don't want getting rich I guess. If we don't spend "trillions" now responding to climate change and it turns out we needed to it will cost us far more later and may cost us our civilization depending on how the biosphere responds. If we do spend "trillions" and it turns out we didn't need to we still have ren

    278. Re:Nice try by Ambitwistor · · Score: 1

      Maybe you should read the report before making claims about what it does and doesn't say.

      In the WMO report, in the box that discusses that figure, they say that the last 1000 years has been reconstructed on the basis of "natural archives of past temperature, [a list of proxies], in addition to historical and long instrumental records". That is, what they're calling a "reconstruction" is a combination of proxy and historical data. Which is precisely what they plotted.

      Sheesh.

    279. Re:Nice try by mi · · Score: 1

      The fact remains that In the end the code was never used and the graph labeled VERY ARTIFICIAL was never published.

      Yes, you and others have made this claim because in the leaked IDL-program osborn-tree6/briffa_sep98_d.pro the "correction" is not used. However, it is used in the script found in harris-tree/briffa_sep98_e.pro (the filename suggests it being simply the next version of the script, although the timestamp on the d-version is more recent).

      Now, you claim, the published results were never augmented, but I'd like to know, why you are so sure... Simply rerunning the program to reproduce the Nature's chart is not possible, because the CRU's data is not available. Do you know something, the rest of us don't, or are you simply defending "your side" instead of being scientifically neutral?

      I asked Mr. Squid this question, but it remains unanswered...

      --
      In Soviet Washington the swamp drains you.
    280. Re:Nice try by Anonymous Coward · · Score: 0

      I think if you put a little more leg work in, you would see that scientists are actually taking these issues very seriously. Actually, it looks like they have spent much more time thinking about how to develop a legitimate proxy than you have. (Following is a survey of 10 years of work on the problem, it mentions 50 odd papers.)

      http://www.ldeo.columbia.edu/~liepert/pdf/DArrigo_etal.pdf

      I'm a little amazed at how people can be so bold as to, without any acknowledgment of the complexity of the question from a scientific point of view, breeze into the debate and make pronouncements like "that's not what science is supposed to be."

    281. Re:Nice try by Troed · · Score: 1

      This discussion is going nowhere :) I can just assume you're lying on purpose, although I don't understand why.

      In this picture, as I posted before, the curves (note the colours) do not depict what the captions claim they depict.

      It's as simple as that.

      http://www.uea.ac.uk/polopoly_fs/1.138392!imageManager/1009061939.jpg

    282. Re:Nice try by Anonymous Coward · · Score: 0

      So when the decisions made can affect billions of people's lives you should just make up a pretty picture that is probably invalid, but makes you point?
      That is fine if you are making a pitch on Wall Street, but if you call it science, you are lying!

    283. Re:Nice try by Ambitwistor · · Score: 1

      You have an amazing ability to ignore everything I say and repeat your original, false assertion.

      In this picture, as I posted before, the curves (note the colours) do not depict what the captions claim they depict.
      It's as simple as that.

      The text of the report, which you never read, clearly says that the curves depict a combination of proxy and historical data. Which is what they actually represent. For some bizarre reason, you insist on ignoring the entirety of the report. The figure caption correctly says which proxy source the data comes from, and the text notes that historical data has also been included.

      You can only maintain your fiction if you persist in willfully ignoring the contents of the report which directly describe what went into that figure.

    284. Re:Nice try by Ambitwistor · · Score: 1

      So when the decisions made can affect billions of people's lives you should just make up a pretty picture that is probably invalid, but makes you point?

      That is completely the opposite of what I said, so try working on your literacy skills.

      I said that their graph is a more valid picture of temperature than is than a graph which includes data which they have good reason to believe is invalid. If you want to read why they decided the data they excluded was invalid, you can read their scientific publications for the justification. They didn't "hide" or ignore the conflict between data sources. They studied it, discussed it with other scientists, published their conclusions, and made a graph which they felt was the best scientific representation of the Earth's temperature history by combining multiple data sources.

    285. Re:Nice try by Troed · · Score: 1

      Quoting myself from an earlier post:

      What we might disagree on is the importance of graphs for publishing or actual paper writings. Since briefs and graphs are used to sway politicians, I consider them to be very important - it seems you do not think so as long as the correct details are in the papers.

      Apparently I was correct. I do not understand why you keep posting :) The captions in the image I linked to are incorrect and deceiptful.

    286. Re:Nice try by starcraftsicko · · Score: 1

      I can't believe that Parent was modded insightful!
      --
      My scientific prediction based on evidence I believe: the world will end on January 1, 2000. oops, guess I "miscalculated".

      My scientific prediction based on evidence I believe: the world will end on January 1, 2001 which is the "real" end of the millennium. I guess I will need to fix my model, but don't worry, this is settled science.

      My scientific prediction based on evidence I believe: the world will end on January 1, 2004. predicting this is difficult, but the evidence is irrefutable. I need to make an adjustment.

      My scientific prediction based on evidence I believe: the world will end on January 1, 2007. My data can't be flawed. I know exactly what I am talking about. Even if you don't believe my evidence, other people also have evidence. I just need to apply a trick to fix my prediction.

      My scientific prediction based on evidence I believe: the world will end on January 1, 2010. You don't believe me? You are basically telling us that we should dismiss my research, because (according to you) some of the early predictions got it wrong. Can you see the problem with your "reasoning"?
      --
      Repent damn you!

    287. Re:Nice try by Ambitwistor · · Score: 1

      Since briefs and graphs are used to sway politicians, I consider them to be very important [...] The captions in the image I linked to are incorrect and deceiptful.

      You may have noticed that figures have both legends (which appear in the figure) and captions, which are the text following the figure which further explain its contents. The legend correctly identifies the source papers for the proxy data. The legend makes no claims that the proxy data are the only data. The caption, which in this case is in the form of a text box at the beginning of the report, correctly describes what data sources were used in the figure.

      In short, the brief correctly identified the contents of the graph. You would prefer to pretend that the contents of the brief don't exist and that the figure is the only part of the brief. Your claim of "deceipt" is based on the moronic pretense that the legend of the graph says everything about what is contained in the graph, and the text below doesn't count. You are seriously claiming that if a figure legend says "Data source X" and the text below it says "and data source Y was also included", that this is somehow fraud. Give me a break.

      I don't understand why you keep posting. Your claims are laughable and based solely on ignoring the text which actually explains what the data are. Why are you wasting your time and mine repeating false and libelous claims?

    288. Re:Nice try by Troed · · Score: 1

      Oh feel free to come visit Sweden and try my statements as "libelous" :) Our courts would have a field day with that. The graphs are incorrectly labelled, it's obvious to anyone that they are (and proven by the original picture being drawn differently, that is, correct. Why change it?)

      The big question is, why is it so important for you?

      And just to repeat for the newcomers. Mike's Nature Trick is to use instrumental readings as source data when interpolating and smoothing proxy data, making it appears both as if the proxies fit better with modern data, and to make it appear as if we have one dataset that suddenly skyrockets at the end of a long lull. The picture in question does not in any way show the shift from one set of data to another, quite the opposite, they show three separate sets in three different colours _all_ without a single disruptiong where the source data changes.

      Statistics 101 - you don't do this.

      "But it was only used a cover picture! Surely our politicians disregard obviously faulty pictures and read the complete papers!"

      Sorry, it doesn't work that way.

    289. Re:Nice try by Rhaize · · Score: 1

      Just in, the EPA has determined that the dangerous chemical H2O is responsible for warming of the earth and if congress fails to regulate it, they will do it for them.

      --
      Within the arms of tragedy, there is little comfort in being right.
    290. Re:Nice try by Ambitwistor · · Score: 1

      The graphs are incorrectly labelled, it's obvious to anyone that they are

      The graphs did not claim that those papers were the only source of data, and the text of the document confirmed that there were multiple sources of data.

      I would love to see you justify claims of "fraud" in the courts of Sweden on the basis of "The graphs are misleading if you intentionally ignore the text that explains what's in the graph".

      The picture in question does not in any way show the shift from one set of data to another

      So what? There are many examples of synthesis data products in science, e.g. the solar irradiance curves I mentioned earlier. If you download a TSI plot out of a paper, it won't plot all the different satellites in different colors, it will just plot the final product (unless it's the synthesis paper itself which explains how they were combined). Hell, the proxy record itself is a synthesis of many data sources, as is the historical record. That doesn't mean it's somehow "fraudulent" to plot the instrumental time series itself. I already pointed that out to you, more points which you ignored. There's nothing wrong plotting a synthesis curve as long as you say it's a synthesis, which they did. If you want to see the individual data sets that went into the synthesis, you read their papers. Which they cited. That's why you cite papers, to see the details of what you are summarizing.

      But it was only used a cover picture! Surely our politicians disregard obviously faulty pictures and read the complete papers!

      As I've pointed out to you several times, it wasn't a faulty picture. It is CORRECT to discard data you don't trust.

    291. Re:Nice try by Troed · · Score: 1

      I see you pointing - it doesn't make anything you write more correct though :)

      McIntyre has written more good blog posts on the fraud btw, they support everything I've written and none of yours.

      (PS: Yes, Swedish courts would likely conclude that Phil Jones is guilty of fraud. He's not Swedish though, let's see what happens in the UK. All that data that was, according to him, irrevocably lost in the 80s has magically appeared in the leaked archive ... )

    292. Re:Nice try by yndrd1984 · · Score: 1

      You're correct. First, Pascal bluntly states that the existence of God is not rationally decidable. Second, he offers his argument as a way for those who want to believe, but can't because of rational arguments, to at least practice the rituals and in other ways quiet their skepticism.

      From my perspective, that means that the wager exists for people who want to feel rational and also want to believe in God, but can't because their reason leads them to agnosticism (or with Occam's Razor, to weak atheism). Pascal hopes that his wager will help you to "quiet your proudly critical intellect", and thus resolve the conflicting desires. The problem is that most people don't know the difference between a reason and a rationalization, and continue to use the wager as if it were a convincing argument.

    293. Re:Nice try by infinitelink · · Score: 1

      I think I like you (okay, as far as one screen name can like another behind a screen name based on a single posting, whom one will likely never come into contact with in conversation--such as in the massive crowd of /., again)! : )

      --
      Intelligent idiots are we. | Evil men do not understand justice.
    294. Re:Nice try by Anonymous Coward · · Score: 0

      I know it is true that humans are both increasing the amount of carbon dioxide to multiple times what it is w/o human influence

      Unfortunate, since it's not true .. ;)

      http://www.geocraft.com/WVFossils/Carboniferous_climate.html

      We're currently living in a CO2-starved environment - and that's why plants grow better when CO2-levels are higher. They evolved in a more CO2 rich atmosphere.

      First, mere fact that the Earth's atmosphere once had more CO2 is entirely besides the GP's point. The reason for difference between the Carboniferous climate and our current "CO2-starved environment", as you call it, was that massive amounts of organic compounds were sequestered for millions of years (the name "Carboniferous" itself refers to the formation of carbon-bearing mineral deposits). Unless you have a convincing argument of how natural processes would release either these sequestered deposits or other natural sources of CO2, in our current geological period, at a rate similar to human activity; you can't claim that the current increase in CO2 isn't greater than what would happen had humans never figured-out how to burn oil and coal.

      Second, modern plants grow larger and faster in with higher CO2 levels, but that is only "better" if you ignore other measurements. For instance, the efficiency of the photosynthetic process and the per-pound nutrient-level actually goes down in a CO2 rich atmosphere. This is apparently because while the leaves can absorb CO2 faster, the intake of minerals and other nutrients through the root system is not increased at the same rate. So while fruit, vegetables, and grain grown with excess (relative to pre-industrial atmospheric levels) may be larger; they will have either the same, or perhaps even less (i.e. some of the nutrients that would've gone into the edible parts instead are split among the larger non-edible parts), nutritional value as those grown without the extra CO2. I don't see this as a particularly good thing, do you?

    295. Re:Nice try by ebvwfbw · · Score: 1
      Simple enough for me to understand? That's funny. I'm dumbing things down so even you can understand and I'm obviously failing at it. Maybe you are smarter than I thought and that's the problem. Sometimes I underestimate people. Maybe you have just had too much kool aid, if you are old enough to remember that. It is meant to be funny by the way even though it was a very brutal act.

      Conspiracy theories? Those are from the left mostly. With Ozone, I know the NASA scientists very well that tried to measure the hole and found it wasn't there. It was supposed to be a crises until at least 2020. It was a hoax to the point that almost nobody even remembers it now. I remember the plans for blimps and such to "fix the problem." It was all scrapped when the hoax was exposed. Just type in cfc hoax. Some interesting stuff comes up that may be right. I remember having these discussions/arguments over how 1999 there would be no ozone up there and we would all be dead (this was in 1992). I remember a woman in particular that was fighting as if her life depended on it and really believed it strongly. All BS I said. History showed I was totally right. Last I knew she is a housewife.

      As for this topic, read the news today? The Russians found that they deleted the data from them that they didn't agree with as well. What other revelation will there be? Complete admission this is all a hoax? Let me focus this for you, read this - http://www.humanevents.com/article.php?id=34896 if you dare. Tough to dispute that. It's measurable and verifiable (and undeniable for most people). The question is are you going to continue to believe the con job or not. As for the scientists, they will simply say that they were lied to and salvage their own careers. Others will say it was someone insignificant that changed or deleted the data they were using and throw them under the bus. I've seen that before. I've even seen history rewritten to save certain people. Then there is Hansen at Goddard that said it was a year 2000 bug that made his findings wrong for the hottest decade/year for example. Don't know if I sent this to you or not - http://climateaudit.org/2007/08/08/a-new-leaderboard-at-the-us-open/ Interesting, eh?

      As for these posts, yea, it's stale. You would be surprised at how they are read, however. I sometimes get responses from stuff I wrote even 6 months or more out. As if I would be the least bit interested by then. I shouldn't have responded in the first place and probably shouldn't have responded here. I know better and I didn't mean to pick on you, it was just right there to hit reply and you were the lucky guy. It was there mocking me! Just kidding. It is hard sometimes to not say anything. Especially when I see a con job going on. Some may later say how come nobody said something? We did. Scientists from around the world have raised very serious questions about this topic. They (people like you) were too busy telling us we are stupid or don't understand or had an agenda or pick some other distraction aimed to discredit. I've even been brutally persecuted before for being right. It's no fun. Sometimes they admit it and pay for their error. I've also been wrong before, however I'm very careful to make sure I don't trash them. Consider what they are saying. They may be right. However a sign that they are wrong is when you find data is missing. Especially data contrary to their point. Ignore it perhaps at the risk of your reputation. If you have something that is very compelling to show me that I'm wrong, please forward it. I'm still willing to consider it, even against my better judgement.

    296. Re:Nice try by riverat1 · · Score: 1

      Well, I get notified when there's a reply to one of my post and often (but not always) respond.

      You really ought to read the Wikipedia article on ozone depletion. It has a good overview of of ozone in the atmosphere. The science on it is quite robust. Ozone depletion is still a problem and will be for a long time. Please point me to the NASA scientists who couldn't find the ozone hole because I don't believe you. No creditable scientist ever said there would be no ozone up there. It forms naturally in the stratosphere when an O2 molecule dissociates after absorbing an ultraviolet photon. That single O atom then combines with another O2 to form O3 or ozone. They just said our increasing the available chlorine in the atmosphere through release of CFCs would reduce the amount of ozone and they've shown it to be true by measurements. Ozone is a very important gas in the atmosphere as it protects the surface and us from excess ultraviolet radiation.

      Regarding the Russians, check this comparison of the IEAs stations to the CRUs stations. After 1950 there is practically no difference between them. That doesn't indicate any fraud to me.

      What does Pat Buchanan's article have to do with the Russians? And what specifically is hard to dispute? All I see are some out of context facts and outright misunderstanding of what they mean. The increase in Antarctic sea ice is not unexpected. It is in part comes from the ozone hole causing the circumpolar winds to strengthen thus isolating Antarctica more strongly from the rest of the planet. Recent observation from the GRACE satellite show that East Antarctica has been losing total ice mass just like West Antarctica.

      Steve McIntyre's post only covers the continental US, 1.6% of the Earth's surface area. 1934 may have been the hottest year in the continental US but what does that have to do with global temperatures? This year the continental US has been a bit cooler relative to the rest of the world. 2009 is still going to be in the top 10 global temperature years (likely #2 or #3).

      Any data that may be missing or withheld is relatively trivial. The vast majority of climate and related data is available if you care to look for it. The raw data the CRU used and deleted is still available from the original sources. Raw temperature data from around the world is available from the Global Historical Climatology Network (GHCN). Source code is available for the GISS ModelE GCM. There are a bunch of other links to both raw and cooked data as well as directories to other sources on this page.

      I've already spent too long on this post so I'll sign off for now. Ciao.

  2. Same with newscientist by Idiomatick · · Score: 5, Interesting

    Same with newscientist
    I imagine all scientific journals will be quite clear on this point. A few suspect emails do not destroy millions of man hours of research.

    1. Re:Same with newscientist by glueball · · Score: 4, Insightful

      A few suspect emails do not destroy millions of man hours of research.
      They do destroy faithfulness of the research if the premise those millions of hours spent are false.

    2. Re:Same with newscientist by Wonko+the+Sane · · Score: 2, Insightful

      A few suspect emails do not destroy millions of man hours of research.

      If data that all those millions of man-hours of research is based on is bogus then the conclusions are worthless.

    3. Re:Same with newscientist by hcpxvi · · Score: 4, Informative

      Both the Nature article mentioned in the summary and the NS article linked by Idiomatick are clear and sensible articles and well worth a read. I do not, of course, hold out any hope that they will prevent the oil company shills and SUV drivers from baying for blood.

    4. Re:Same with newscientist by mikechant · · Score: 5, Insightful

      If data that all those millions of man-hours of research is based on is bogus then the conclusions are worthless.

      It's lucky then that the data comes from many different independent sources and is therefore not bogus at all then, isn't it?

    5. Re:Same with newscientist by aurispector · · Score: 2, Insightful

      Once thing that's certain: this, like all other climate research relating to AGW, will descend into a hyper-partisan he said-she said type argument. This guarantees it will be impossible for anyone unwilling or unable to validate and analyze the data themselves to come to a rational conclusion.

      One thing is crystal clear: these guys are biased in a way that is completely antithetical to true scientific research.

      --
      I have mod points. The reign of terror begins now.
    6. Re:Same with newscientist by TapeCutter · · Score: 4, Insightful

      Personally I think the premise is so obviously false that this stunt will backfire on the coal industry as did similar "scientific" arguments by the tabcoo companies in the 80's.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    7. Re:Same with newscientist by Troed · · Score: 1, Insightful

      Why would it be lucky, since what you posted simply isn't true?

    8. Re:Same with newscientist by Anonymous Coward · · Score: 1, Insightful

      [citation needed]?

    9. Re:Same with newscientist by Anonymous Coward · · Score: 1

      Why would it be lucky, since what you posted simply isn't true?

      Citation needed.

    10. Re:Same with newscientist by argStyopa · · Score: 3, Insightful

      "A few suspect emails do not destroy millions of man hours of research."

      Of course not. But when the main suppliers of that information to policy makers turn out to be advocates of a dogma with a vested interest in manipulating that data, in colluding to hide contrary information, in DISPOSING (whups! accident!) of the raw data sets that they've compiled, attacking critics, and generally behaving as if they have something to conceal, it IS possible for those individuals to taint that research and especially the conclusions drawn therefrom.

      Who Watches the Watchmen, indeed?

      It's a known psychological fact that very often the victims of a con will be the most vociferous defenders of the con artists - they are now defending their own reputation and self-image, no longer mere facts of 'does this snake oil work or not?'.

      --
      -Styopa
    11. Re:Same with newscientist by khallow · · Score: 4, Insightful
      From what I gather, the sources may be independent, but there are a few middle men that this data has to go through simply because it has to be normalized with other data. One of the most important of these middle men (who as far as I can tell controls significant aggregates of historical data) has been shown to engage in systemic and unscientific bias. Further, this group has significant connections to the IPCC working groups. Similar biases have been found against the other major groups (NOAA and NASA related groups in the US).

      To be blunt, here's a list of things that I think need to be done. First, all data and processes need to be made public domain. Simply put, proprietary data that can't be released to the public has no place in scientific research. It doesn't matter if industry-paid hacks attack anything they can find. If we can't duplicate the calculations, using your data and programs that went into your research, then we can't say whether you did it at all in the first place.

      Second, there needs to be some degree of separation between the politics and the science. For example, James Hansen who currently heads the NASA Goddard Institute for Space Studies (which is NASA's group for studying the climate) has engaged in a great deal of politics over the years, throwing away any pretense of objectivity. For example, he says:

      In Hansen's view, dealing with climate change allows no room for the compromises that rule the world of elected politics. "This is analagous to the issue of slavery faced by Abraham Lincoln or the issue of Nazism faced by Winston Churchill," he said. "On those kind of issues you cannot compromise. You can't say let's reduce slavery, let's find a compromise and reduce it 50% or reduce it 40%."

      Ignoring that carbon emissions can be dealt with through compromise (even in the worst cases) and hence are not like slavery or the spread of totalitarian ideologies, would a person with this sort of viewpoint "cook the books" when it comes to their science? Why not? When I see accusations of NASA data manipulation coupled with refusal to honor FOIA requests and highly ideological, crude public statements like the above of key officials, then it looks like a pattern of unscientific behavior to me. They can at least act like grownups.

      The people trying to force carbon emission reduction need to take their time. If they're right, then a little more time will simply solidify their position further, especially since there's no urgency in the matter according to current research. If they're wrong about the need to reduce human carbon emissions, then that'll help humanity collectively. For example, Hanson has been crying "wolf" since 1989. Even if the science is determined now (I still don't believe we've shown that human activity has a significant global warming effect), it wasn't then.

      Finally, there needs to be a genuine cost/benefit analysis of the possible choices, including various geoengineering options and procrastination. It doesn't have to be perfect, but I'm tired of the nebulous claims of disaster made by anthropic global warming proponents (Hanson in the linked story above claims "tens of meters" of sea level rise, but doesn't bother to say over what time period this rise occurs).

    12. Re:Same with newscientist by Troed · · Score: 1, Troll

      Sure. Let's take the case of AGW currently resting on a single dead tree in Siberia as an example. Faulty research is used as the base for other papers, and thus overthrowing the original research casts doubt on everything that has been built upon it later.

      You see, while it's a common misconception that there are "numerous independent data sources" that "prove" anthropogenic global warming, it's simply not true.

      Now I'll try to come up with a comprehensive single link to convey this picture. Maybe this works:

      http://joannenova.com.au/2009/12/fraudulent-hockey-sticks-and-hidden-data/ ... and in detail:

      http://www.climateaudit.org/?p=7168

    13. Re:Same with newscientist by qmaqdk · · Score: 2, Insightful

      Why would it be lucky, since what you posted simply isn't true?

      Your post isn't true.

      Argument ad infinitum.

      --
      My UID is prime. Hah!
    14. Re:Same with newscientist by TapeCutter · · Score: 1

      The operative word in your post is "if". eg: If the "skeptics" stop hand waving and come up with some evidence then your speculation might have some merit. However it would still fail to explain why other completely independent data sets concur with the HADCrut set.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    15. Re:Same with newscientist by Idiomatick · · Score: 1

      "Who Watches the Watchmen, indeed?"

      Agreed. And to this point many researchers have released their raw data online for all to dl. So the scientists have done something internally to correct this issue. What more would you ask of them?

    16. Re:Same with newscientist by obarthelemy · · Score: 1

      To me, they do. When they point to data tampering, weeding out data that does not confirm to one's desires, caballas against dissenters, politicking...

      These emails prove those guys are out to make a buck and a name for themselves, at the expense of anything else.

      --
      The Cloud - because you don't care if your apps and data are up in the air.
    17. Re:Same with newscientist by TerryCary · · Score: 1

      1. It wasn't a few suspect emails 2. Logically, yes they can - it's like saying a few minutes of blank audio tape can't take down a sitting president. Read them, read the source code and comments used to generate the falsified data. Read the enormous number of emails to the Peers to falsify the review. And then look at the roll these same journals played in this scheme. Your statement is inaccurate and shows your agenda. More lies to cover up the lies that have been revealed. Nothing new.

    18. Re:Same with newscientist by limaxray · · Score: 2, Insightful

      Other than the CRU and NASA, who else publishes this data? I was under the impression they were the only two generating global temperature data sets and neither has been willing to show all of their work.

      When you have a minute though, you should update the Wikipedia page to add your list of the many independent sources.

    19. Re:Same with newscientist by DriedClexler · · Score: 1

      They do, however, kind of destroy the pretense of usefulness of peer review in this area, because the scientists were taking the positions of:

      a) If your theory is so great, why can't you get it in the peer-reviewed literature?

      b) We're keeping you out of the peer reviewed literature because you disagree with us.

      Um, not how it's supposed to work, sorry.

      And the whole tone of it is like peer review is just some formality rather than a way of enhancing our ability to find the truth. They say the equivalent of, "So we challenged these nutbags for proof and they had a clever way of jumping *that* hurdle -- they *provided* proof. What are we supposed to do now?"

      --
      Information theory is life. The rest is just the KL divergence.
    20. Re:Same with newscientist by Ferretman · · Score: 1

      No surprises here. Both of these publications long ago transitioned from hard science to activism, and having made their bed with the Warmites they're going to defend it no matter what the facts say. As a modeling and simulations expert, I've studied some of the code and find it abominable. Where I work these people would be *fired*, immediately and without reservation, for the work they did. The emails are *bad*, the code is *damning*.

      --
      Sic gorgiamus allos subjectatos nunc
    21. Re:Same with newscientist by Idiomatick · · Score: 1

      If you have a better system than peer review do tell.

    22. Re:Same with newscientist by Idiomatick · · Score: 1

      Not totally on topic but... discovery, newscientist, and nature all make it into my science RSS feeds. Was wondering if you had a list of other renowned science journals I can get online of the same caliber. Discovery feels like it is aimed at children I know, it is the least read of the 3. And newscientist does make some stupid statements on occasion, but they have a love for science reminiscent of carl sagan which is something I admire.

    23. Re:Same with newscientist by rssrss · · Score: 1

      "It's lucky then that the data comes from many different independent sources and is therefore not bogus at all then, isn't it?"

      Please question your assumptions:

      "...we have only one raw dataset comprised of all the world's surface temperature measurements." However, what this means is that the 0.9C increase in the global average surface temperature during the last 150 years is guaranteed to be closely replicated by each of the research centers that are analyzing the data. Link

      At least one large portion of the raw data source has decided that there is a real problem:

      The [U.K.] Met Office plans to re-examine 160 years of temperature data after admitting that public confidence in the science on man-made global warming has been shattered by leaked e-mails. The new analysis of the data will take three years, meaning that the Met Office will not be able to state with absolute confidence the extent of the warming trend until the end of 2012. The Met Office database is one of three main sources of temperature data analysis on which the UN's main climate change science body relies for its assessment that global warming is a serious danger to the world. This assessment is the basis for next week's climate change talks in Copenhagen aimed at cutting CO2 emissions. The Government is attempting to stop the Met Office from carrying out the re-examination, arguing that it would be seized upon by climate change sceptics. Link

      Further, it is not clear that measured air temperatures are the sole or best indicator of the state of the global climate system. Link

      --
      In the land of the blind, the one-eyed man is king.
    24. Re:Same with newscientist by Anonymous Coward · · Score: 0

      However all this data "from many different independent sources " were all manipulated by the same group and everyone now references the same manipulated data. This same group also controls the peer review process so it's no wonder these "journals" are saying this.

    25. Re:Same with newscientist by phantomfive · · Score: 2, Insightful

      I neither work for an oil company or drive an SUV, but I can tell you what I don't like about the emails (not that you have to believe any of that from an internet person).

      No one can deny that AGW is a highly politicized topic: you have affirmed this by talking about shills. Nonetheless, it would be hoped that scientists have managed to largely stay away from the politicization. These emails show they haven't. They show that even some of the top scientists in the field have been caught up in the political process.

      This is bad. It means if you want to know the truth about a topic, you have to investigate it personally. How many of you have even read the IPCC report to see if its conclusions are valid or not? Have you looked at the computer models to see how accurate they are? Because if you've gotten all your information from realclimate.org, or climate-skeptic.com, or any non-peer-reviewed place, you are stepping into the quicksands of politicalization, and as likely as not have been mislead. That may sound like flamebait, but if you think about it, you'll realize it's true.

      --
      Qxe4
    26. Re:Same with newscientist by Anonymous Coward · · Score: 0

      Oh but don't you understand! It's all one giant conspiracy! They're all in on it! Tinfoil hat blah blah blah! ... sigh.

    27. Re:Same with newscientist by Homburg · · Score: 1

      One thing is crystal clear: these guys are biased in a way that is completely antithetical to true scientific research.

      No, they're biased in precisely the way scientists should be biased - they've studied the data, drawn conclusions based on this data, and they're passionately arguing for these conclusions in the public sphere. Science isn't some kind of abstract, isolated ratiocination, it's a collective process carried out by a huge number of diverse individual human beings, and the CRU scientists are playing precisely the role they should in this process.

    28. Re:Same with newscientist by mpe · · Score: 1

      No surprises here. Both of these publications long ago transitioned from hard science to activism, and having made their bed with the Warmites they're going to defend it no matter what the facts say.

      Which makes you wonder what else these publications might be being less than honest about.

      As a modeling and simulations expert, I've studied some of the code and find it abominable. Where I work these people would be *fired*, immediately and without reservation, for the work they did. The emails are *bad*, the code is *damning*.

      Even (supposedly) much better models can't predict the weather. So what hope have any models of predicting "climate" over even a short period of time.

    29. Re:Same with newscientist by Idiomatick · · Score: 1

      Information is ALWAYS this way... perhaps more so when politically charged. But it is never good to assume. The best you can do is pick people you trust that are informed people since you can't possibly inform yourself on every wing of science. Then let your reps duke it out with others. It is like a sort of.... free choice democratic system where your vote only matters to you.

    30. Re:Same with newscientist by astar · · Score: 1

      clearly no formal system is worth much for science if the participants are going to mix in ideology, so what is your point?

    31. Re:Same with newscientist by DriedClexler · · Score: 1

      I don't have one -- I'm just saying, do the REAL peer review process. That means:

      -No using political pull to get a paper rejected merely because you disagree with its conclusion.

      -Allowing anyone to inspect the data and methods so as to reproduce your calculations and inferences.

      -Seriously considering disconfirmatory data presented by other scientists, and its implications for your preferred hypothesis, rather than regarding it as a "way around" your exclusionary tactics that you have to "redefine out of the peer-reviewed literature".

      -No "adjusting" your data to deliberately match the "top dog's" data and then calling your data set independent.

      In other words, a process these jerks didn't follow.

      --
      Information theory is life. The rest is just the KL divergence.
    32. Re:Same with newscientist by tiqui · · Score: 1

      They do destroy it when they show a pattern of the most basic manipulations of science and the peer review process and of who and what gets published

      I am sorry, but a few sympathetic publishers of AGW articles riding in to the rescue of AGW paper writers (who have privately admitted to working very hard to make sure that only people who agree with them can get published or be editors at publications) serves more to raise my eyebrows and ask if these publications were involved in the manipulation of publications. That is just how bad it is when scientists choose to manipulate their peers, the process, and the public

    33. Re:Same with newscientist by tiqui · · Score: 2, Insightful

      The continual stream of false accusations that their opponents are all funded by the oil industry was probably the first thing that got me to suspect something was wrong with AGW. If the sciencee is on your side, then you have no need to ascribe false motives and paymasters to everyone who disagrees with you.

      Why is it that nobody assumes all these government-funded people who produce results that say governments should get bigger and more powerful are themselves biased by their funding sources?

      Governments have spent billions on AGW research, and are preparing to spend trillions on it. The power and money that governments will control if they can convince everyone of AGW dwarfs anything any corporation ever dreamed of

    34. Re:Same with newscientist by Attila+Dimedici · · Score: 3, Insightful

      Right, because the guys who got millions in grants because they said the "sky is falling" are so much more trustworthy? Dr. Phil Jones received grants in the 90s in the thousands of dollars, since 1998 the grants he has received have been in the millions of dollars.

      --
      The truth is that all men having power ought to be mistrusted. James Madison
    35. Re:Same with newscientist by Idiomatick · · Score: 1

      -No using political pull to get a paper rejected merely because you disagree with its conclusion.
      They didnt... he just bitched and said he wanted to.

      -Allowing anyone to inspect the data and methods so as to reproduce your calculations and inferences.
      Raw data has been released now from most sources publicly. Methods are being more commonly released to the public but these were ALWAYS shared during peer reviews anyways or omitted...

      -Seriously considering disconfirmatory data presented by other scientists, and its implications for your preferred hypothesis, rather than regarding it as a "way around" your exclusionary tactics that you have to "redefine out of the peer-reviewed literature".
      That is truly up to the individual, hard to enforce. And something these people didn't follow.

      -No "adjusting" your data to deliberately match the "top dog's" data and then calling your data set independent.
      Agreed. Their algorithm was pretty lame, though I bet it was more out of stupidity and laziness than conspiracy.

      But peer review caught these issues... Papers weren't rejected and were infact mentioned and discussed in the ipcc report. Peer reviewers obviously get access to their data, the issue was that the public didn't and that they picked and chose who to share it with for peer reviewing. And though they were stupid and edited their data sets, those didn't make it to peer review, if they did they'd have been blown away as they fail to be reproducible based on the data given, without a failed algorithm.

    36. Re:Same with newscientist by Lars+T. · · Score: 1
      Oh, let's talk about how you made data (aka words) disappear, to "hide the decline" of your argument, shall we? The article continues:

      The Met Office’s published data showing a warming trend draws heavily on CRU analysis. CRU supplied all the land temperature data to the Met Office, which added this to its own analysis of sea temperature data.

      If anybody cares, that sea temperature data also shows a warming trend.

      Since the stolen e-mails were published, the chief executive of the Met Office has written to national meteorological offices in 188 countries asking their permission to release the raw data that they collected from their weather stations.

      IOW, they want to make publicly available the data that the CRU wasn't allowed to unhide.

      The Met Office is confident that its analysis will eventually be shown to be correct. However, it says it wants to create a new and fully open method of analysing temperature data.

      Which is pretty much what the deniers wanted to avoid in the first place.

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    37. Re:Same with newscientist by khallow · · Score: 2, Insightful

      No, they're biased in precisely the way scientists should be biased - they've studied the data, drawn conclusions based on this data, and they're passionately arguing for these conclusions in the public sphere. Science isn't some kind of abstract, isolated ratiocination, it's a collective process carried out by a huge number of diverse individual human beings, and the CRU scientists are playing precisely the role they should in this process.

      Nonsense. They aren't just arguing for an interpretation, they're manipulating data in unknown ways (admittedly you have to do so in order to aggregate it as they have to), blocking rival research from peer-reviewed journals, refusing to reveal their data, methods, and programs, and generally acting in a way that doesn't allow others to second guess their work. My view is that at this point, if we go the route of some sort of game where the science doesn't matter, then it's everyone for themselves.

    38. Re:Same with newscientist by mikechant · · Score: 1

      Waste of time but here are the sort of sources we're talking about:
      Atmospheric temperatures (satellite, weather balloons etc)
      Sea temperatures
      Land Temperatures
      Ice Core samples
      Tree rings
      Growing season changes
      Species Latitude/altitude changes
      Arctic ice retreat
      General glacier retreat.
      Peripheral Antarctic ice shelf collapse
      Measured mean sea level rise.
      Collected and analysed by various independent bodies across the world for decades.
      All essentially showing the same broad picture.
      I'd suggest looking at the IPCC reports but obviously if you believe that all the world's climatologists are conspiring together then no evidence will be sufficient.

    39. Re:Same with newscientist by Troed · · Score: 1

      Why do you post that list as if it agrees with your statement? (It doesn't).

      Atmospheric temperatures do not agree with AGW (the "heating" isn't where it "should be").

      Sea temperatures show no AGW, but show the different cycles of PDO, AMO etc well.

      Land temperatures - as also discussed in the leaked emails - show double the heating of the sea, which is unexplained (unless you subscribe to the theory that UHI is severely affecting the record)

      Ice Core samples - the diffusion problem is still up in the air [hah].

      Tree rings - good precipitation proxy. Not so much for temperature, which has been made evidently clear in the Briffa fiasco.

      Growing season changes - on track as they've been throughout history.

      Species/altitude - see above. We _know_ this has changed before, frozen pollen etc.

      Arctic ice retreat - which retreat? 2007 was a low year due to _winds_ (known), and has increased since then.

      General glacier retreat - end of Little Ice Age should cause that, and according to India it's much overblown for the Himalayas.

      Measured mean sea level rise - in principle nonexistent according to photographic evidence and experts in the field (Mörner) ...

      Maybe you should read something else but the IPCC, which according to the leaked data is a compilation of personal quests by some scientists to favour their own pet ideas about the world and keep everything else out?

      [everything written in this post easily googleable]

    40. Re:Same with newscientist by argStyopa · · Score: 1

      ..which is great. Unquestionably.

      However, it doesn't cause you a single note of worry that it took essentially an internal leak (or deliberate penetration) to penetrate this web of collusion? More broadly, it took this for people to be willing to release their raw data sets? On something THIS important? Really?

      I mean, that's the equivalent of a kids saying "ok, yes, I admit I snuck in and opened my christmas present early" when he's been denying it for WEEKS and is then confronted with video evidence to the contrary.

      You really don't get any points for your conscientious admission when your guilt is already proved.

      From my humble observers chair, let me present two parallel issues:
      - Anthropogenic global warming: much of the data leans toward proving that there IS warming going on. Some of it suggests strongly that human activity is forcing, but we don't really understand the mechanisms, and routinely new data is gathered which contests the relatively flimsy hypothesis. Nevertheless, many people are convinced, and thus government policy is written based on the assumption this is fact, despite the more recent evidence (lack of actual warming) that their models are probably almost totally wrong.
      - Iraqi Weapons of Mass Destruction: much of the data leans toward the idea that the Iraqis under Saddam Hussein are busily working toward the creation of weapons of mass destruction. Clearly, the Iraqis used chemical weapons against their own populace, and the Clinton administration, congress, and the Bush administration that followed (as well as most foreign intel organizations) all agree that Saddam is after WMD, but the IAEA inspectors don't find anything except perhaps faint suggestions that at one time there might have been such a program, long since dismantled/failed. Nevertheless, many people are convinced, and thus government policy is written based on the assumption this is fact, despite the more recent evidence (lack of actual weapons ever being found) that their models are probably almost totally wrong.

      One of these two episodes caused 6 years of wrenching political debate, the question constantly attacked by the media and defended by an administration; an issue that no longer became a simple fact to be debated on its rightness or wrongness, but a malignant signal of an administration and political philosophy's essential EVILNESS, to be attacked by its critics relentlessly and defended by its supporters blindly and reflexively.

      What would be your position on the Iraqi WMD question if there were an inside leaker who distributed 61 megs of emails between Bush and Cheney EXPLICITLY discussing how critics would be silenced, data would be edited and massaged to bring up the results they wanted, FOIA requests evaded and (again, explicitly) discussing the destruction of critical data and documents to prevent them ever being seen and used to question the policy?

      In fact, I daresay there are a lot of readers of /. who already ASSUME such discussions took place regarding their 'issue of contention', despite a lack of actual proof. "Deniers" now HAVE proof, not just assumptions.

      --
      -Styopa
    41. Re:Same with newscientist by aurispector · · Score: 1

      Wrong, wrong, wrong. You're supposed to argue your slant in published papers, not behind the scenes. Anything else is rank manipulation.

      You greenies are so in love with AGW you've blinded yourselves to the truths you're trampling in order to support your agenda.

      --
      I have mod points. The reign of terror begins now.
    42. Re:Same with newscientist by mhelander · · Score: 1

      open source

    43. Re:Same with newscientist by riverat1 · · Score: 1

      Projecting climate is a much different thing than predicting weather. Climate is the envelope that weather and natural variability fit into. Climate models project various climate outcomes based on input variations.

    44. Re:Same with newscientist by Anonymous Coward · · Score: 0

      The premise is "false"? Or politically, philosophically, and/or financially motivated? The latter does not necessitate the former.

    45. Re:Same with newscientist by Troed · · Score: 1

      Open peer review would do fine. Today it's a club of who knows whom. Enforce (not just claim you do) access to everything the papers are basing their conclusions on, allow anyone to verify.

      It's a bit like open source.

    46. Re:Same with newscientist by Straif · · Score: 1

      Can you link to any of these independent data sets?

      As has been mentioned numerous times, all the climate data comes from primarily a single source, the NOAA/GHCN, and is them 'independently' analyzed by NOAA/GHCN, NASA/GISS and the CRU. So any problems in collections, instrument location and to a very large extent the methods used to balance the numbers will show up in all 3 'independent' data sets.

      Their final 'adjusted' data sets are then used by pretty much every other research facility in the world.

      --
      Of course that's just my opinion...... you could be wrong!
  3. Unfortunate by glueball · · Score: 1, Insightful

    There are items of interest--even if determined irrelevant in the end--to discuss.

    This is as if immediately after the Kennedy assassination the government was saying "there is nothing to see, move along, move along"

    1. Re:Unfortunate by Anonymous Coward · · Score: 2, Insightful

      I would compare it more to 9/11, the artificial choice of it's all a conspiracy or there is nothing to see move along. Instead of there are a lot of facts we don't want you to know so please don't look any deeper.

      Same thing, "Oh, the EMAILS!". The emails, it's all about the email and a conspiracy! Either you support global warming or your a conspiracy nutter tin-foil hat and all. When really it is the fact that while global climate change is a reality, it is also being used to support an agenda.

  4. Let me save the UN the time by portwojc · · Score: 1, Insightful

    Here's the UN investigation outcome, "those emails mean nothing".

    Just wait for it.

    1. Re:Let me save the UN the time by qmaqdk · · Score: 1

      Here's the UN investigation outcome, "those emails mean nothing".

      Just wait for it.

      What are you implying? The ENTIRE UN is in on the "conspiracy" to give more funding to a select group of scientists, so that they can take more trips to Tahiti?

      --
      My UID is prime. Hah!
    2. Re:Let me save the UN the time by TapeCutter · · Score: 1

      Here is a description from a reputable source of how the UN has conducted it's investigation so far.

      Further, the IPCC has a budget of $5-6 million per annum and none of the roughly 2500 scientists who compile the reports recieve a single penny of it in remmuneration. A small portion goes to the 2 or 3 paid staff but I will leave it at an exercise for you to actually visit their site and inspect their finiancial accounts to find out how they spend the rest of it.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    3. Re:Let me save the UN the time by Anonymous Coward · · Score: 0

      The idea that the UN is in on some giant conspiracy is nothing new to global warming or climate change or whatever you want to call it but it's not just to benefit a few scientists. They've got a huge bureaucracy to support..

      There have been several moves in different directions that point to the idea that the UN wants to become a sort of Uber government with the ability to tax the citizens of individual countries as if they they were a single world government and everyone on the planet its citizens. This move through climate change, carbon cap and trade and such is just another attempt in that path.

      Now, if, in fact, we could all get together and form a single planetary government with the best interests of all as its main goal, rather than have it forced on us by a set of bureaucrats, we'd probably be a lot better off than having a whole lot of individual governments, puppet-governments, insurrectionists, revolutionists, mobs and such all beating up on each other but, sadly, human nature being what it is, there's no way you're going to get over 6 billion people to agree on any one thing.

      (Well, unless aliens from outer space land and try to take over the planet. That might get us working together. :-)

    4. Re:Let me save the UN the time by TooManyNames · · Score: 1

      I don't think he's implying that the entire UN is in on a conspiracy. Rather, it would be more likely that political motivations would compel the majority of the UN panel to default on the "those emails mean nothing" platform. After all, the UN is a political organisation and has already thrown its support behind mitigating Global Warming. When is the last time you heard a group of politicians say "Sorry, we were wrong about that thing we've spent years on." or even something which might be construed as such?

      Regardless of whether these emails provide any compelling evidence against Global Warming, it would be naive to think the UN would change its position so readily.

      --
      "Is not a sentence" is not a sentence. Well damn.
    5. Re:Let me save the UN the time by Dobeln · · Score: 0, Troll

      "What are you implying? The ENTIRE UN is in on the "conspiracy" to give more funding to a select group of scientists, so that they can take more trips to Tahiti?"

      There is nothing "secret" about it - the group is known as the IPCC and will of course like most organizations defend itself to the death.

    6. Re:Let me save the UN the time by Anonymous Coward · · Score: 0

      Every one of the scientists rely on their climate research for their incomes. What happens to their jobs if they conclude climate change is natural? The fact that their paychecks don't come from IPCC doesn't remove their conflicts of interest.

    7. Re:Let me save the UN the time by riverat1 · · Score: 1

      How does whether climate change is natural or not affect their jobs? It's still a subject worth studying so we have the information to mitigate the changes that occur.

  5. Peer-reviewed journal? by dusanv · · Score: 1, Insightful

    Is that a journal where the hockey team review each others papers anonymously? No surprise that they won't investigate anything.

    I think open source is the answer here. Open source the data, methodologies, any programs used. Anybody else should be able to reproduce the results by themselves. All that research is paid for by the public dime anyway and it's used to set public policy so it shouldn't be kept secret. Oh, and no anonymous peer "reviewing" would be really nice.

    1. Re:Peer-reviewed journal? by BlueParrot · · Score: 4, Informative

      Is that a journal where the hockey team review each others papers anonymously? No surprise that they won't investigate anything.

      Dude, you're not just talking about any journal here. You're talking about THE journal for the physical sciences. This journal has more than a century of scientific reporting as testament to its quality. It predates the Nobel price. It predates the work of Einstein and Schrödinger. Interestingly though it is not older than the discovery of the atmospheric greenhouse effect, which was first described by Fourier in 1824.

      Just to give you a clue what you're actually implying in your post...

    2. Re:Peer-reviewed journal? by schon · · Score: 5, Insightful

      Is that a journal where the hockey team review each others papers anonymously?

      No, it's a scientific journal. They don't write about sports.

      No surprise that they won't investigate anything.

      If you read the article and summary, you'll discover that they did investigate, and found nothing wrong.

      Perhaps you should brush up on your reading comprehension skills. Learning a bit about the scientific method would help too.

    3. Re:Peer-reviewed journal? by Troed · · Score: 1

      As an active palaeoclimate scientist and also someone who has published in Nature I am deeply disturbed by this editorial. I have written to the editor and cancelled my subscription. There is no room in science for such closed minds. I fear that the editorial is now running behind the pack. By all accounts there is every chance the UEA investigation will be thorough and watching the Vice-Chancellor on television this evening he certainly was very careful to not defend CRU.

      http://bishophill.squarespace.com/blog/2009/12/2/has-nature-overstepped-the-mark.html

    4. Re:Peer-reviewed journal? by qmaqdk · · Score: 2, Insightful

      If you're this sceptical of the peer-review process, then why aren't you dismissing everything else in science as well? It's done by exactly the same process.

      --
      My UID is prime. Hah!
    5. Re:Peer-reviewed journal? by 2.7182 · · Score: 1, Flamebait

      Right, that's the right reason to believe something - because the journal has a fine pedigree. Hence you should look the other way when they do a crappy job.

      And, as far as I know, Einstein and the other early 20th century physicists published in physics journals, not that hodge podge stamp collecting journal that you think is so great.

    6. Re:Peer-reviewed journal? by Anonymous Coward · · Score: 0

      Is that a journal where the hockey team review each others papers anonymously? No surprise that they won't investigate anything.

      The reviewers thought the paper had merit, therefore they're obviously part of a conspiracy? Do you have any evidence that Nature is being totally biased or do you generally just assume that people that don't agree with you are wrong?

      And what would ending anonymous peer-review do? If anything it would leave the system even more open to abuse. "Hah! Dr Bloggs refused to give my last paper the all clear, so now that I'm reviewing his paper I'll reject it without even reading it!"

      As for open sourcing programs, that's not going to happen. How can scientists open-source programs they don't own? You seem to be under the impression that all scientists write their own software. They don't, and many wouldn't have the skills to do so, which is why there is a market for commercial software.

    7. Re:Peer-reviewed journal? by Anonymous Coward · · Score: 0

      It doesn't matter what they (staffs of "Nature") have done in the past.

      What matters is their methodolgy and procedures, as applied to this particular article/issue.

      Saying that the staffs of the journal "Nature" could not possibly have done wrong because of their prestige is like claiming, "The defendant, Mr. Smith, could not possibly have committed the murder, because he's such a well-liked guy with such a high-paying/high-prestige job."

      The issue is whether or not Mr. Smith's fingerprints are on the knife used as the murder weapon, etc...

    8. Re:Peer-reviewed journal? by Anonymous Coward · · Score: 0

      Except that... CRU was specifically attacking journals that DID NOT agree with them. You may want to actually read the emails, or at least excerpts from them. They're pretty unbelievable.

      For Nature, which was indeed a great journal, to "investigate" and "find nothing wrong" is the real shocker.

    9. Re:Peer-reviewed journal? by Mashiki · · Score: 1

      Was that before or after the editorial attacked people who questioned the methodology by calling them "fringe-denialists." Seriously is that supposed to be an editorial in a respectable journal? What the in bloody hell is that? About the time I hit that, I cancelled my subscription and I've been getting Nature delivered to me for around 15 years. Since I got my first job, figured out I was a geek. And enjoyed geeky stuff.

      If you can't question objectively in an editorial your bias is showing.

      --
      Om, nomnomnom...
    10. Re:Peer-reviewed journal? by dusanv · · Score: 3, Insightful

      So past accomplishments (not denying Nature has had more than a few) pretty much make you permanently infallible, is that what you're saying?

      I don't think there should be anything above scrutiny. That's how I understand science.

    11. Re:Peer-reviewed journal? by tsa · · Score: 1

      THE journal for physical sciences is Phys. Rev., not Nature.

      --

      -- Cheers!

    12. Re:Peer-reviewed journal? by phantasmagoric · · Score: 1

      Well you don't know very much then. Lets see what early 20th century physicists published landmark papers in Nature: Rontgen, Chadwick, Meitner, Davisson...

      Nope these guys never did any real science, just stamp collectors all

    13. Re:Peer-reviewed journal? by Anonymous Coward · · Score: 0

      I think open source is the answer here. Open source the data, methodologies, any programs used. Anybody else should be able to reproduce the results by themselves. All that research is paid for by the public dime anyway and it's used to set public policy so it shouldn't be kept secret. Oh, and no anonymous peer "reviewing" would be really nice.

      I think you're a moron.

    14. Re:Peer-reviewed journal? by istartedi · · Score: 1

      Argument from reputation is poor. If they published a proof of Fermat's last theorem, you'd want to follow the proof, not just accept it because the journal is old.

      --
      For all intensive purposes, "whom" is no longer a word. That begs the question, "who cares"?
    15. Re:Peer-reviewed journal? by Kumiorava · · Score: 1

      Absolutely and many mathematicians will do so and report their findings. Same goes with these climate articles, once something is published in a reputable journal there is much stronger push to either confirm or counter the findings. Unfortunately I'm not equipped with proving Fremat's last theorem or any of the climate discussion. Therefore my best option is to follow highly reputable journals and trust them to do the right thing in terms of scientific discussion.

    16. Re:Peer-reviewed journal? by Anonymous Coward · · Score: 0

      You've missed the point. Nature is not a serious ground-level scientific journal: it exists to bring science to the masses, and it does so by cherry-picking research which is of social, political, human etc interest.

      If your research doesn't fit into those categories, it only makes it into Nature if it completely revolutionizes your field, is scientifically "amusing" (think DNA origami, which has been discussed here before), or if you have an "in" with the journal thanks to your connections. Science is much the same way, sadly, though a little better than Nature.

      Unfortunately, since Science and Nature exist to bring science to the widest audience, they are great ways to get your work noticed, which equals citations, which equals funding and job security. As a result, there is a heavy bias towards presenting your work in a positive light with regards to the factors I mention above. I'm sure your can follow the logical end of these factors as they pertain to AGW.

      Sagan said that "extraordinary claims require extraordinary evidence". My extension to this is that important claims require extraordinary evidence, and there has never been a more important claim than that of AGW, which is why it is so disheartening to see that the researchers in that field have anything less than the best, most unassailable behavior.

      AC because I work in this field.

    17. Re:Peer-reviewed journal? by istartedi · · Score: 1

      I thought about this a bit more after I posted. I came to the conclusion that reputation is for triage. In other words, reputation isn't useless as I implied.

      So, reading peer-reviewed journals isn't a bad idea. In fact, it's a start; but if you were only equipped to start and not finish... then it's not much help.

      Also, what's being questioned by a lot of people is the whole "peer review" process. I don't think you have to be a conspiracy nut to question that. Anybody who says the scientific community isn't strongly biased towards "liberal" ideology is, to use their own language, a denialist.

      To me, "peer review" sounds way too much like "what the cool kids think". I've been an AGW sceptic from way back though, and taken a lot of s*** for it. Fortunately, I'm not a career academic so the s*** was some sour looks and (believe it or not) a girl who wouldn't even have coffee with me!

      --
      For all intensive purposes, "whom" is no longer a word. That begs the question, "who cares"?
    18. Re:Peer-reviewed journal? by Anonymous Coward · · Score: 0

      When you show me emails or other communications claiming to be attempting to manipulate the process, to do everything possible to obfuscate or deny access to data to verify the science, or to work at keeping non-supported views and papers from surfacing, I will question that science too.

      OF course if your just going to accept what the good book says despite all this, you might as well just join a religion because your acting no differently.

    19. Re:Peer-reviewed journal? by hey! · · Score: 1

      The point is that the journal as an institution has a lot invested in the scientific method. Unlike some recently concocted "scholarly" journals, it does not have to take papers sponsored by its corporate underwriters. The incentive is to maintain its reputation, rather than to sell it.

      It doesn't mean that it's perfect. No science is perfect. If you've ever seen it being done up close. The process of peer review can be nasty and ugly when you see it in operation. It is certainly not infallible, but it works better than anything anybody else has ever come up with, and it *does* correct its past mistakes, which *politically* motivated processes never do.

      What *no* prestigious journal wants to do is become the organ of the status quo view. If some upstart journal published a landmark paper that turns the scientific consensus on AGW upside down, *that* is what would break the journal's rice bowl. On the other hand they don't want to be publishing papers on perpetual motion machines or "creation science" either. It turns out that the sweet spot is open minded skepticism about turning over decades of scientific work.

      What that means is that the standard of scrutiny for overturning the consensus is higher than for extending that consensus. Naturally, this gets climate change skeptics pissed, but that's the it is. You just can't write a paper saying the consensus arrived at after four decades of climate research is wrong and expect the reviewers to treat that paper kindly. The default stance of the reviewers is going to be that the scientific consensus is right, and they'll hold you to a higher stnadard if you claim it isn't. That means you have to make narrower claims, have them rebutted, then rebut the rebuttal, and so ad nauseum until you begin to sow the seeds of doubt.

      And the truth is that scientists, while skeptical, *want* their skepticism broken down. That's major scientific progress. Scientists *want* their understanding of the world twisted and turned inside out. That's the fun. But it's no fun having your world view turned inside out and finding out that the paper that did it wasn't as wonderful as it looked. So they put their thumb on the scales of evidence, and insist that extraordinary claims undergo extraordinary scrutiny. *Any* paper if looked at closely enough will have flaws, but if you want your paper to become a *seminal* one, you'd better do a lot better job than a less controversial one.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    20. Re:Peer-reviewed journal? by Jeremy+Erwin · · Score: 1

      notable physics papers in Nature. A short list. Perhaps Einstein preferred to write in German.

    21. Re:Peer-reviewed journal? by 2.7182 · · Score: 1

      That IS a short list, I agree. And most of the good papers are old, and I would argue that the more recent ones are not earth shattering. Try comparing it to the list of great papers in physical review.

      Science and Nature = stamp collecting journals, and have degenerated into media machines.

    22. Re:Peer-reviewed journal? by Kumiorava · · Score: 1

      I'm not sure what is your definition of "liberal", but stem cell research is one example where traditional "conservative" view is not supported by majority of the science community. In most areas of science the research is apolitical and there are no predetermined political stances towards any outcome.

      I don't believe that scientists are inherently "liberal", the politicization of the climate change has created illusion that scientists are somehow taking sides in this issue. Even in the emails released one of the researchers scolded global warming advocates in doing disservice to this issue by being too fanatic. Obviously a lot of the frustration in "conservative" camp comes from the fact that there is very little peer reviewed science pointing at the "conservative" position. In case you look into countries with multiparty systems the climate change acceptance crosses political boundaries quite easily. I think United States has become trapped in bipartisan politics where the need of being against the other party overrides sensible discussion.

      My view is that science is not a popularity contest, well researched articles will get published as each of these journals compete for breakthrough science articles. At this point lack of publications supporting climate change sceptics is very telling.

    23. Re:Peer-reviewed journal? by Jeremy+Erwin · · Score: 1

      It's a peer reviewed general interest journal. The average scientist can afford a personal subscription, which cannot be said of Journal of Physics A--G (You may argue that you only need one or two of the parts, but that just further entrenches your specialization.)

      The Wegman Report speculated that Mann, Bradley and Hughes were part of a self reinforcing closed social network that could have benefited from outside critics-- especially statisticians.

      By publishing in general interest journals, climate researchers can theoretically attract serious, substantive criticism and collaboration from non-dendrochronologists.

      BTW, how's Nature Physics?

    24. Re:Peer-reviewed journal? by Jeremy+Erwin · · Score: 1

      Sagan said that "extraordinary claims require extraordinary evidence".

      Sagan was talking about claims that upend our understanding of the physical world based on the slimmest of evidence or even idle speculation. Alien Abductions, for instance. Hollow Earth theories. ESP. Does your theory necessarily involve a conspiracy?

      On this Nova episode he discusses alien abduction.

      NOVA: Could you please comment on the part of the quality of the evidence that is put forward by these so-called "abduction proponents."

      SAGAN: Well, it's almost entirely anecdote. Someone says something happened to them...And, people can say anything. The fact that someone says something doesn't mean it's true. Doesn't mean they're lying, but it doesn't mean it's true.

      To be taken seriously, you need physical evidence that can be examined at leisure by skeptical scientists: a scraping of the whole ship, and the discovery that it contains isotopic ratios that aren't present on earth, chemical elements form the so-called island of stability, very heavy elements that don't exist on earth. Or material of absolutely bizarre properties of many sorts—electrical conductivity or ductility. There are many things like that that would instantly give serious credence to an account.

      But there's no scrapings, no interior photographs, no filched page from the captain's log book. All there are are stories. There are instances of disturbed soil, but I can disturb soil with a shovel. There are instances of people claiming to flash lights at UFOs and the UFOs flash back. But, pilots of airplanes can also flash back, especially if they think it would be a good joke to play on the UFO enthusiast. So, that does not constitute good evidence.

  6. re:A few suspect emails do not destroy millions... by Anonymous Coward · · Score: 4, Insightful

    "A few suspect emails do not destroy millions of man hours of research."

    Never mind the quality, feel the weight.

  7. Nice explanation in potholer54's video by sucker_muts · · Score: 4, Informative

    This video explains quite clearly how these leaks and the reactions on it should be placed in their correct context:

    http://www.youtube.com/watch?v=7nnVQ2fROOg

    --
    Dependency hell? => /bin/there/done/that
    1. Re:Nice explanation in potholer54's video by ryanduff · · Score: 1

      And how is this any different than the exact same picture being published by the news media year after year showing the ice shelf collapsing?

      I think there's transgressions on both sides of the aisle.

      http://www.appinsys.com/GlobalWarming/AntarcticWilkinsIceShelf.htm

    2. Re:Nice explanation in potholer54's video by Jeremy+Erwin · · Score: 2, Insightful

      How do you people find the time to watch silly videos? Is there an accurate transcript? With still images? Perhaps a normal web page?

    3. Re:Nice explanation in potholer54's video by Flambergius · · Score: 1

      "the exact same picture being published by the news media year after year" meaning that MSNBC used the same photo that Guardian had used the year before. And even correctly attributed the image to the British Antarctic Survey. Oh, those devious bastards.

      I was also amused to see that satellite images that shows the disintegration / re-growth of Wilkins Ice Shelf is an annual event also pretty clearly show that the annual maxima of disintegration is much greater now than it was previously.

      --
      Computers are useless. They can only give you answers - Pablo Picasso
    4. Re:Nice explanation in potholer54's video by DriedClexler · · Score: 1

      Agreed. Videos are a huge time suck with little information content to justify them. Don't use them to substantiate a point unless you give a VERY detailed summary or transcript. But at that point, why do you need the video?

      --
      Information theory is life. The rest is just the KL divergence.
  8. With all the moeny invested by Blappo · · Score: 3, Insightful

    And the apparent lack of transparency regarding the code, I submit that the researchers under fire be asked to use the code in question to reproduce their results under observation, explaining how they did it.

    --
    Why are so many posts with factual errors modded up?
    1. Re:With all the moeny invested by Ghubi · · Score: 1

      Yeah right, do you have any idea how many weeks of supercomputer time it takes to run these climate models? Well neither do I. Just think of all the CO2 that would be produced by running them again!

  9. Time to investigate steroids in baseball? by Blappo · · Score: 0

    But we don't have time to look into this?

    Congress, don't take your cue from Nature, do your job advocate of the people who are paying for this research and do an honest investigation.

    --
    Why are so many posts with factual errors modded up?
  10. Still curious by Anonymous Coward · · Score: 0

    Why these so-called scientists are telling everyone to "move along, nothing to see here" while ignoring the fact that the global climate has not warmed, but done just the opposite. If the data is so strong, why did the hacked emails reveal intentional distortion of the data and collusion to suppress opposing viewpoints? Is this an "ends-justifies-the-means" thing?

  11. The most telling word in the whole article: by funwithBSD · · Score: 2, Insightful

    Denialists.

    That's right, anyone who "denies" global warming is human caused is denying the truth.

    Some "climate-change-denialist fringe" (also their words in the link) who deny the "scientific case" of human-caused (their words, and honest ones. It does not rise to the level of a theory)
    No, they could not be credible scientists that look at the data and see other hypothesis. Nor could they be credible in questioning the base data. The "debate is over".

    Sorry Nature, epic fail.

    Starting your argument with a personal attack is not good form. You expose your own bias to believe the human-caused global warming hypothesis by doing the very thing the scientists in the emails do: attack and discredit those who disagree with you.

    Every scientific theory, and even "laws" like gravity, must stand up to rigorous scientific questioning... or they are merely pseudo-religious beliefs. You might as well declare Al Gore the Global Warming Pope and set up a church in Copenhagen.

    --
    Never answer an anonymous letter. - Yogi Berra
    1. Re:The most telling word in the whole article: by qmaqdk · · Score: 1, Troll

      Sometimes it's necessary to stop listining to the idiots. It's the same with evolution denialists. We can't keep spending time on issues that the vast majority of scientists agree is bogus.

      --
      My UID is prime. Hah!
    2. Re:The most telling word in the whole article: by bhima · · Score: 2, Funny

      I find it fascinating that denailists like yourself express wild fantasies with religious overtones when complaining about science. I also find it interesting how you are so willing to assert conspiracies of gigantic proportions to explain consensus in the scientific community. It's pretty pathetic to see people so divorced from reality.

      --
      Nothing in the world is more dangerous than sincere ignorance and conscientious stupidity.
    3. Re:The most telling word in the whole article: by Anonymous Coward · · Score: 1

      This is exactly right and exactly the point. AGW is a theory that should be open to scientific debate, just like any other scientific theory. The emails demonstrate that these scientists actively tried to suppress scientific debate, and that's wrong. Period. The endless nitpicking from both sides of the issue about the language and wording of the emails is misdirection. There is a debate about the validity of AGW. If that wasn't true, this wouldn't have happened in the first place.

    4. Re:The most telling word in the whole article: by Anonymous Coward · · Score: 0

      "Every scientific theory, and even "laws" like gravity, must stand up to rigorous scientific questioning... or they are merely pseudo-religious beliefs. You might as well declare Al Gore the Global Warming Pope and set up a church in Copenhagen."

      Yet the Earth still warms.

    5. Re:The most telling word in the whole article: by Anonymous Coward · · Score: 0

      It is fascinating that you believe that there is a 'consensus in the scientific community.' Do you understand what a consensus is??? The truth is far from being discovered.

    6. Re:The most telling word in the whole article: by eldavojohn · · Score: 1

      Denialists.

      Donny: Are these the Nazis, Walter?
      Walter: No, Donny, these men are denialists, there's nothing to be afraid of.

      --
      My work here is dung.
    7. Re:The most telling word in the whole article: by Anonymous Coward · · Score: 3, Insightful

      There comes a point where the scientific evidence in support of a theory is so overwhelming that those who deny its truth are either ignorant or denialists.

      We don't take HIV/AIDS denialism seriously, we don't take tobacco/lung cancer denialists seriously, we don't take moon landing conspiracy theorists seriously, we don't take young earth creationists seriously. While there is some uncertainty in the ultimate extent of climate change (as with any scientific prediction), the fundamentals (i.e. radiative forcing due to CO2, the fact that we are responsible for recent increases in CO2, the fact that feedback mechanisms exist which enhance our climate sensitivity) are very well understood, and multiple independent measurements of the temperature confirm that the earth is indeed heating at a statistically significant rate.

      It's actually funny watching the denialists backtrack further and further at each step that they are debunked. Carbon dioxide levels haven't increased. Okay, they have increased, but humans aren't responsible. Okay, we are responsible, but temperatures haven't increased as a result. Okay, temperatures are increasing, carbon dioxide levels are increasing, and we are responsible for it, but Glenn Beck tells me it's a conspiracy by Obama to introduce a global socialist government. Okay, these conspiracy theories are a little nutty - what's the problem with global warming? We should embrace it. Okay, maybe we shouldn't embrace it, but it's too hard to stop it. Let's give up.

      For those who understand the science, there is no doubt in the fact that man is contributing to increases in the global temperature. For everyone else, there's always Fox News.

      Honestly, I expected better from Slashdot. Most here seem to have taken the conspiracy theorist nonsense hook, line and sinker.

    8. Re:The most telling word in the whole article: by Flambergius · · Score: 4, Insightful

      "must stand up to rigorous scientific questioning" - true, indeed. The problem is that Global Warming has done so convincingly several times over and still some people refuse to bulge. Hence, denialists.

      If this was an ordinary scientific issue it really wouldn't matter: graduate students tend to avoid bad scientists and so denialists die out. Unfortunately, this is not a ordinary scientific issue, but one that begets an extremely important current policy issue; one that may require all sorts of weird things, like actual global governance. I, personally, would very much prefer if the lunatics would shut up and let the rest of us get on to figure out what to do.

      --
      Computers are useless. They can only give you answers - Pablo Picasso
    9. Re:The most telling word in the whole article: by Jarjarthejedi · · Score: 1

      "There comes a point where the scientific evidence in support of a theory is so overwhelming that those who deny its truth are either ignorant or denialists."

      Ah, so the tiny flaws in somelike like, say, gravity and its quantum interactions should be ignored because there's enough evidence in support of einsteinian gravity that anyone who denies it's absolute truth is ignorant then? You might want to go inform the scientists who are investigating it so they can stop.

      Science doesn't stop just because there's a lot of evidence in favor of one theory. There was a ton of evidence in favor of Le Sage's mechanical theory of gravity (which was an attempt to explain why Newton's theories worked) but that didn't mean that people stopped looking at why gravity works.

      --
      There are two kinds of fool One says 'This is old therefore good' Another says 'This is new therefore better'- Dean Ing
    10. Re:The most telling word in the whole article: by hldn · · Score: 1

      my kingdom for mod points.

      --
      http://www.accountkiller.com/removal-requested
    11. Re:The most telling word in the whole article: by Anonymous Coward · · Score: 0

      Science doesn't do TRVTH. AGW is the scientific consensus, just like plate tectonics, evolution, big bang, relativity, germ theory, gravity, and etc. ad nauseum. Deal with it.

    12. Re:The most telling word in the whole article: by istartedi · · Score: 1

      Another example: how much time was wasted drinking warm milk and trying to relax people, until H. Pylori was found to be the cause of ulcers?

      IIRC, that won a Nobel Prize which actually meant something.

      --
      For all intensive purposes, "whom" is no longer a word. That begs the question, "who cares"?
    13. Re:The most telling word in the whole article: by Anonymous Coward · · Score: 0

      History is FILLED with examples of established scientific theories being debunked. Your straw-man arguments in the second paragraph are completely irrelevant, and you yourself admit that there "is some uncertainty in the ultimate extent of climate change." So maybe there are a few things left to talk about, hmm?

      It sounds to me like you're the conspiracy theorist here. In the face of many who choose to question some aspects of climatological theory in the tradition of the scientific method, you put up the blinders and claim them all denialists who want nothing more than to further some right-wing agenda. Gimme a break!

    14. Re:The most telling word in the whole article: by symbolset · · Score: 1

      When your credibility is shot, it's best to stop talking.

      --
      Help stamp out iliturcy.
    15. Re:The most telling word in the whole article: by Anonymous Coward · · Score: 1, Informative

      Interesting in how you want everyone who doesn't agree to shut up so the believers can figure out what to do. If history would ever teach us anything it should be that this line of thinking has lead to the most repressive, the most repulsive, the most heinous, and the most disturbing dictatorships ever. Hitler rose to power on the backs of the jews which he blamed for all the people's problems, dissenters were violently shut up to the point that others were afraid to question his madness. I doubt you can look at any tyrannical power that stands as the worlds most repressive regimes without seeing the same parallels.

      Maybe you should just shoot down the opposition with real live facts if your position is so accurate and honorable. If not, I can't see how your not just another tool in the next big mistake of government that will line our history books until another bloody and costly war brings it to it's knees.

    16. Re:The most telling word in the whole article: by astar · · Score: 1

      i am not aware of any human endeavor where consensus is equivalent to truth, although i suspect a sophist might disagree with me.

      so in science, maybe the 30's, some crazy chemist thought the continents moved. I guess everyone had to die off before the idea was accepted.

      there was, pauling, with his ideas about vitamin C. so this guy i think had a nobel prize in another field and then switched fields. i suppose he had enough of a reputation that he was humored for a while, but in the end it was not very nice for him.

      so tell me about consensus.

    17. Re:The most telling word in the whole article: by astar · · Score: 1

      i sort of approve of nicolas of cusa, so i find value in soverign nation states.

      looking at some trends, I think policy options like world fascist government, killing five billion people, and going backwards on tech are all in play. I figure the motivations do not have much to with whatever science you think you have. So you do not get to be left alone to decide what to do. Thinking you should be, as a serious position, is a little odd.

    18. Re:The most telling word in the whole article: by Virak · · Score: 0, Flamebait

      I'm glad to see the global warming skeptics are such reasonable and well-meaning people who seek to open our eyes to the plans of climatologists to try to take over Europe and kill all the Jews. The world is a better place thanks to your insight.

    19. Re:The most telling word in the whole article: by funwithBSD · · Score: 1

      Of course the earth is warming.

      What is at question is why, and who is doing it, or is it a natural phenomenon.

      --
      Never answer an anonymous letter. - Yogi Berra
    20. Re:The most telling word in the whole article: by funwithBSD · · Score: 1

      Funny you should say that. I never said what side I was on, nor did I support a specific side.

      What I did do is call Nature out for their obvious bias in what is supposed to be a scientific discussion.

      I am unconvinced in the matter, I see too many observable facts that indicate there is nothing we can do to stop or even slow what is happening. The fact is that Mars has shrinking icecaps. Better data exists for the mapping of the Mars Ice Caps than Earth's. Cassini first observed them in 1666. Earths had to wait until satellites gave a full picture as good as Mars.

      Two planets, both have shrinking ice caps, one does not have humans. Ergo, some other agent is at work that can impact both planets. I have yet to see a hypothesis that explains how humans could cause the melting on Mars.

      Which means at the very least we need to identify the cause and use it to determine how much of Earth's warming is due to whatever is causing Mars melting and see how much is left. That amount would then be under scrutiny for AGW.

      And I cloak it in religious overtones because if it is not science, it is a matter of faith. Go read Popper's Demaracation: The criterion of the scientific status of a theory is its falsifiability, or refutability, or testability.

      If the "science is irrefutable", then it is no longer science.

      It is a religion.

      --
      Never answer an anonymous letter. - Yogi Berra
    21. Re:The most telling word in the whole article: by sydneyfong · · Score: 1

      "must stand up to rigorous scientific questioning" - true, indeed. The problem is that Global Warming has done so convincingly several times over and still some people refuse to bulge.

      Huh? A few major "scientists", cited multiple times in the IPCC reports (which advises the UN bodies and policy makers worldwide), have been shown to be doing things that are dubious at best. This is so convincing.

      Looks like you are being the denialist.

      Don't get me wrong, I'm not in the "global warming is false" camp. I just think that the science needs to be more rigorous, given the importance of the implications. It is exactly because the issue is very important, that we need to have discussions to make sure we don't make the wrong decisions.

      Or do you believe you can't be wrong, ever?

      --
      Don't quote me on this.
    22. Re:The most telling word in the whole article: by Flambergius · · Score: 1

      Huh? A few major "scientists", cited multiple times in the IPCC reports (which advises the UN bodies and policy makers worldwide), have been shown to be doing things that are dubious at best. This is so convincing.

      I thought what the leaked emails showed actually was pretty convincing. Their opponents got access to their private correspondence and that was the worst of it? Cherry-picked to show the scientists in the worst possible light and they still come up out as given to normal human foibles at worst. And then the denialists start to drum up this "Climategate" on no basis at all and for very specific reason of trying to make the Copenhagen talks fail.

      Yeah, that's yet another reason for start shutting up and get on with the work at hand.

      --
      Computers are useless. They can only give you answers - Pablo Picasso
    23. Re:The most telling word in the whole article: by Flambergius · · Score: 1

      I personally like Leviathan.

      looking at some trends, I think policy options like world fascist government, killing five billion people, and going backwards on tech are all in play. I figure the motivations do not have much to with whatever science you think you have. So you do not get to be left alone to decide what to do. Thinking you should be, as a serious position, is a little odd.

      I too think that many weird and dangerous policy options are on the table. To make sure that those don't come implemented you have to be at the policy table. And to be on that table you have to accept a few basic tenets as foundation of communication and co-operation: Global Warming is happening and is deadly dangerous, it is largely man-made and, finally, it can and should be fixed.

      Doing nothing is not an option. If you can't accept those tenets then you actually are much more dangerous and destructive than whatever fringe neo-facist, ludditie back-to-the-nature idiot you seem to be afraid of.

      --
      Computers are useless. They can only give you answers - Pablo Picasso
    24. Re:The most telling word in the whole article: by astar · · Score: 1

      Well, on hobbes all i really know is some glosses and a context. I do seem to recall a one against all thing which seems pretty reductionistic and reduces man to just another beast

      but with reference to the policy table, for the two sides, look at the queens recent speech and the china led response. in your sense, i do not think there is a policy table. and i suspect copenhagen will demonstrate that.

      anyway, to accept AWG one of the things you need to accept is that the computer models are predictive. we are on slashdot and there is probably a little sophistication about computer output. given the last ten years of temperature data, it seems that this is a quite reasonable problem to raise.

      now assuming everything was available, i do not have the resources to do a check. but nation states do. and i think it has been happening.

      anyway, i am not at any policy table, but i get to listen in just a bit and i do not think things are going your way. and i am very pleased from my perspective, if i was god-forbid an AWG type, one thing i would do is start building cookie cutter nuclear power. i would fund all fusion power options. funny, these options do not get much media time. you might look to hobbes contextually to get an idea why not.

      as to being dangerous, for instance to empires, i am not very dangerous, but i try a bit.

    25. Re:The most telling word in the whole article: by funwithBSD · · Score: 1

      HIV and lung cancer are different, you have controls.
      People who don't have the HIV virus do not have AIDS. Those that do, have AIDS symptoms based on the advanced stage of the virus.

      Same with lung cancer. Control group does not smoke, and those that do smoke have higher rates of cancer.

      Show me the control for Earth where it does not have Humans to eliminate the contributions of Greenhouse gas and not only will we have proved it we will have a quantitative proof that we can decide how much we need to reduce as humans.

      (there is a control: Mars. Ice caps are melting. But GW people don't like to discuss it)

      --
      Never answer an anonymous letter. - Yogi Berra
    26. Re:The most telling word in the whole article: by IIJamesII · · Score: 1

      Anyone who feels the need to label and ostracize people for asking questions is an ideologue.

  12. Almost by dreamchaser · · Score: 0, Troll

    I imagine all scientific journals will be quite clear on this point. We can't let a few suspect emails destroy millions of dollars in research grants.

    Fixed it for you.

    1. Re:Almost by mrsquid0 · · Score: 2, Insightful

      It is not the millions of dollars in research grants that you need to worry about. It is the hundreds of billions of dollars in industries that stand to be affected if this research is true that you need to be concerned about. Follow the money.

      --
      Just because you are paranoid does not mean that no-one is out to get you.
    2. Re:Almost by bhima · · Score: 0

      except the denialists & obstructionists pay better, so if anyone was in the climate science debate for the purely money they'd be writing papers denying or refuting the existing science... and there has been no real scientist publishing real science refuting the current understanding of our climate.

      --
      Nothing in the world is more dangerous than sincere ignorance and conscientious stupidity.
    3. Re:Almost by qmaqdk · · Score: 1

      I imagine all scientific journals will be quite clear on this point. A few suspect emails do not destroy millions of man hours of research..

      I don't care what you say or what happens to my children or anyone else's children. I'm keeping my SUV.

      Fixed it for you.

      --
      My UID is prime. Hah!
    4. Re:Almost by Idiomatick · · Score: 1

      Coal industry stands to lose billions of dollars. Global warming researcher's wages will be relatively unaffected.

    5. Re:Almost by Anonymous Coward · · Score: 1, Insightful

      Yeah, that's why this controversy doesn't exist because there in fact were NOT scientists refuting the existing science and there was no group of scientists trying to silence them, nor were there any emails speaking of how these scientists would do so.

      Seriously, did you miss that part in this whole scandal?

    6. Re:Almost by Doormouse · · Score: 1

      Exactly, which is why you need to take a close look at all of the cash flowing from the oil corporations into enviro-research. I hate to break it to you, but these guys win both coming and going. It's not like they are actually going to take the price increase as a loss. YOU are going to take the price increase as a loss when they pass it on to you. If things get more expensive due to regulations, and they continue to take a fixed percentage of cost, guess what ? They win, you lose. There is great incentive for them to support these sorts of things

    7. Re:Almost by JackDW · · Score: 1

      It's also been argued that AGW laws will help to suppress development of industry in the third world through increased regulation and taxation, which will apply globally if all the AGW deals go through.

      This would ensure that major Western corporations remain dominant, and would also explain why the major energy corporations all support "climate science" instead of funding the "denialists".

      "Follow the money" is one of the worst arguments you can ever use against a "denialist", because the big money is backing "climate science".

      --
      You're an immobile computer, remember?
    8. Re:Almost by Anonymous Coward · · Score: 0

      It is not the millions of dollars in research grants that you need to worry about. It is the hundreds of billions of dollars in industries that stand to be affected if this research is true that you need to be concerned about. Follow the money.

      Doesn't all that money come from consumers and taxpayers anyway? (e.g. higher energy prices, vehicle taxes, government subsidies) In that case they don't have a choice whether to pay, so payment doesn't count as support.
       

    9. Re:Almost by astar · · Score: 1

      following the money is not bad

      consider the 1.5 quadrillion dollars in derivatives and the need for a speculatative. bubble to prop them up for just a little longer. and let us not forget the loot available from reducing living standards. then there are 5 billion people to be killed and that would free up some loot.

    10. Re:Almost by Citizen+of+Earth · · Score: 1

      I'm also concerned about the trillions of dollars that will be flowing into the hands of corrupt third-world dictators in this century. I'm not as confident as the leftists the money will be spent wisely. OTOH, I am confident that a good chunk of it will be spent on an effort that definitely reduces the human consumption of Earth's resources in the short term: rapid depopulation (of particular ethnicities).

    11. Re:Almost by Idiomatick · · Score: 1

      The complaints about the laws such as the kyoto protocol were that they let 3rd world/developing countries grow..... That is the main stated reason for the US not joining (only country on the planet that didn't). So I'm pretty sure you got that wrong.... Unless agreements change radically it does not stand to help big countries/hurt small ones. If it did then why are most 3rd world countries ok with the deals, or simply left out? Doesn't make any sense.

    12. Re:Almost by chrb · · Score: 1

      I imagine all scientific journals will be quite clear on this point. We can't let a few suspect emails destroy millions of dollars in research grants.

      Fixed it for you.

      Do you honestly believe that tens of thousands of scientists around the world are engaging in a global conspiracy of fraud in order to obtain research grants? That the national academies of science of every major industrialised nation are actively working to perpetuate a fraud against the entire human species merely in order to obtain research grants? This does not sound a little far-fetched?

  13. The dog that did not bark by 140Mandak262Jamuna · · Score: 5, Insightful
    Everyone seems to be focused on what is found in the emails and what is significant and what is not etc. But just look at what is NOT there. For years the skeptics side has been alleging a conspiracy, funded by communists, socialists, George Soros, Al Gore... Some global anti-American organization slyly orchestrating a campaign to emasculate America!

    What do you see in these mails? Remember these scientists think they are talking in private and never anticipated being found out. Are there mentions or references to dark projects? Some references to their agents and their handlers? Strong ideological opinions to destroy Capitalism and install a world Government?

    What happened is very simple. These scientists are used to one kind of debate and one kind of rules. Where "the conclusions reached by Kogen, et al [8] is not supported by the evidence presented by them [9],[10],[11]" would be considered a grave insult and might cause loss of reputation. In the question and answer session in a seminar someone saying, "But, Dr Kaplansky, with a sample size of 27, the correlation coefficient you have arrived at is less than experimental error" wouild result in a collective gasp and "ole!" from the assembled people, usually about 20 people who could actually understand the paper being presented.

    These scientists are encountering the rough and tumble world of popular journalism, spin meistering. They are clueless about how to handle it. They feel they are being gravely insulted and highly manipulated. They think they are being quote mined, quoted out of context. The journalists are giving totally irrelevant and completely debunked theorists equal time for balance. So they go about in their clueless ways to counter it. They over react, they try to be more guarded, they are trying to write sentences that could not be quote mined.

    Now that people have glimpse of the actual communications between the scientists, compare that to say, the hacked emails of Sarah Palin, See where you find more smoking guns.

    --
    sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
    1. Re:The dog that did not bark by pitchpipe · · Score: 5, Insightful
      The people who are trying to sow FUD against AGW know that it doesn't matter what was actually in those emails. What matters is the accusations that they can hurl about without anyone really challenging them.

      We thought that the media had grown a pair of proverbial balls after the Bush fiasco, but we were wrong. It almost seems to be going in the wrong direction, where they are less challenging than they were before for fear of *not* getting that interview.

      --
      Look where all this talking got us, baby.
    2. Re:The dog that did not bark by argStyopa · · Score: 1

      "Now that people have glimpse of the actual communications between the scientists, compare that to say, the hacked emails of Sarah Palin, See where you find more smoking guns."

      Note to 140Mandak262Jamuna: the election was over more than a year ago. She didn't win the Vice Presidency, you can stop obsessing over her. Really.

      --
      -Styopa
    3. Re:The dog that did not bark by DaTrueDave · · Score: 0

      These scientists are encountering the rough and tumble world of popular journalism, spin meistering. They are clueless about how to handle it.

      BS. The science should speak for itself. Facts, real facts, don't have to be "spun" the right way...

    4. Re:The dog that did not bark by Rising+Ape · · Score: 1

      Science doesn't "speak for itself" when it comes to influencing popular opinion. If it did, we still wouldn't have a large fraction of the population disbelieving evolution.

    5. Re:The dog that did not bark by Orp · · Score: 1

      Well stated. The thing is, most everyday people do not understand how science and research is done and hence they filter everything through the lens of their own non-science-understanding experiences. They leap to extraordinary conclusions based upon sketchy data or anecdotal evidence. Unless you've published and been through the peer review process and have actually collected data and done exhaustive literature review etc., it's easy to think that research results could be easily manipulated like an accountant cooking the books. The big difference is that in science, there is a global "community" of scientists scrutinizing your output, somewhat like the open-source many-eyes model that just about everyone here praises.

      As researcher in meteorology the CRU stuff has been an obvious source of hallway chatter between myself and my colleagues. If you could summarize our conclusions, it's mostly that (a) this looks band, but will blow over (b) we scientists just want to be left alone to do science and finally (c) most people just don't understand anything about the scientific process. Few of us are good at relating what we do to the general public or handling the press. When you peek behind the curtain and ask us to explain ourselves, don't expect a slick press release. Many of us want to scurry away to our dark labs and put our hands over our ears and work on the plodding, grudging, often infinitesimally satisfying world of scientific discovery.

      Either that, or THE CONSPIRACY GOES DEEPER THAN I EVER IMAGINED POSSIBLE!!!!

      --
      A squid eating dough in a polyethylene bag is fast and bulbous, got me?
    6. Re:The dog that did not bark by Anonymous Coward · · Score: 0

      we would if the media would stop stalking her while she tries to lead a quiet life in front of every camera and mic operated by a republican talking head.

    7. Re:The dog that did not bark by JackDW · · Score: 3, Insightful

      Yet, there are some scientists who end up seeing things that aren't there.

      An example from recent times is Benveniste and his "memory of water" results. Benveniste had become convinced that he and his team had discovered compelling evidence for a real, measurable mechanism behind homeopathy (other than the placebo effect). He had gathered plenty of data to support his hypothesis that water had "memory", and Nature agreed to publish his paper if the science could be verified independently. Benveniste was forced to open his lab and his methods to investigation, and eventually James Randi (for it was he) discovered that bias was being introduced into the experiments because the researchers knew which water samples were supposed to have "memory". With double-blind testing, the evidence for "memory" vanished into the statistical noise.

      This is firstly an example of the scientific method working correctly. An extraordinary claim is made, independently tested, and found to be either true or (in this case) false. But, more importantly, it is an example of the scientific method failing spectacularly for Benveniste: a scientist who managed to fool himself. Pons and Fleischmann, the "inventors of cold fusion", are also good examples. Robert Park, author of "Voodoo Science", has filled an entire book with examples like this.

      Generally, these people did not intend to mislead. Instead, they fooled themselves. No conspiracy, just humanity.

      When I say I am skeptical about AGW, it is because I suspect that climate scientists may also have been fooling themselves. The evidence they present seems (to me) to be very noisy, and I think there may be some degree of "seeing what you expect to see" in the data. Because they have deliberately sought to shut out independent investigators who might have identified problems in the experiments and models, this problem has not been addressed. They may be right about AGW, they may not, but in either case they have not given the impression of sticking to the proper scientific process. Given the massive importance of this issue, and the extraordinary claims that have been made, I feel that extraordinary evidence is warranted. I do not think this makes me a "denialist". I think this makes me a skeptic: someone unwilling to assume that things are true, just because an authority figure says they are.

      It makes me very sad to see that Nature is not raising these points and instead brushing them aside.

      --
      You're an immobile computer, remember?
    8. Re:The dog that did not bark by Anonymous Coward · · Score: 0

      What are you talking about? All I hear is complaints that "the American Media is ignoring Climategate!" and "is it no surprise that the media is trying to brush the importance of Climategate under the rug?"

      Apparently, if there aren't 48 solid hours of the 24-hour news cycle reserved for something, it's being "ignored".

    9. Re:The dog that did not bark by Anonymous Coward · · Score: 0

      Exactly!
      http://mrc.org/press/releases/2009/20091204124643.aspx

    10. Re:The dog that did not bark by Anonymous Coward · · Score: 0

      These scientists are encountering the rough and tumble world of popular journalism, spin meistering. They are clueless about how to handle it. They feel they are being gravely insulted and highly manipulated. They think they are being quote mined, quoted out of context. The journalists are giving totally irrelevant and completely debunked theorists equal time for balance. So they go about in their clueless ways to counter it. They over react, they try to be more guarded, they are trying to write sentences that could not be quote mined.

      From http://www.eastangliaemails.com/emails.php?eid=35&filename=876437553.txt

      From: Joseph Alcamo
      To: m.hulme@REDACTED, Rob.Swart@REDACTED
      Subject: Timing, Distribution of the Statement
      Date: Thu, 9 Oct 1997 18:52:33 0100
      Reply-to: alcamo@REDACTED

      Mike, Rob,

      Sounds like you guys have been busy doing good things for the cause.

      I would like to weigh in on two important questions --

      Distribution for Endorsements --
      I am very strongly in favor of as wide and rapid a distribution as
      possible for endorsements. I think the only thing that counts is
      numbers. The media is going to say "1000 scientists signed" or "1500
      signed". No one is going to check if it is 600 with PhDs versus 2000
      without. They will mention the prominent ones, but that is a
      different story.

      Conclusion -- Forget the screening, forget asking
      them about their last publication (most will ignore you.) Get those
      names!

      Timing -- I feel strongly that the week of 24 November is too late.
      1. We wanted to announce the Statement in the period when there was
      a sag in related news, but in the week before Kyoto we should expect
      that we will have to crowd out many other articles about climate.
      2. If the Statement comes out just a few days before Kyoto I am
      afraid that the delegates who we want to influence will not have any
      time to pay attention to it. We should give them a few weeks to hear
      about it.
      3. If Greenpeace is having an event the week before, we should have
      it a week before them so that they and other NGOs can further spread
      the word about the Statement. On the other hand, it wouldn't be so
      bad to release the Statement in the same week, but on a
      diffeent day. The media might enjoy hearing the message from two
      very different directions.

      Conclusion -- I suggest the week of 10 November, or the week of 17
      November at the latest.

      Mike -- I have no organized email list that could begin to compete
      with the list you can get from the Dutch. But I am still
      willing to send you what I have, if you wish.

      Best wishes,

      Joe Alcamo

      Prof. Dr. Joseph Alcamo, Director
      Center for Environmental Systems Research
      University of Kassel
      Kurt Wolters Strasse 3
      D-34109 Kassel
      Germany

      Please note that this email is dated 9-Oct-1997. These folks have been playing and winning the PR game for over 12 years.

      Now go back and re-read the first "Conclusion" paragraph in the email. To paraphrase: "Don't worry about the quality of the data, just get the message out." That mindset is at the heart of the matter, isn't it?

      To characterize these folks as egg-headed academics naive to the ways of the world is disingenuous at best. These are very intelligent people who know exactly what they're doing.

    11. Re:The dog that did not bark by Blakey+Rat · · Score: 1

      So we shouldn't worry that this critically important science was (potentially) screwed up, because "at least it wasn't a conspiracy!" Ok, so they screwed it up on accident-- is that better? Of course not. Sane people never believed the conspiracy theories anyway.

      These scientists are encountering the rough and tumble world of popular journalism, spin meistering. They are clueless about how to handle it. They feel they are being gravely insulted and highly manipulated.

      And some jackass on Slashdot is pretending to speak for them, to boot!

      Now that people have glimpse of the actual communications between the scientists, compare that to say, the hacked emails of Sarah Palin, See where you find more smoking guns.

      I don't recall the finding of any smoking guns in Palin's email.

    12. Re:The dog that did not bark by mpe · · Score: 1

      Given the massive importance of this issue, and the extraordinary claims that have been made, I feel that extraordinary evidence is warranted. I do not think this makes me a "denialist". I think this makes me a skeptic: someone unwilling to assume that things are true, just because an authority figure says they are.

      The term "denialist" or "denier" often appears to be applied to skeptics when there is a great deal of "political capital" invested in the "right" answer. For the whole AGW thing to be wrong would leave lots of people, including most of the world's "leaders", with a great deal of egg on their faces. For most of these people "saving face" is more important than and kind of objective truth.

    13. Re:The dog that did not bark by Paradigma11 · · Score: 1

      I beg your pardon but falsifying science seems far easier than cooking accounting books. This article gives some nice examples http://www.americanscientist.org/bookshelf/pub/physics-and-pixie-dust . Many of these examples have been published in nature&co and are not even very sophisticated in their forgery.
      That being said, i do not think that the emails in question are nefarious. They are tons of private emails there are bound to be many that look problematic for outsiders.

    14. Re:The dog that did not bark by astar · · Score: 1

      funny the post a bit above you, perhaps by awg scientist, moted world government as possibly a necessity. I like more complicated conspiracy theories than al gore is behind it all, but if someone thinks there is a conspiracy to loot his standard of living, i think he is being very objective. it is not yet useful, but it is the right view.

    15. Re:The dog that did not bark by pipingguy · · Score: 1

      Three weeks ago how many media (TV, newspapers, magazines) stories did you see of people that had questions about AGW? As opposed to the almost daily onslaught of the coming-any-day-now catastrophe if we don't do something RIGHT NOW.

    16. Re:The dog that did not bark by calmofthestorm · · Score: 1

      There are plenty of politicians, big interests, and money on both sides. That sort of environment doesn't leave a lot of room for science.

      --
      93rd rule of Slashdot: No matter how obvious my sarcasm is, my comment will be taken seriously by someone.
    17. Re:The dog that did not bark by khallow · · Score: 1

      That's not the only dog that didn't bark. We also didn't see space aliens like the Grays, Lizoids, Zergs, Vulcans, or Daleks in these emails too. The Wizard of Oz didn't boast about his steam powered climate control machine. Yet more dogs that didn't bark. Flat Earthers will be disappointed. No evidence of a conspiracy to suppress the fact that the Earth is flat. In fact, for every dog that barks, there are a countably infinite number of really lame dogs that didn't bark.

      So instead of looking at what really happened, you look at some weak, unlikely scenario pushed by bozos. Lo and behold! Scenario is not supported by the facts. Stop the presses! The strawman turns out to be made of straw. If you really believe this is a significant observation that somehow overshadows a pattern of unscientific behavior in an incredibly high stakes debate for society and even a little implied criminal activity, then you are an idiot.

    18. Re:The dog that did not bark by sydneyfong · · Score: 1

      Strawman.

      The accusation in this scandal is not that there is a worldwide conspiracy blah blah blah -- the accusation is that the people involved are not doing credible science, and yet we base our policies on climate change on them.

      And that's a real problem, which needs to be rectified somehow.

      --
      Don't quote me on this.
    19. Re:The dog that did not bark by Anonymous Coward · · Score: 0

      Yet, there are some scientists who end up seeing things that aren't there.

      An example from recent times is Benveniste and his "memory of water" results. Benveniste had become convinced that he and his team had discovered compelling evidence for a real, measurable mechanism behind homeopathy (other than the placebo effect). He had gathered plenty of data to support his hypothesis that water had "memory", and Nature agreed to publish his paper if the science could be verified independently. Benveniste was forced to open his lab and his methods to investigation, and eventually James Randi (for it was he) discovered that bias was being introduced into the experiments because the researchers knew which water samples were supposed to have "memory". With double-blind testing, the evidence for "memory" vanished into the statistical noise.

      This is firstly an example of the scientific method working correctly. An extraordinary claim is made, independently tested, and found to be either true or (in this case) false. But, more importantly, it is an example of the scientific method failing spectacularly for Benveniste: a scientist who managed to fool himself. Pons and Fleischmann, the "inventors of cold fusion", are also good examples. Robert Park, author of "Voodoo Science", has filled an entire book with examples like this.

      Generally, these people did not intend to mislead. Instead, they fooled themselves. No conspiracy, just humanity.

      The problem with your analogy is that in the case of Benveniste it was him and a couple of co-workers who found things. However in the case of climate science, there are a large number of independent scientists from different areas of climate science. They all have reproduced the results from Mann and co-workers. So your theory would mean that they all fooled themselves highly unlikely. In fact climate science actually has followed the scientific method, there were claims (in your opinion extraordinary claims) and they have been independently tested and found to be correct.

      I'd also like to say something about the claims being called "extraordinary". The reasoning given for this is often that humanity has do make "extraordinary" changes or face "extraordinary" consequences. But from a scientific perspective that doesn't make claims extraordinary. For example, I can make the claim that pressure in water is proportional to the depth, that's not an extraordinary claim, but requires extraordinary measures to go to the bottom of the ocean in many places. Similarly I can make the claim that tectonic plates move with respect to each other and rub against each other and the consequences are quite extraordinary, but the claim is not.

      When I say I am skeptical about AGW, it is because I suspect that climate scientists may also have been fooling themselves. The evidence they present seems (to me) to be very noisy, and I think there may be some degree of "seeing what you expect to see" in the data. Because they

      very noisy?? what did you expect? we're talking about the weather here, if it wasn't noisy the weather would be very predictable.

      have deliberately sought to shut out independent investigators who might have identified problems in the experiments and models, this problem has

      well they stated the desire to shout up some "independent" (I would very much doubt that) investigators. However this is quite late along the process, why have people not been able to identify the problems before? The reason why Mann et al. have reached a status where they could try to influence the peer review process (I don't think they could ever shut out others), is because their work has been proven right over and over again by others. The people they are trying to shut out now, are people who came to the game later under the premise "all your work is wrong there is no AGW", not what I'd really call inde

    20. Re:The dog that did not bark by Sarius64 · · Score: 1

      Wow, I'll try that on my next program submission. You can't handle the truth! Trillions of dollars NOW! Hand it over you denialists!

  14. How they acted? by ryanduff · · Score: 2, Insightful

    however, what matters is how they acted.

    They weren't just saying things in those emails, they were acting on it. Scientific Journal is acting like all those emails were part of a fairytale and none of it ever happened.

    In the one email, the author is quoted saying that he "adjusted the numbers." Last time I checked "adjusted" is past tense meaning that he did something. That's not the same as "I can adjust the numbers if you want me to."

    If AGW was actually happening, there would be no need to "adjust" numbers and likewise no need to cover up the leaked emails.

    1. Re:How they acted? by gEvil+(beta) · · Score: 5, Insightful

      If AGW was actually happening, there would be no need to "adjust" numbers and likewise no need to cover up the leaked emails.

      So normalization of data should never happen, no matter what? Have you ever taken even the most basic of statistics classes?

      This is the problem with the whole argument right here. You have people that don't have the first clue what they're talking about telling people how they're supposed to do their job.

      --
      This guy's the limit!
    2. Re:How they acted? by Gadget_Guy · · Score: 2, Informative

      If AGW was actually happening, there would be no need to "adjust" numbers and likewise no need to cover up the leaked emails

      Here in the southern hemisphere we have just started our summer. According to my measurements, it is hotter now than it was six months ago. As you say, there is no need to adjust any numbers, so this means we have proof of global warming.

      But seriously, there are plenty of reasons why you might need to adjust some data. New measuring equipment (from alternative manufacturers), procedural changes meaning measurements are taken at different times of the day or even a different place. An organisation might stop measuring a particular reading and you have to go to another source.

      Remember, these measurements have been taken over many decades through different political administrations, through budget cuts, and through technology changes. Even the reasons for taking a certain measurement might change over time, resulting in new methodologies for data collection.

      This is not just one big experiment. This is a series of thousands of different scientific endeavours all coming together. There will have to be a normalisation process involved.

    3. Re:How they acted? by Anonymous Coward · · Score: 0

      Yes, he "adjusted" the numbers and then backed out the adjustment. He's was playing around with the data. What's your point.

      The so-called skeptics are really getting me down. Doesn't anyone do critical thinking any more? The deniers are giving a bad name to skeptics.

    4. Re:How they acted? by Gadget_Guy · · Score: 1

      The deniers are giving a bad name to skeptics.

      I don't believe that!

    5. Re:How they acted? by Anonymous Coward · · Score: 1, Interesting

      Most academic "statistics" are a load of bullshit. Like you said, "adjustments" are tolerated. Those adjustments, and thus the conclusions, become politically- or financially-driven, rather than scientifically-driven.

      In the Real World, mainly in manufacturing, we don't just "normalize" away any data that we don't like, or that do not follow certain trends we wish to see. We find out why the data are they way they are, even if it means that our original assumptions were wrong.

    6. Re:How they acted? by Anonymous Coward · · Score: 1, Insightful

      Lies, damned lies and statistics. The point is that it is obvious from the emails that there was an agenda and preconceived ideas about what that facts are. Normalizing data is normal, but not when it is done just to get the result you WANT to find.

    7. Re:How they acted? by bhima · · Score: 1, Insightful

      As you are clearly posting in a position of ignorance let me clear a few things up for you.

      1: "Scientific Journal" describes "Nature", it is not the journal's name. It is a peer reviewed international weekly journal of science.
      2: They & hundreds of other scientists reviewed the leaked data & correspondence and the published data. They concluded that there is nothing in this stolen data which effects our current understanding of climate science in any way.
      3: They also concluded that many people are taking some phrases out of context and insisting that they mean something completely different than the context otherwise indicates. This is what you are doing.
      4: Anthropogenic climate change is on going and there is ample evidence of it, even if we were to unfairly discount the work of CRU or the scientists named in this manufactured controversy.
      5: That you assert if something was real there would have to be no data analysis or manipulation suggests to me that you have never done any kind of serious scientific investigation... or used a measurement or diagnostic device of any complexity.

      --
      Nothing in the world is more dangerous than sincere ignorance and conscientious stupidity.
    8. Re:How they acted? by Anonymous Coward · · Score: 0

      In the one email, the author is quoted saying that he "adjusted the numbers." Last time I checked "adjusted" is past tense meaning that he did something. That's not the same as "I can adjust the numbers if you want me to."

      If AGW was actually happening, there would be no need to "adjust" numbers and likewise no need to cover up the leaked emails.

      Assume that you are a climate scientist. You get data from Siberia. You notice that one data point states
      that on friday, 13th, 6:16 am, the temperature was 102C in Irkutsk.

      What do you do with that?

      a) adjust it to 10.2C
      b) remove that data point, as it is obviously wrong
      c) use that data point in your computation (your code then crashes, and you get no results whatsoever
      ?

    9. Re:How they acted? by mrsquid0 · · Score: 1

      The ironic thing is that what the so-called skeptics are doing is adjusting the data to fit their preconceived idea that climate change is not happening. They decided in advance what the e-mails and source code mean and they are refusing to consider any data that disagrees with those pre-determined conclusions. It would be nice if these skeptic would simply apply the scientific method to the data (e-mails and source code) and revise their hypothesis (that there is evidence for fraud) accordingly. Instead they are adjusting the data (taking e-mails out of context, mis-reading source code) to get the answer that they want.

      --
      Just because you are paranoid does not mean that no-one is out to get you.
    10. Re:How they acted? by jstults · · Score: 1

      Have you ever taken even the most basic of statistics classes? This is the problem with the whole argument right here. You have people that don't have the first clue what they're talking about telling people how they're supposed to do their job.

      Did Wegman and North not have a clue either? Both were pretty critical of the statistical methodologies used by this team of scientists.

      That shouldn't be too surprising, most of us making measurements and fitting models would benefit from a consultation from a mathematical statistician. And the standard criticism from statisticians of the physics and engineering community is usually "consult with statisticians more". How you take the criticism says a lot about your professionalism though.

    11. Re:How they acted? by Anonymous Coward · · Score: 0

      Why not extend statistics in both directions. Eventually you have what appears to be a flat line. So really the earth is flat is what your saying.

      HAARP
      CHEMTRAIL
      ATOMSMASH

    12. Re:How they acted? by symbolset · · Score: 1

      If the signal was present we would see it in the raw data. It's not in the raw data. It's not normalization to put into the model the information you're looking for and then call out "Eureka!" I found it! There's another word for that.

      --
      Help stamp out iliturcy.
    13. Re:How they acted? by Anonymous Coward · · Score: 0

      Your so funny that I have to resort to LOL's.

      In normal statistics, you have to explain your normalization. The problem here isn't that it's happened, it's that it's happened, been kept a secret, and no explanation other then "we needed to do it" despite Emails tendering alternative and mischievous or less then honorable justifications being discovered. To date, no method has been released to show how or why the data was manipulated, No explanation as to the relationship between the sets of data, nor has any information been made available to anyone wanting to study it on their own. I'm sorry that your missing the forest for the trees in your view but it's a hell of a lot more then you think.

      Perhaps you should admit to being in the group you just discussed.

    14. Re:How they acted? by astar · · Score: 1

      can we agree there is court of law evidence of crime?

    15. Re:How they acted? by nadaou · · Score: 2, Insightful

      This is the problem with the whole argument right here. You have people that don't have the first clue what they're talking about telling people how they're supposed to do their job.

      "Welcome to Slashdot, you must be new here."

      (usually I find the whole meme thing as tired as any old dumb joke, but in this case it seems rather apt)

      Smart but insecure mostly-guys attacking true experts in a broken effort to raise their own status among their peer group. It's the old young-gun-figher's
      or little-man's syndrome & certainly nothing new here... Well, it's better than the usual method of attacking the weak to show how strong you are.

      --
      ~.~
      I'm a peripheral visionary.
    16. Re:How they acted? by calmofthestorm · · Score: 1

      Without context on what "adjust" means here, your claim contains no information. Having used that word recently in emails on some on our research, I was referring to subtracting a DC offset so we could more clearly analyze the signal, and filtering out noise.

      Now those particular techniques aren't applicable to the CRU afaik, but frequently in scientific discourse words are used in subtly different ways. In my experience, you don't sweep dishonesty under the rug. You can't afford to, a few bad conclusions can screw up everything. I just had to go through debunking something I'd hoped would be true and it's not fun, but believe me, the cost of being wrong is not something scientists want to gamble with. The payoff just isn't worth it.

      People don't go into science to make money and they don't go into science to be famous outside their little world. They go into science to learn more about the universe and to make a name for themselves in their field, and to build up a reputation as intelligent, incisive, and diligent. A single minor mishap will bring the judgment and shunning of your peers; many of us take it as seriously as if you killed your wife.

      Your own friends, your own grad students, your own professors, will turn you in. Read about some of the famous cases, and what ended up happening. Some are acquitted, and some are convicted. Millikan's famous oil drop, the scandals in the Hood lab at Caltech, the cold fusion incident, the Stanford particle physics forgeries, that guy who drew spots on mice with a sharpie to pretend he'd bred it into them, the Bell Labs scientist who fabricated lies instead of chips. See what makes a case and what doesn't, and how science deals with traitors: with a jury of their peers.

      Spend years analyzing both the emails and raw data and other data from the CRU. Replicate all the work these people did, and perform your one analysis. Then you have a right to come to conclusions about them, as will those who will try them. See their research from their perspective, and see whether it checks out, and, if not, why not.

      I'm sorry but this has McScandal written all over it, especially the timing of it. There's as much money and power pushing climate change denial as there is pushing in favor of going green.

      --
      93rd rule of Slashdot: No matter how obvious my sarcasm is, my comment will be taken seriously by someone.
    17. Re:How they acted? by mrsquid0 · · Score: 1

      Yes, there is fairly clear evidence that a large set of documents were stolen.

      --
      Just because you are paranoid does not mean that no-one is out to get you.
    18. Re:How they acted? by astar · · Score: 1

      hah, how about evidence of a criminal conspiracy to destroy evidence?

      i find it peculiar that in this comment set you found it possible to ignore this in your response.

      and if it is possible to ignore that, then it might be fair to ignore everything cru has done, including any science.

      as to your particular response, crime is mostly locally defined. the exceptions tend to be things like genocide, which might be relevant. as far as the russian hacker, I would have to know more about russian criminal code. and then there is almost always a national security exception, which i speculate might be relevant here.

      being a bit mean, which i did not start out to be, who is the denier here?

    19. Re:How they acted? by mrsquid0 · · Score: 1

      I am not sure what you are trying to say or imply here, but no, I have not seen any evidence for a systematic effort to destroy evidence or distort findings. There are some stupid statements, but when one follows up on the particular issues that these stupid statements were made about then these statements turn out to be mostly a lot of hot air. For example, the alleged conspiracy to keep a particular paper out of an IPCC report was just talk. That paper did appear in the IPCC report. So no, I do not see any evidence for criminal activity other than the theft of the documents.

      --
      Just because you are paranoid does not mean that no-one is out to get you.
    20. Re:How they acted? by astar · · Score: 1

      perhaps not yet demonstrated systematic crime

      but consider there are a lot of FOIA like act requests

      jones deleted an email and requested multiple others to do the same, per one of the climategate emails

      in the us, that tends to put people in jail

      and again note that legal stuff is not usually a matter of statistical analysis, so i do not think systematic evidence is required.

      pooh, on slashdot we had a story about a guy named white. if you give credence to his story, it looks like jail time for accidently downloading a single child porn image, which he promptly deleted. as of yet, there is no claim of systematically downloading child porn.

      so why do you think systematically is relevant? and if you do, why are you picking on the russian guy?

    21. Re:How they acted? by mi · · Score: 1

      Yes, there is fairly clear evidence that a large set of documents were stolen.

      "Stolen"? The top-level directory of the archive is named FOIA/. Looks to me, the data was prepared in response to a FOIA request... Maybe, the CRU's management then tried to block the release (the revealed e-mails to discuss resisting such requests) and the collector decided to "leak" it in order to preempt the conspiracy...

      And then, of course, the use of the term "stealing" regarding something intangible like data is rather hypocritical for Slashdot, is not it? CRU were deprived of no more property, than the entertainment companies are, when their wares are copied. This forum routinely frowns on **AA's attempts to label their nemeses as "thieves"...

      If this comment does catch your eye, could you, please, respond to this one as well? Thanks.

      --
      In Soviet Washington the swamp drains you.
    22. Re:How they acted? by Anonymous Coward · · Score: 0

      "This is the problem with the whole argument right here. You have people that don't have the first clue what they're talking about telling people how they're supposed to do their job."

      Exactly.
      Although fortunately they're not telling climate scientists how to do their jobs as such. At least, not directly. More putting forth their pathetic arguments to other idiots in online blogs, as far as I can tell.
      And occasionally annoying the rational enough to bait us into responding.

      Saw this one in an online discussion recently:
      "It's quite impossible to have carbon emissions here in Welly, with winds around 60 km/h the whole year, I would bet that there is no carbon emissions here."
        - that should become famous. Kind of sums it all up for me really.

  15. Re:Data thrown away by Anonymous Coward · · Score: 0, Insightful

    Since they have no data anymore, how can anything they claim be seen as anything other than fantasy?

    You realize that them throwing the data away was done for the same reasons the BBC tossed out all those videos and films of old shows -- to save space. So are you going to then use the same logic to deduce that the BBC was willfully destroying evidence of events that happened in their studios to cover up some major wrongdoing? Because that's the level of logical leap many of you are taking here. "If they didn't have something to hide, the BBC would never have destroyed those tapes."

  16. Those that want to be bamboozled... by mbone · · Score: 5, Informative

    ... will be bamboozled. There is nothing new in that. It lies behind all political folly.

    The data that was adjusted was paleoclimate data, and what it was being adjusted to was temperature data (i.e., the more reliable modern temperature data). As far as I can tell, they neither could nor did adjust the measured temperature data.

    The OP did not quote the really important part of the Nature piece :

    Nothing in the e-mails undermines the scientific case that global warming is real — or that human activities are almost certainly the cause. That case is supported by multiple, robust lines of evidence, including several that are completely independent of the climate reconstructions debated in the e-mails.

    The evidence for this is literally all around us. Throw all of the CRU data out if you want. It won't change a thing.

    1. Re:Those that want to be bamboozled... by Anonymous Coward · · Score: 0

      Throw all of the CRU data out if you want. It won't change a thing.

      Oh, wait, too late.

    2. Re:Those that want to be bamboozled... by bhima · · Score: 1

      you are absolutely right... and it amazes how desperately some folks want to be bamboozled

      --
      Nothing in the world is more dangerous than sincere ignorance and conscientious stupidity.
    3. Re:Those that want to be bamboozled... by Anonymous Coward · · Score: 0

      The evidence for this is literally all around us. Throw all of the CRU data out if you want. It won't change a thing.

      Is that the same evidence to prove God exists?

    4. Re:Those that want to be bamboozled... by khallow · · Score: 1

      The evidence for this is literally all around us. Throw all of the CRU data out if you want. It won't change a thing.

      Sure it will. The AGW thesis is that human activity is causing (and will cause more) unprecedented (in the past few hundred thousand years) global warming. If it's not, then no amount of "evidence" will change that. Even if human activity is causing AGW, it may still be better to take global warming than the consequences of reduced economic activity. The CRU scandal indicates that some pro-AGW parties are engaging in dubious and unscientific behavior. Further, due to their close connections to the IPCC (some of their allies apparently had and used the power to exclude undesired rival research).

    5. Re:Those that want to be bamboozled... by TheQuantumShift · · Score: 1

      And if life really was like the movies, some introverted genius hacker would have those two sentences superimposed over Glenn Beck the whole time he's pointing to nonsense on a blackboard trying to look smart. And the general public would suddenly all understand and peace and love would break out and the hacker gets the girl.

      But real life isn't like that. Most people aren't that good at critical thinking and are comforted by the TV telling them they're right, and get very angry when it makes them feel dumb. And that hacker is busy furiously posting to a message board about how the entire GTK+ toolkit is the worst thing since Windows for Workgroups.

      --

      Shift happens. Fire it up.
    6. Re:Those that want to be bamboozled... by khallow · · Score: 1

      The data that was adjusted was paleoclimate data, and what it was being adjusted to was temperature data (i.e., the more reliable modern temperature data).

      Looking at this a bit deeper, it's worth remember that temperature data is a modern artifact, it doesn't exist prior to somewhere around the start of the Industrial Age. A good prediction from paleoclimate data is essential to extrapolate from modern temperature observations to the more distant past for which we don't have temperature data. A key question is whether there is any warming due to human activity. Certain AGW skeptics are claiming that within the past millennium, global temperature has been warmer than it is today. If that is true, then it's a strong indication that the effects of solar input have been underestimated by current climate models. The only thing that can disprove that claim is paleoclimate data.

      Paleoclimate data also is the bridge with geological climate data. We know that climate over the past few hundred million years (after the establishment of the current nitrogen/oxygen atmosphere) has varied tremendously due to variations in solar energy influx and the composition of the atmosphere (CO2 concentrations have varied by more than an order of magnitude).

      The raw paleoclimate data seems uncorrupted, but the aggregation of that data is now suspect. This has what appears to me to be subtle yet profound effects on the entire body of climate science. It affects the models, our understanding of past climate changes, and most important, our perception of current risks. The "science" hasn't changed, but we may well find out that we didn't know the science.

  17. Re:Data thrown away by LT+Stephen · · Score: 0

    BBC doesn't pretend to be doing SCIENCE.

  18. Indirection, folks by samjam · · Score: 1, Troll

    Now the nay-sayers can get a word in edgeways, now they are not being edged out by "non-conspiracists" who "aren't faking data" we can read a bit more:

    This document from some German scientists attempts to shed new light on where some of the 'global warming' scientific conclusions may not be substantiated.

    http://arxiv.org/PS_cache/arxiv/pdf/0707/0707.1161v4.pdf

    If it's too much for you, start at page 92 and don't whine until you've read at least 92-94

    1. Re:Indirection, folks by belthize · · Score: 4, Informative

      Two points.

      1) That paper is nearly a year old so the logic that "Now finally counter arguments can be heard" seems a bit specious.

      2) That paper is a complete crock of unrefereed shit. I read 92-94 which are the conclusions and was so confused I went and read the earlier portions. There are numerous fallacies in their assumptions and they get some pretty fundamental thermo issues flat wrong.

            If you'd like to read physicists (not climatologist) opinion of the paper go here:
      http://www.physicsforums.com/archive/index.php/t-300667.html

    2. Re:Indirection, folks by Cyberax · · Score: 1

      Wow! This 'paper' contains almost the record number of lies per square centimeter of screen.

      There's a lot of impressive-looking equations mixed with easily verified lies.

    3. Re:Indirection, folks by Rising+Ape · · Score: 1

      That's a complete pile of wibble. "Climatologic radiation balance diagrams are nonsense, since they...do not fit in the framework of Feynman diagrams". WTF???? A fine example of "when you can't dazzle them with brilliance, baffle them with bullshit".

    4. Re:Indirection, folks by rrohbeck · · Score: 1

      Oh noes, not those cranks again.

      I read the entire paper and kept wondering what they were trying to achieve. The whole time I was wondering when antigravity and refutation of general relativity would come up, or something like that. In the end I just wondered if they went off the deep end or were paid a handsome amount for destroying their scientific reputation.

      This paper has been called crackpot by so many scientists who looked at it that it's no longer funny.

  19. No surprise here by Mr.+Firewall · · Score: 0, Troll

    "Nothing to see here, move along"

    Just like every "investigation" where the ones doing the "investigating" are the same ones as (or good buddies of) the ones who were caught with their hands in the cookie jar. Just like a police dept. "internal investigation".

    They could be child pornographers, and they would still find "nothing wrong".

    --
    In times of universal deceit, telling the truth gets you modded -1 Troll
  20. Re:Data thrown away by Dude+McDude · · Score: 1

    You realize that them throwing the data away was done for the same reasons the BBC tossed out all those videos and films of old shows -- to save space. "

    There's a bit of a difference between throwing out old episodes of Dad's Army and throwing away data that's supposedly helping to prove that man is causing global warming.

  21. Oh, come on. by Grendel+Drago · · Score: 5, Interesting

    The "VERY ARTIFICIAL correction" you describe is never actually used. It's commented out. You can plot that array, but I'm not sure what you think you're demonstrating.

    --
    Laws do not persuade just because they threaten. --Seneca
    1. Re:Oh, come on. by mi · · Score: 4, Informative

      On that same blog you link to, there is an "Update": Read the comments below. It's been pointed out to me that there's a later version of code in the archive in which similar correction code is not commented out. Details and link below.

      --
      In Soviet Washington the swamp drains you.
    2. Re:Oh, come on. by mrsquid0 · · Score: 5, Informative

      Which version was used to produce the plot that is in the Nature paper? It is easy enough to tell by looking at the Nature paper. Hint, the plot in the paper does not have this correction applied.

      --
      Just because you are paranoid does not mean that no-one is out to get you.
    3. Re:Oh, come on. by mi · · Score: 1

      Hint, the plot in the paper does not have this correction applied.

      It doesn't? How do you know? Were you able to review their processes and reproduce their results yourself? From the beginning?

      No, you can not. And nobody can, because they've destroyed their records years ago. Up until now, only "the fringe" wouldn't believe them. Now, with their attempts (successful or not) to manipulate and misrepresent some data exposed, we ought to question everything they've ever told us.

      --
      In Soviet Washington the swamp drains you.
    4. Re:Oh, come on. by mrsquid0 · · Score: 1

      Yes, one can tell, if one knows how to read IDL code. The correction has not been applied to the published results.

      --
      Just because you are paranoid does not mean that no-one is out to get you.
    5. Re:Oh, come on. by mi · · Score: 1

      Yes, one can tell, if one knows how to read IDL code. The correction has not been applied to the published results.

      "Trust me, I can read the ancient runes, and I'm telling you, the city is doomed, unless we sacrifice ten newborns."

      Seriously, with the exposed pattern of data-manipulation you can not be certain, the numbers weren't cooked in some less obvious fashion — there are plenty of hints to that in the revealed source-code:

      It's Sunday evening, I've worked all weekend, and just when I thought it was done I'm
      hitting yet another problem that's based on the hopeless state of our databases. There is no uniform
      data integrity, it's just a catalogue of issues that continues to grow as they're found.

      The scientific credibility of the entire CRU — and all research based on theirs — is irreparably damaged.

      "Nature" is just fighting here for its own reputation and should not be listened to.

      --
      In Soviet Washington the swamp drains you.
    6. Re:Oh, come on. by mrsquid0 · · Score: 3, Interesting

      It is not a matter of trust. It is a matter of learning to read IDL code (which is not that hard) and comparing the plotting commands to the published plot.

      As for the "hopeless state" comment, that sounds quite plausible, and it is fully consistent with the way the code appears to have been use to experiment with various ways of correcting the data for the various problems in the data. This sort of thing goes on all the time. It is called experimentation, and it is the way that science is done. In real life things do not wok like they do on CSI.

      --
      Just because you are paranoid does not mean that no-one is out to get you.
    7. Re:Oh, come on. by mweather · · Score: 1

      No doubt there is a version of the code where it isn't commented out. It wouldn't have been written if it wasn't used at least temporarily. But the published paper didn't use the corrected data. Who gives a shit if the code could have been fudging the numbers when the paper it was used on clearly does not use the fudged data?

    8. Re:Oh, come on. by Lars+T. · · Score: 1

      On that same blog you link to, there is an "Update": Read the comments below. It's been pointed out to me that there's a later version of code in the archive in which similar correction code is not commented out. Details and link below.

      Well, then it should be easy to find the published plot coming from exactly that file. I'm waiting. Or is it harder to find published data than "hidden data"?

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    9. Re:Oh, come on. by LanMan04 · · Score: 1

      I guess you need to learn how to read IDL code, and then use that knowledge to prove MrSquid wrong.

      Until then, please STFU.

      --
      With the first link, the chain is forged.
    10. Re:Oh, come on. by mi · · Score: 1

      It is not a matter of trust. It is a matter of learning to read IDL code (which is not that hard) and comparing the plotting commands to the published plot.

      It is easy enough to read, but you missed the bigger point. If this kind of data-massaging was ever contemplated, we can't trust the rest of their practices. You trust their code, which you can read — but have you seen, what data they feed to that code? Hint, they say, they used "calibration" because data collected over the years was collected differently.

      How did they calibrate it? What kind of coefficients were they picking for the calibration? Are you sure, they didn't stop searching for "better" values, until the results showed, what they set out to find from the get-go? They no longer have the original data — only the "calibrated" results — is not that "convenient"?

      Being on a jury, would you be comfortable convicting a man based on this sort of evidence?

      For crying out loud, in 1975 we were threatened with Global Cooling! Just as convincingly...

      --
      In Soviet Washington the swamp drains you.
    11. Re:Oh, come on. by mi · · Score: 1

      It is easy enough to tell by looking at the Nature paper. Hint, the plot in the paper does not have this correction applied.

      Actually, the above statement implies, you've reproduced their results successfully yourself. Have you? Where did you get the data and how did you run the IDL-interpreter (or the GDL-clone of it)? I don't think, you'd be able to, because the data used for this chart(s), apparently, comes from /cru/u2/f055/data/obs/grid/surface/lat_jones_18511998.mon.nc, which is not included in the leaked archive...

      The thread you pointed to is inconclusive on the matter, but you are sure, there is nothing to look at here, and we should move along. What did you do to confirm that?

      --
      In Soviet Washington the swamp drains you.
  22. Re:Data thrown away by niiler · · Score: 3, Informative
    Here's a small portion of the data which is opensource: (see http://www.realclimate.org/index.php/data-sources/#Climate_data_raw)

    You can follow the original link to realclimate.org to find many other links to data sources. I have posted the data sources above only because many critics of AGW won't even bother with realclimate.org as they are thought to be part of the conspiracy. The data exists and is public as is the source code.

  23. Loss of trust by Chemisor · · Score: 0, Troll

    From reading comments on this and the other stories about the CRU leak, it's pretty obvious to me that nobody here appreciates just how big the problem is. That's understandable, of course, since most Slashdotters are liberals and don't read right wing sites like I do. You see, the reason science works is that we trust the researchers to not intentionally mislead us, and that if they do, we could look at the data and see for ourselves whether their conclusions are true. In this case, however, it is the data itself that is now in question, so nobody can see for himself. Consequently, it doesn't matter at all if all the data is released, if all the source code for the models is released, if everybody apologizes and tries to sell the leak as a pack of lies. The damage is done: nobody will believe ANY temperature data any more. Personally, I'm tacitly accepting of AGW, but even I will no longer put any value on that data. Even if somebody tries to reconstruct this data from other sources, I'm not going to believe it. The political influence is just too strong.

    Without any data, all debate on global warming is simply going to end. Advocates will preach their side, detractors will preach their side, and neither side will have any evidence. And without any evidence, there is absolutely no way you'll be able to convince anybody. That's how big the problem is, and it's time you liberals started to realize it.

    1. Re:Loss of trust by maxume · · Score: 0, Troll

      since most Slashdotters are liberals

      Hahahahahahahahahahahahahahahahahahahahahahhahahaha aaah aaah aaah ahhahhahahahahahahahahahahahahahahahahahahahahah.

      --
      Nerd rage is the funniest rage.
    2. Re:Loss of trust by Fantastic+Lad · · Score: 1

      My heart bleeds regularly, and I haven't trusted the veracity of the scientific community in forever. In fact, the two conditions are a direct result of one another.

      My rule of thumb is this. . .

      "If evil can gain from lying, then you can rest assured that the popular media view is faulty."

      Also. . .

      "There is an inverse ratio between the monetary value of a lie and the veracity of its claim."

      -FL

    3. Re:Loss of trust by Rising+Ape · · Score: 1

      Slashdotters are liberals and don't read right wing sites like I do.

      Are you reading a different Slashdot to me? Not only is there a large and very vocal right-wing (typically Libertarian) element, it tends to be that element which comprises most of the climate "sceptics". I'm not surprised, as there's inevitably less evidence and history for such philosophies than for conventional political stances, so if your political views tend towards the extremes (in either direction) then you have to put more weight on ideology and less on accumulated evidence. And the implications of climate climage are that at least some form of collective decision making will be required to deal with it, which is of course anathema to those of that philosophy.

    4. Re:Loss of trust by dbIII · · Score: 1

      It's a pretty major problem - decades of declining education standards have produced a generation that consider naturopaths to have equally valid qualifications as surgeons or climate scientists to be less trustworthy than cocaine ravaged shock jocks. F* the idea that it's all about preaching and take a look around you guys. Nobody freezes their arse off in Antarctica to fake data when they could just as easily fake it at home.
      Climate is just the new soft target of anti-intellectuals since they can't get any furthur making fun of evolution.

    5. Re:Loss of trust by Orp · · Score: 1

      The damage is done: nobody will believe ANY temperature data any more. Personally, I'm tacitly accepting of AGW, but even I will no longer put any value on that data. Even if somebody tries to reconstruct this data from other sources, I'm not going to believe it. The political influence is just too strong.

      Nice projection. You, Chemisor, will not believe any temperature data any more. The rest of the world will make up its own mind. Belief has no place in science anyway. That belongs to religion.

      People like you have an influence through the political process, but you have no influence in the realm of scientific research. You can pick and choose what to believe. We scientists will continue to do research and publish our results using established scientific guidelines accepted by scientists all around the world, and our results will be made public. You, Chemisor, have the option of ignoring these results, cherrypicking the bits which fit your worldview, or trying to take a step back and analyzing the data like a scientist and drawing a rational conclusion. We cannot do this for you. Good luck.

      --
      A squid eating dough in a polyethylene bag is fast and bulbous, got me?
    6. Re:Loss of trust by Just+Some+Guy · · Score: 1

      Not only is there a large and very vocal right-wing (typically Libertarian)

      This amuses me. I'm a Libertarian because the Republicans were becoming too socially conservative and fiscally liberal. Out of curiosity, would you classify me as "right-wing" because I still believe in capitalism and free markets, or "left-wing" because I don't care if Joe marries Tom and they both get stoned on their honeymoon? And given the huge proportion (compared to the general population) of Slashdotters with science degrees - compsci major with physics minor for me - how on earth are you able to write us off as anti-science?

      I am an AGW skeptic. Not a denialist, but a skeptic. I'm not saying that it's untrue, but that I want to see the evidence. In the same sense, I'm also skeptical of quantum mechanics and string theory. That's generally considered to be a pro-scientific stance, you know.

      --
      Dewey, what part of this looks like authorities should be involved?
    7. Re:Loss of trust by omb · · Score: 0, Troll

      Absolutely right, BUT it is worse, since the early 60's the SRCs SERC ESRC ... have ruled funding in science in British Universities, and as I said then, politicised it. Thus ALL UK Universities now have Barons like those at Imperial College, London in the 1940-60 time frame; this is not an accident it is the DELIBERATE politiziation of SCIENCE, SOCIAL SCIENCE and ECONOMICS

      A much more interseting question is why, when these idiots have been allowed to drive a coach and horses though the scientific method, and are still being protected by the media, after a long period of unprecedented funding, no DISRUPTIVE technologies eg Fusion have progressed.

      And while I despair of some of the libertarian wackjobs in the US it is VERY clear that there is something very, very wrong with education in both the US and Europe.

      But the parent is exactly right, The Genie is OUT the BOTTLE, and cannot be forced back in so AGW is over and the Carbon taxes will NEVER get enacted.

    8. Re:Loss of trust by Anonymous Coward · · Score: 0

      I am an AGW skeptic. Not a denialist, but a skeptic. I'm not saying that it's untrue, but that I want to see the evidence. In the same sense, I'm also skeptical of quantum mechanics and string theory. That's generally considered to be a pro-scientific stance, you know.

      Which is pretty much where anyone with a true scientific background should be, especially if you don't study climatology for a living. Yet, it's very clear from reading all of the comments here that the majority of Slashdotters are actually taking the 'denialist' stance, which in effect is the EXACT SAME THING that they're arguing that these scientists are doing, just on the opposite end of the spectrum. Curious that many of them are saying "This isn't science", yet they've already reached their own conclusions as to the cause of any climate change, which, well, isn't science either.

    9. Re:Loss of trust by Rising+Ape · · Score: 1

      I'm not sure Slashdot has a particularly large science contingent. Compsci isn't an experimental science in the sense that we're discussing here, and Bachelors or even Masters degrees in the hard sciences generally don't include a significant research element. I didn't really have an understanding of research techniques after my physics degree, that didn't come until my PhD.

      I am an AGW skeptic. Not a denialist, but a skeptic. I'm not saying that it's untrue, but that I want to see the evidence.

      Well, it's all published if you're really interested, and sceptic implies an interest - otherwise "apathetic" would be a more appropriate term.

      Personally, I don't care enough to spend months reading hundreds to thousands of climate science papers for hours per day, so I'm limiting myself to debunking the more outrageous denialist arguments. The observation that prompted my remark was that the most strident of the anti-AGW proponents were typically strongly liberterian or conservative, and I've seen convincing evidence that their political views are strongly influencing the way they assess the evidence. I'm not saying that all libertarians/conservatives do that, but there's definitely a correlation.

    10. Re:Loss of trust by AdamHaun · · Score: 4, Insightful

      Since when does the right care about science? They can't even get an issue as simple and data-rich as sex education right, but now I'm supposed to believe that it's all about the evidence?

      I used to have doubts about AGW because I heard so many skeptics, but now that they've dropped their masks and are trying to move in for the kill I see that the whole thing is just like the evolution "debate". Conspiracy theories ("It's the evil liberals! They want to destroy capitalism!"), quotes out of context, repeating the same tired debunked arguments year after year... The only difference is that the ideology behind it is a little more popular -- the strawman liberal is apparently a more plausible villain to most people than the strawman atheist.

      --
      Visit the
    11. Re:Loss of trust by Virak · · Score: 1

      No, I don't think you appreciate how insignificant the problem is. Nobody gives a fuck except the far right (and you can't argue they aren't far-right websites you go to if Slashdot looks 'mostly liberal' to you). The world has not stopped believing "ANY temperature data any more". You only see it as the end of the world for AGW because you have a horribly distorted view of the world from hanging out at websites full of people who seek to discredit good science because it conflicts with their ideology.

      Also, pretty much all debate on global warming has already ended--the scientific debate, anyway. The theory of AGW has broad scientific consensus, and most debate is about whether we're very very fucked or very very very fucked if we don't take drastic measures now. The only debate this leak affects is the political debate, which carries about as much weight in science as the political debate over evolution does.

    12. Re:Loss of trust by omb · · Score: 0, Troll

      NO, you are absolutely wrong on both the

      - Scientific

      - Political

      Levels; at the Scientific level the CRU clowns have been CAUGHT in illegality, denying valid FOI requests, for which their University, UEA, will have to answer in both British and European Courts. Read the e-mails, they are disgusting and Prof. "Phil" Jones has already been forced to step down. You can probably leave it to their colleagues who they traduced, slandered and humiliated to ensure that this does not die and I suspect that many who did not get a UK University Post will now use the Courts to crucify these clowns.

      At least they have hidden/fabricated/falsified data and used it for fraudulent ends. Jones will be forced out, probably to a UN sinacure and the CRU will clean house.

      At the Political level the AGW agenda is DEAD. The US, China and India will investigate. Since Global temperatures are FALLING there is no urgency, and there is no chance of re-vitalising this scam.

      The people in this shoud go the way of Maedoff

    13. Re:Loss of trust by Anonymous Coward · · Score: 0

      Also, pretty much all debate on global warming has already ended--the scientific debate, anyway.

      This is a point that's often glazed over by the people raising a stink - they complain about a lack of objectivity re: the existence of agw, but forget that it's already been proven. They end up defining 'objectivity' as 'endlessly humoring loud-mouthed imbeciles who don't know what they're talking about'.

    14. Re:Loss of trust by Anonymous Coward · · Score: 0

      There is a big difference between skepticism and cynicism. If you're raising the hairy eyebrow not only at AGW but quantum fucking mechanics you're firmly in the latter category.

    15. Re:Loss of trust by Virak · · Score: 1

      at the Scientific level the CRU clowns have been CAUGHT in illegality, denying valid FOI requests, for which their University, UEA, will have to answer in both British and European Courts.

      When they're taken to court and convicted you can claim they've been CAUGHT in illegality.

      Read the e-mails, they are disgusting

      I've read plenty and the only disgusting thing I found was how denialists consistently took stuff out of context and misinterpreted it to fit their preconceived viewpoints.

      and Prof. "Phil" Jones has already been forced to step down.

      That's a rather funny way of saying "he chose to temporarily step down during an internal investigation regarding the leaked emails and data".

      At least they have hidden/fabricated/falsified data and used it for fraudulent ends.

      I haven't seen anything to indicate that, and apparently neither has Nature. Or is the most prominent scientific journal in the world in on the conspiracy too?

      At the Political level the AGW agenda is DEAD.

      No, not really. The far-right lunatics will trumpet the death of AGW, sure, but that won't make it so.

      Since Global temperatures are FALLING there is no urgency, and there is no chance of re-vitalising this scam.

      No they aren't. Have a look at, for example, the GISTEMP data yourself. It's quite clear there's no giant downward trend like the denialists like to claim.

    16. Re:Loss of trust by khallow · · Score: 1

      Consequently, it doesn't matter at all if all the data is released, if all the source code for the models is released, if everybody apologizes and tries to sell the leak as a pack of lies. The damage is done: nobody will believe ANY temperature data any more. Personally, I'm tacitly accepting of AGW, but even I will no longer put any value on that data. Even if somebody tries to reconstruct this data from other sources, I'm not going to believe it. The political influence is just too strong.

      So that means you decided already and will refuse to consider any future facts no matter how relevant or well researched. Hence, this reply isn't directed at you.

      For the rest of the world, this is one of the bigger problems with bias and unscientific behavior (such as demonstrated in the CRU case). It solidifies the beliefs of the more irrational. I doubt the scandal will have a long term impact, but these problems could have been settled at the very beginning by providing all the data and procedures used. Sure, supposedly the data is proprietary, but at the least, you can state where you obtained all your data from, even if you aren't personally allowed to provide access to the data. I should be able to, with modest effort (and maybe purchasing the data, if necessary), replicate the results of your published research using your tools and your data. If I can't, then it isn't science.

    17. Re:Loss of trust by Just+Some+Guy · · Score: 1

      You misunderstand. We just spent a few gigadollars to experimentally prove QM predictions because we don't take these things on faith but do our skeptical best to disprove them.

      --
      Dewey, what part of this looks like authorities should be involved?
    18. Re:Loss of trust by rrohbeck · · Score: 1

      The damage is done: nobody will believe ANY temperature data any more.

      Wrong. People who have been deniers won't change their standpoint. People who believe the science will look through the fog of misinformation and come to the conclusion that while some of the emails are unsavory, the science hasn't changed because there was no fraud. Only a few that were undecided will be swayed. Others will become more active in exposing how the fossil fuel industry has been waging a PR campaign that includes lying and bad science as well as buying scientists and think tanks for decades. The net result will be that the truth comes out. Just like about tobacco. Or evolution, Or that the earth is round.

      Oh and have a look at http://www.desmogblog.com/

    19. Re:Loss of trust by Ghubi · · Score: 1

      Well, it's all published if you're really interested, and skeptic implies an interest - otherwise "apathetic" would be a more appropriate term.

      That's sort of what I was thinking. If he really wants to see the evidence he can go look at it.

    20. Re:Loss of trust by OverlordQ · · Score: 1

      You can't call out only one side when both are equally bad in their methods.

      --
      Your hair look like poop, Bob! - Wanker.
    21. Re:Loss of trust by italiano · · Score: 1

      Also, pretty much all debate on global warming has already ended--the scientific debate, anyway.

      Not really, science never stops "debating".

      --
      b4364650@uggsrock.com
    22. Re:Loss of trust by sydneyfong · · Score: 1

      I used to have doubts about AGW because I heard so many skeptics, but now

      That is, in a sense, a strawman argument too. The strawman right-wing nut. Either the AGW proponents have proved their case, or they have not. It shouldn't matter that their opponents are even less credible than they are.

      In this leaked email scandal, the case of the AGW has gotten weaker. Is it weak enough to discredit AGW? I personally think not. Is it bad though? Hell yes it is. Those who believe that AGW is infallible should take a second look at the available evidence, and try to figure out the implications if AGW is still supported by scientific evidence even if we disregard the results of the scientists involved in this scandal.

      --
      Don't quote me on this.
    23. Re:Loss of trust by Kattspya · · Score: 1

      Can you come up with a single thing "the right" has done that even approaches what was done in the soviet union with Lysenkoism?

    24. Re:Loss of trust by AdamHaun · · Score: 2, Insightful

      Either the AGW proponents have proved their case, or they have not. It shouldn't matter that their opponents are even less credible than they are.

      Ideally, yes. The problem is that I'm not a climate scientist or anything close. Even if I were capable of finding all the relevant journal articles (doubtful) and had time to read and comprehend them (also doubtful), would I be able to interpret them correctly? Probably not. As with most issues I'm not directly involved in, I rely on experts to interpret and summarize the raw research. But even the summaries may not be reliable. It turns out that it's much easier to come up with intellectually dishonest arguments than it is to refute them. My role thus becomes that of a jury -- deciding the credibility of the experts themselves.

      The tricky part is that it's not too hard to sound credible even if your arguments are total bunk. Again, I direct you to the evolution debate, in which the proportion of Americans who accept biological evolution hasn't changed in decades despite overwhelming evidence for one side. There are a few things I can work with, though:

      1. Most of the skeptics seem to be concentrated in the same chunk of the political spectrum (right/libertarian) and have very strong political, economic, and emotional motivations for their skepticism.
      2. The skeptics promote a conspiracy theory involving thousands of people.
      3. The motivations given for these conspirators rely on strawman versions of environmentalist and left-leaning positions. Being a left-leaning person myself, I know for a fact that almost none of us are out to destroy capitalism, wreck the global economy, or live out some gaia hypothesis-based escape fantasy, and the few who are have no influence among scientists.
      4. The skeptics seem to be almost entirely outside of the earth science community. According to Wikipedia, there are no major scientific bodies who oppose the idea of human-caused climate change.

      And a few other things, but I don't want to draw too much from a Slashdot discussion. Against this I have some cherry-picked emails being interpreted by people who seem to have unrealistic expectations for the purity of data, the sorts of things people say in private, and the implications that actually has for a worldwide consensus. Having taken my share of data under time and budget constraints, I'm not that excited by a bit of fudging, and given the items I listed above I don't trust the skeptics to make honest, informed, and in-context criticisms.

      --
      Visit the
    25. Re:Loss of trust by AdamHaun · · Score: 1

      Sure. The Holocaust.

      (What? It's no less ridiculous than tying the modern progressive movement to Stalin.)

      --
      Visit the
    26. Re:Loss of trust by Kattspya · · Score: 1

      Let's say I accept that national socialism with all its socialism is right wing, what the hell does the holocaust have to do with science?

    27. Re:Loss of trust by AdamHaun · · Score: 1

      Let's say I accept that national socialism with all its socialism is right wing

      "National Socialism" is a name. The Nazis were facists who supported eugenics, militarism, and nationalism. These are considered right-wing ideas and are diametrically opposed to the sort of international egalitarianism that socialists promoted. In reality, Hitler was violently opposed to socialism and purged socialists and communists after he solidified his hold on power. Prominent right-wing anti-communist Americans like Henry Ford and Charles Lindbergh supported him. There is no reasonable way that the Nazis can be considered left-wing or socialist. The only reason the idea is popular today is because it lets people compare Obama to Hitler.

      what the hell does the holocaust have to do with science

      There was plenty of pseudoscience in favor of eugenics. Also, whether there was an actual worldwide Jewish conspiracy is a question of fact which could be dealt with through evidence (but really wasn't, although I'm sure they had plenty of rationalizations).

      By the way, was Lysenko really totally responsible for the famines? I don't know that much about Soviet history, but my understanding was that they had plenty of agricultural trouble before and after him, mainly due to collectivization. I agree that he was a first-class asshole, though.

      You should try getting your history from history books. It's much deeper and more interesting than the made-for-TV remix you get from political rhetoric.

      --
      Visit the
    28. Re:Loss of trust by Kattspya · · Score: 1

      Eugenics was very popular in the social democratic party in Sweden. A flair for eugenics was in no way exclusive to the right. Want to try again?

    29. Re:Loss of trust by AdamHaun · · Score: 1

      Bad science is a product of human cognition. It's not exclusive to any political alignment. You asked for something bad a right-leaning group has done that was on the same order of magnitude as whatever you're blaming Lysenko for, so I gave you one. It was a bad question to begin with since I was talking about the modern American right and you were talking about a guy in Russia seventy years ago, but I answered it. So what if someone else did the same thing? Are you saying that only communists do bad biology?

      Don't get me wrong, I'm not saying that the modern American left (such as it is) is great with science. Bogus alternative medicine is very popular. I've also seen some feminist sites declare that the growing obesity epidemic is a sham to enforce orthodox ideas about body image, although I haven't looked at that very closely. But these are not central issues of the Democratic Party in the same way that religion-based decision making is for the Republicans.

      --
      Visit the
    30. Re:Loss of trust by riverat1 · · Score: 1

      Did you read the post you linked to?

      In the climate field, there are a number of issues which are no longer subject to fundamental debate in the community. The existence of the greenhouse effect, the increase in CO2 (and other GHGs) over the last hundred years and its human cause, and the fact the planet warmed significantly over the 20th Century are not much in doubt. IPCC described these factors as ‘virtually certain’ or ‘unequivocal’. The attribution of the warming over the last 50 years to human activity is also pretty well established – that is ‘highly likely’ and the anticipation that further warming will continue as CO2 levels continue to rise is a well supported conclusion. To the extent that anyone has said that the scientific debate is over, this is what they are referring to. In answer to colloquial questions like “Is anthropogenic warming real?”, the answer is yes with high confidence.

      The basic premises of anthropogenic climate change are well established. It's the refinements that are being debated.

    31. Re:Loss of trust by Anonymous Coward · · Score: 0

      The only difference is that the ideology behind it is a little more popular -- the strawman liberal is apparently a more plausible villain to most people than the strawman atheist.

      And judging from your post, the ad hominem is still largely en vogue.

    32. Re:Loss of trust by Kattspya · · Score: 1

      OK. Your statement wasn't as ignorant as it seemed. Good.

    33. Re:Loss of trust by italiano · · Score: 1
      I undoubtedly agree with both your conclusion and RC's Gavin's. What I mean is better summarised by

      knowledge about science is not binary – science isn’t either settled or not settled. This is a false and misleading dichotomy. Instead, we know things with varying degrees of confidence

      . This is what I mean with "science never stops debating." I know that scientists nowadays grasp pretty well basics of AGW, I trust their work and anyway I'd be in no position to deny this since I am not an expert.

      --
      b4364650@uggsrock.com
    34. Re:Loss of trust by riverat1 · · Score: 1

      I think we both pretty much agree about this. Too much binary thinking is dangerous in a complex world. I may have overreacted a bit after reading a bunch of the previous posts. My point is there are issues in science that they don't spend time debating because unless someone comes up with some totally out of the blue insight they're not going to change much.

  24. Why plagiarize? by Blappo · · Score: 0, Troll

    Give credit where it's due, please

    "Computerworld magazine cited the view of the RealClimate blog that what was not contained in the e-mails was the most interesting element: "There is no evidence of any worldwide conspiracy, no mention of George Soros nefariously funding climate research, no grand plan to 'get rid of the MWP' [Medieval Warm Period], no admission that global warming is a hoax, no evidence of the falsifying of data, and no 'marching orders' from our socialist/communist/vegetarian overlords."[18] The science historian Spencer R. Weart, interviewed in the Washington Post, commented that the theft of the e-mails and the reaction to them was "a symptom of something entirely new in the history of science: Aside from crackpots who complain that a conspiracy is suppressing their personal discoveries, we've never before seen a set of people accuse an entire community of scientists of deliberate deception and other professional malfeasance. Even the tobacco companies never tried to slander legitimate cancer researchers."[41]

    --
    Why are so many posts with factual errors modded up?
    1. Re:Why plagiarize? by Anonymous Coward · · Score: 0

      No plagiarism here, as far as I can tell ... who voted this troll interesting?

    2. Re:Why plagiarize? by Blappo · · Score: 0

      Someone with better reading comprehension than you.

      --
      Why are so many posts with factual errors modded up?
    3. Re:Why plagiarize? by mpe · · Score: 1

      Computerworld magazine cited the view of the RealClimate blog that what was not contained in the e-mails was the most interesting element: "There is no evidence of any worldwide conspiracy

      The minimum number of people you need for a conspiracy is two. If you had a conspiracy between three people all several thousand miles apart then you could quite reasonably call that a "worldwide conspiracy".
      To determine if there is one (or more) conspiracy going on you'd need to look at what the emails are saying. To determine if it is "worldwide" then the email addresses might be a big clue. e.g. if they are all from uea.ac.uk then it certainly isn't "worldwide".

    4. Re:Why plagiarize? by Anonymous Coward · · Score: 0

      OP posted his viewpoint, which happened to coincide with the viewpoint listed in the article you provided. he did so in his own words, and did a pretty good job of it.

      plagiarism is publishing someone else's words as your own.

      so, basically, you're a fucking idiot.

  25. Worst case by Anonymous Coward · · Score: 5, Insightful

    1) they're guilty of not properly responding to a FOIA request
    2) they've said nasty things about certain colleagues work (but still cited it)
    3) they've discarded some data for reasons they should have better explained (reasons that were valid -- it wasn't properly calibrated)

    Bad for them personally, but utterly irrelevant to the scientific issue, unless you think it's some kind of surprise that scientists are human and sometimes make mistakes. As the Nature article says, it's laughable. Where's the global conspiracy? Where's the outright fraud of substantial masses of crucial data? Nowhere.

    It's worth investigating for the possibility of misconduct, but, sheesh, the actual scientific impact is so overblown it's ridiculous. This is why you have many, many other scientists working on the same issues and completely independent ones: so that even if one of them makes an honest or a dishonest mistake, or one method yields incorrect results, the other people and techniques are likely to find the flaw and correct it.

    The only "trick" here is the propaganda trick climate-change denialists are using to divert attention from the actual data and results of the last few decades.

    Smoking gun? It's like they've (illegally) broken into the house owned by someone they've publicly accused of murder for a decade and found a plastic gun replica that shoots Nerf balls. Aha!! Gotcha!

    1. Re:Worst case by Attila+Dimedici · · Score: 2, Informative

      1) they're guilty of not properly responding to a FOIA request
      2) they've said nasty things about certain colleagues work (but still cited it)
      3) they've discarded some data for reasons they should have better explained (reasons that were valid -- it wasn't properly calibrated)

      4) they arranged to have a journal editor fired for publishing a peer reviewed article that questioned conclusions reached by AGW promoters.

      --
      The truth is that all men having power ought to be mistrusted. James Madison
    2. Re:Worst case by khallow · · Score: 3, Interesting

      1) they're guilty of not properly responding to a FOIA request

      It's more than that. Phil Jones, the head of the CRU, wrote that he'd delete the data before he'd turn it over to "skeptics". Then they claim that they "lost" the data some time in the 80's. That seems to imply that he deleted the data far more recently than the 80's, say in the last couple of years. That would be a crime, not merely "not properly responding to an FOIA request".

      2) they've said nasty things about certain colleagues work (but still cited it)
      3) they've discarded some data for reasons they should have better explained (reasons that were valid -- it wasn't properly calibrated)

      4) they arranged to have a journal editor fired for publishing a peer reviewed article that questioned conclusions reached by AGW promoters.

      5) They arranged to have certain research excluded from IPCC's survey of climate science literature. The influence of the CRU on the IPCC process (which in turn provides the primary political justification for carbon emission reduction) was significant.
      6) The code comments indicate that much of the data was poor quality, further that much of the "improperly calibrated" data wasn't afterwards "properly calibrated" (at least to the knowledge of the programmer).

  26. Ohnoes it's a global conspiracy by KlaasVaak · · Score: 1

    No amount of handwaiving will explain this away for sure, but how about hundreds of data sets all telling a different story? You are willing to believe that because one data set of tree rings declines and this is 'covered up'thousands of scientist all across the world have faked hundreds of other data sets to publish thousands of peer reviewed articles all telling the same story.Really? How is that different from your average 9/11 troofer, nirther, etc? Advised viewing on this: http://www.youtube.com/watch?v=7nnVQ2fROOg

    --
    Dyslexics are teople poo
  27. What's next? Pedophilia? by GrantRobertson · · Score: 1, Insightful

    Next, the professional climate deniers will be accusing climate researchers of pedophilia. It is the conservative smear tactic of last resort. And since their smear campaigns are always completely bull, they are inevitably forced into using their last resort.

    1. Re:What's next? Pedophilia? by Mashiki · · Score: 1

      "Think of the children," is the bastion of hope of the left FYI. When you can't get where you're going, use kids, tug emotions. You should be paying attention to media campaigns of the last 25 years, if you haven't then you'd know. Everyone uses it now however but welcome to Shrillville.

      --
      Om, nomnomnom...
  28. Re:A few suspect emails do not destroy millions... by qmaqdk · · Score: 1

    "A few suspect emails do not destroy millions of man hours of research."

    Never mind the quality, feel the weight.

    So are you disputing the quality of the work of scientists who were not related in any way to CRU? And where's your evidence or arguments?

    --
    My UID is prime. Hah!
  29. Re:Data thrown away by Troed · · Score: 1

    If you study the leaked data in question, there's no doubt as to realclimate's role in this. Thus, your use of the word "thought" is in error.

    (Your links are fine though, I just wanted to clarify the comment about realclimate)

  30. Why the need to supress debate? by Saint+Stephen · · Score: 2, Insightful

    If it's such god-damnned good science, why then are people saying "we must not have any more debate. Debate is closed. It's time to move on."

    1. Re:Why the need to supress debate? by belthize · · Score: 1

      Errrm ... because it's such god-damned good science ? Your logic escaped me there. If it was bad science then it might be reasonable to ask why are people so convinced we need to do something.

      It's entirely possible the models and theories are wrong. On the other hand if they're right, and there is not good evidence they're wrong, then waiting an arbitrary time to react results in an inability to react effectively.

      If there really are flaws with the science that debate needs to be had but so far nobody really has found any. All the debate from the non-climate change side is ad hominem. Al Gore flies a plane, scientists are in it for the money etc clap trap.

      If somebody has a vaguely rigorous model that shows there's not a problem I'd love to see it.

    2. Re:Why the need to supress debate? by Saint+Stephen · · Score: 1

      That's not true! I've heard a million people say "we only have data as far back as at most 100 years; that's nothing in geologic time"; heard people say "well, it turns on the gulf stream brings a lot more cold water back than we first realized;" realize they mismeasured the amount of ice in the arctic by a huge amount; and the most recent data saying global warming has temporarily halted; heard a lot of people say it's bad science to take non-linear systems and extrapolate from a small amount of data.

      The people who believe in manifolds don't say the string theorists need to shut up.

      I say again, exactly as I said before, why the need to tell people to shut up?

    3. Re:Why the need to supress debate? by belthize · · Score: 1

      I think you're making up the issue of one side telling the other side to shut up with respect to scientific debate.

      The points you raise about the gulf stream or other models are valid points of debate but they don't refute the sign of the vector they're haggling over the scalar and veracity of models. As an example Copernicus' model was shown to be wrong by Newtons model which in turn was shown to be wrong. The fact that they were fundamentally wrong didn't change that fact that their predictive abilities were *mostly* right. The error was in parts per 100, 1000 or million.

      Many of the other points are pseudo math/science or ad hominem and serve no purpose, still saying "You're wrong" is not the same as saying "shut up".

    4. Re:Why the need to supress debate? by dbIII · · Score: 3, Insightful

      Mostly because the "debate" was in the 1980s and the current situation is PR versus reality. Consider that most of this crap is coming out of the "Heartland Institute", a bunch that will also tell you that smoking does not cause any health problems.

    5. Re:Why the need to supress debate? by Saint+Stephen · · Score: 1

      The stuff I mentioned above all came out in the last year or so.

    6. Re:Why the need to supress debate? by Saint+Stephen · · Score: 1

      I didn't hear this stuff from the Heartland institute - a guy on the the weather channel said the thing about only 100 years of data; the ice measurements and gulf stream were on CNN, regular science stuff.

    7. Re:Why the need to supress debate? by rochrist · · Score: 1

      I know that's where -I- go for my 'regular science stuffs'.

    8. Re:Why the need to supress debate? by bdeclerc · · Score: 1

      I can't respond to all your "claims", since you don't reference even one of those "million" people, but:

      - We have direct temperature measurements going back about 150-200 years, to go further back, we use a huge number of "temperature proxies", not just tree rings, but sedimentation data, ice-core data, pollen data, etc, etc - Geologic time has very little to do with this, we *know* climate has varied in the past, for many reasons and over many timescales, but that in no way "proves" that we are not the cause of the current changes - does the fact that it has rained naturally in the past make it completely impossible for somebody pissing from his roof to piss on your head?

      - I don't fully understand what you mean by the "gulf stream" quip, nobody claims we know everything, but I'm pretty sure the scientists know way way more about it than you.

      - Measuring the amount of ice in the arctic is not easy, but we have been doing it quite accurately for at least 30 years (turns out the US Military was doing the measuring, but didn't share the data with scientists for a long time) - and we know enough to say that in those 30 years, and particularly in the last few years, the ice has been decreasing in ways that we are quite sure have not ever occured in historical times.

      - The most recent data is *not* saying global warming has temporarily halted, that's a canard the "deniers" are spreading (the idea is that repeating a lie often enough makes it appear true). Just this point alone shows you are getting your information from very very biased sources.

      And on the idiotic reference to manifold/string theories : if one of those theories had been making predictions for 150-odd years, predictions which turn out to fit the data very very well, and the other side was just shouting "blah blah I can't hear you" all the time, then they would be very much right in telling them to 'shut up'.

      When you can come up with a decent, evidence-supported argument, nobody will tell you to shut op, when you come with vague FUD and thoroughly debunked idiocies, shutting up probably should probably be considered the smart option.

    9. Re:Why the need to supress debate? by Saint+Stephen · · Score: 1

      Yeah, they were just regular stories on the regular news saying there was more ice than they had calculated before, and the gulf stream brought more cold water than they thought before.

    10. Re:Why the need to supress debate? by Saint+Stephen · · Score: 1

      You're doing exactly the same stuff the guys did in the emails. It's just bad science; bad attitude.

      I'm making a non-inflamatory, casual statement that I saw ordinary people making ordinary claims that different calculations had to be revised, the evidence isn't all one way, it's complicated, etc. - and here you're trying to blast these statements to smithereens instead of casually acknowledging that data sometimes surprises one.

    11. Re:Why the need to supress debate? by bdeclerc · · Score: 1

      All right, I'll gladly acknowledge that data sometimes surprises.

      It's just that some of your "examples" come straight from the "deniers handbook" and are simply incorrect as examples. I keep seeing them repeated a gazillion times, long after they've been thoroughly debunked, is it surprising that that leads to prickly responses?

      Repeating incorrect statements is bad science, responding to them by "blasting them to smithereens" may be bad attitude, but certainly cannot be considered "bad science"?

      In recent years, we have actually been surprised regularly, unfortunately this was rarely in the direction of slowing global warming. Did you know that scientists even as recently as 5 years ago, scientists were expecting a gradually increasing melting of the Greenland icecap, but what we are actually seeing now is that this melting is increasing far far more rapidly? Glaciers running out to sea at 3 km/year in 1995 have now accelerated to 12km/year.

      Did you also know that the sea-ice conditions seen in 2007 were expected to occur no sooner than 2020 according to projections from only a few years earlier, and that, despite claims of "recovery" in 2008 & 2009 by deniers, the reality is that in both these years, the sea-ice conditions were quite close to the record-breaking year 2007, and multi-year ice, which was the "bedrock" of the northern polar cap, has all but disappeared.

      So yes, surprises do happen, unfortunately, the surprises do not point towards less global warming than expected.

    12. Re:Why the need to supress debate? by Saint+Stephen · · Score: 1

      I think that theories about the weather are theories, models, and I really don't think that people are clever enough to understand a complex nonlinear system like the earth's climate to the point where the fact that a whole bunch of ice melting bothers me in the slightest.

      I'm not saying your data isn't true; I'm saying the conculsions that any of it even matters seems suspicious.

    13. Re:Why the need to supress debate? by bdeclerc · · Score: 1

      In science, everything is "data", "hypothesis" or "theory", and models are the mechanism scientists use to link "data" and "theory" - this is as true for Climate Science as it is for Physics or Chemistry.

      The problem with the icecaps is, at least in part, one of chaos - it can be compared to knowing with 99% certainty that an earthquake will occur near San Francisco in the next few hundred years, but not being able to tell you at what date & time it will occur.

      The problem is that in the climate debate, some people then pretend that, because we cannot predict the exact date & time of the earthquake, we know nothing about earthquakes and we are wrong in predicting that the earthquake will occur.

      The Earth's climate is indeed a complex, nonlinear system, but it is not entirely without constraints, many of those constraints have been figured out, often from the basic physics. You may not "think" that people are clever enough to understand it, but there are some *very* clever people working on this.

      This is also why no serious climate scientist is claiming that in 2100 the average temperature will have gone up 2.7548C, what they are claiming is that, given a few assumptions on the evolution of the rise in CO2, the most likely result in 2100 will be a rise in average temperature of between 2C and 4.5C

      Further, the uncertainty is much bigger on the high end than on the low end. We are virtually certain that, unless significant reductions in CO2-output are realised, the rise will be no smaller than 2C, and the most likely figure looks to be 2.5C-3.5C.

      The science has come far enough that the biggest uncertainty left isn't in the science, but in the human factor, which is the most important bit that we cannot integrate into physical models.

      And to give even more food for thought: the temperatures during an ice age are estimated to have been, on average, about 5C lower than today. So while 2C may seem like a small amount, realise that a 5C drop in average temperature caused the ice-caps to cover most of Canada & Western Europe, and sea levels to drop by almost 100 meters.

    14. Re:Why the need to supress debate? by swuppet · · Score: 1

      I think you're making up the issue of one side telling the other side to shut up with respect to scientific debate.

      The points you raise about the gulf stream or other models are valid points of debate but they don't refute the sign of the vector they're haggling over the scalar and veracity of models. As an example Copernicus' model was shown to be wrong by Newtons model which in turn was shown to be wrong. The fact that they were fundamentally wrong didn't change that fact that their predictive abilities were *mostly* right. The error was in parts per 100, 1000 or million.

      Many of the other points are pseudo math/science or ad hominem and serve no purpose, still saying "You're wrong" is not the same as saying "shut up".

      So because Newton's model was mostly right, this model is also partly right? The error marge is a lot bigger in this case. Also, the ad hominem pseudo blabla works both ways..people being accused of being on the oil industry's payroll etcetera.

    15. Re:Why the need to supress debate? by Anonymous Coward · · Score: 0

      Are you talking about climate change denialism or creationism?

    16. Re:Why the need to supress debate? by Anonymous Coward · · Score: 0

      What do you mean by "debate"? Solid, published research presenting new data or methods and challenging the mainstream view is good for science. Laypeople generating "reports" or endlessly rehashing the same old themes on blogs isn't terribly useful. There appears to be strikingly little of the former, but a whole lot of the latter, and the latter is used to justify a perpetual delay in making any sort of potentially preventative measures.

    17. Re:Why the need to supress debate? by mpe · · Score: 1

      - We have direct temperature measurements going back about 150-200 years, to go further back, we use a huge number of "temperature proxies", not just tree rings, but sedimentation data, ice-core data, pollen data, etc, etc - Geologic time has very little to do with this, we *know* climate has varied in the past, for many reasons and over many timescales, but that in no way "proves" that we are not the cause of the current changes

      It dosn't prove that we are either. All that can be proven is that there has been a change, not what might have caused it. Claiming that "we can't think of another explanation so it must be due to human activity" is at best faith.

      Measuring the amount of ice in the arctic is not easy, but we have been doing it quite accurately for at least 30 years (turns out the US Military was doing the measuring, but didn't share the data with scientists for a long time) - and we know enough to say that in those 30 years, and particularly in the last few years, the ice has been decreasing in ways that we are quite sure have not ever occured in historical times.

      How do you know what had been happening prior to 1979? Do you have any measurements at all from the Romans? How about from the Moors?

      The most recent data is *not* saying global warming has temporarily halted, that's a canard the "deniers" are spreading (the idea is that repeating a lie often enough makes it appear true).

      It's rather more likely that the "true believers" would be making such claims as "temporarily halted". Rather than "the models have failed to correspond with observations, but we arn't sure why".

      And on the idiotic reference to manifold/string theories : if one of those theories had been making predictions for 150-odd years, predictions which turn out to fit the data very very well,

      What exactly has been making accurate predictions since the 1850's. The only obvious thing of note from 1859 would be a publication by a certain Charles Darwin... As for climate predictions there's the little matter of the ice age which was ment to be just around the corner abouit 40 years ago. Whatever happened to that.

      When you can come up with a decent, evidence-supported argument

      Something the "Global Warming", "Climate Change", "AGW", "whatever it is this year" lot appear to be having a little trouble with. Even before the emails got leaked.

    18. Re:Why the need to supress debate? by mpe · · Score: 1

      In recent years, we have actually been surprised regularly, unfortunately this was rarely in the direction of slowing global warming. Did you know that scientists even as recently as 5 years ago, scientists were expecting a gradually increasing melting of the Greenland icecap, but what we are actually seeing now is that this melting is increasing far far more rapidly? Glaciers running out to sea at 3 km/year in 1995 have now accelerated to 12km/year.

      So is it warmer or colder than when people named it "Greenland" in the first place?

      Did you also know that the sea-ice conditions seen in 2007 were expected to occur no sooner than 2020 according to projections from only a few years earlier, and that, despite claims of "recovery" in 2008 & 2009 by deniers, the reality is that in both these years, the sea-ice conditions were quite close to the record-breaking year 2007, and multi-year ice, which was the "bedrock" of the northern polar cap, has all but disappeared.

      This "multi-year" ice is how many years old? Also is it formed from precipitation (which is low at the poles) or freezing of sea water?

    19. Re:Why the need to supress debate? by mpe · · Score: 1

      The problem with the icecaps is, at least in part, one of chaos - it can be compared to knowing with 99% certainty that an earthquake will occur near San Francisco in the next few hundred years, but not being able to tell you at what date & time it will occur.

      Earthquakes are quite common in that part of the world. Ice around the North Pole can come and go quite rapidly. A rapid increase in ice was a major cause of Norse colony in Greenland failing about a thousand years ago.

      The problem is that in the climate debate, some people then pretend that, because we cannot predict the exact date & time of the earthquake, we know nothing about earthquakes and we are wrong in predicting that the earthquake will occur.

      People have been studying earthquakes for a long time. But we do not have the equivalent of a Zhang Heng studying climate.

      This is also why no serious climate scientist is claiming that in 2100 the average temperature will have gone up 2.7548C, what they are claiming is that, given a few assumptions on the evolution of the rise in CO2, the most likely result in 2100 will be a rise in average temperature of between 2C and 4.5C
      Further, the uncertainty is much bigger on the high end than on the low end. We are virtually certain that, unless significant reductions in CO2-output are realised, the rise will be no smaller than 2C, and the most likely figure looks to be 2.5C-3.5C.


      Even with the assumption that human activity is the only factor at work here it dosn't make sense to concentrate on carbon dioxide. Methane is a far more potent "greenhouse gas" yet a lot less fuss is made about landfill sites and sewerage works.

    20. Re:Why the need to supress debate? by Anonymous Coward · · Score: 0

      Nonsense, the debate hasn't even began. How can it when all the methodology, source code, and data including the manipulation and justification for it is a secret?

      I mean seriously, can you pluck some idiot off the street and have a valid debate over something they no nothing about but you do because you have kept everything secret or acted in ways to surpress anything at odds with what you say? I'll tell you what, I'm writing a book, why don't we debate the plot of it without you ever reading it and getting the details within it.

      Of course that's ridiculous, just as ridiculous as your idiotic statement. Not to mention that the debate carried on into the 1990's until some in the lead started attempting to hide or constrain dissenting works giving the appearance of the debate ending. Perhaps you could do a lot less shooting the messenger and shoot the message, or at least address the message in a scientific way.

    21. Re:Why the need to supress debate? by dbIII · · Score: 1, Insightful

      What exactly has been making accurate predictions since the 1850's. The only obvious thing of note from 1859 would be a publication by a certain Charles Darwin

      Please note my "climate is just the next soft target for anti-intellectuals after evolution" line on the other comment.
      Thor Heyerdahl put what the attitude SHOULD be. A Lutheran minister said to him as a child something along the lines of - God created us all and Darwin worked out how it happened. Science is there to answer the "how" questions and not the "why". It is only a danger to lay preachers spreading falsehoods and using their pulpits for political or financial reasons instead of spiritual reasons. Education is supposed to provide us with fine bullshit detectors to stop us from being taken in by scam artists, and a bit of science helps with that - hence the attack on science.
      Unfortunately there are very well funded groups engaged in a PR exercise to attempt to convince everyone that climate change is bullshit because of the next little bit of uncertainty despite there being enormous quantities of CO2 in the atmosphere and plenty of other undeniable facts. They'll just keep nibbling around the edges of the newly found uncertain stuff and pretend that renders the entire thing bunk.
      Disaster movies and the science funding bandwagon doesn't help (get more money for effect of climate change on something instead of just studying something), but there is a huge amount of real information out there. It's looking at an incredibly complex thing but we don't have to understand the entire thing to notice something is wrong. We are not close to having a complete understanding of the human brain but doctors can still identify mental illness. We have the equivalent situation here to a PR guy screaming out that we can't say someone has a mental illness because we don't have a clue what a certain hormone does. For a car analogy it's like saying someone was never run down because nobody can recall what colour the car was, even though the licence plate has fallen off at the scene of the accident.
      Don't fall for the bullshit.

    22. Re:Why the need to supress debate? by sydneyfong · · Score: 1

      If it's god-damned good science, then really there shouldn't be any debate. Should we be debating whether gravity exists at all? Or whether the laws of conservation of energy is real? Or for that matter, whether 1+1=2 and Pi = 3.1415926... ?

      If you open these topics for debate, only crackpots will respond.

      Of course, I don't think Climate Science is "god-damned good science", at least not to the level of the ones I mentioned above.

      --
      Don't quote me on this.
    23. Re:Why the need to supress debate? by bdeclerc · · Score: 1

      Way to miss the point, mpe. I'm not saying the situation with the icecaps is identical to the situation with earthquakes, I'm saying the situation is similar.

      The greenhouse effect was predicted on scientific basis in the 1820's (see Fourier), continental drift only became an accepted theory half a century ago and is the main mechanism required for understanding the causes of earthquakes, so claiming that the scientific study of earthquakes predates that of climate change is simply wrong.

      And Methane may be a more powerful greenhouse gas, it's also present only in far far lower concentrations and has a very much shorter lifetime in the atmosphere. Given these factors, our current Methane production is a smaller problem than our CO2 production, so it makes perfect sense to concentrate on CO2 production (without ignoring other factors, it's possible for humanity to work on several issues in parallel, isn't it?)

    24. Re:Why the need to supress debate? by riverat1 · · Score: 1

      Hard to tell the difference sometimes.

  31. Can't extrapolate to whole community by Strider- · · Score: 1
    Even if the actions of these people were nefarious, which it doesn't seem to be (playing with different scenarios nd what not) to claim that all the reserch is bogus because of it is a logical fallacy at best, and outright stupidity and ignorance at worst. The argument basically goes lik ethis: "Johnny runs Linux. Johnny also stole Windows 7, therefore all linux useres steal Windows 7."

    There are dozens of independant sources of data, and independant researchers. I would be far, far more suspect if it all matched up perfectly. It doesn't, and that's good. It promotes discussion within the scientific community.

    The "skeptics" in this case just don't know what they're talking about, and are guilty of fraud in and of themselves for claiming that a single case can be extrapolated to the entire body of research at large.

    --
    ...si hoc legere nimium eruditionis habes...
    1. Re:Can't extrapolate to whole community by astar · · Score: 1

      your argument is fine as far as individuals are concerned

      but three points

      jones felt free to ask perhaps four others to engage in a criminal conspiracy which suggests he had reason to believe they would be cooperative

      jones organized attacks on the peer review process, and a valid peer review process is a requirement for the validity of the whole endeavor as science. it certainly makes honest individual scientists ineffective and i suppose has some effect on what they put their time into, if they are academics, publication is a big career issue.

      so we already have one criminal conspiracy, so looking for conspiracy based on whatever is reasonable. admittedly, the act of adjusting data is not particularly interesting, but i seem to a recall a china dataset where the claimed procedure was not followed, and happened to result in a temperature increase

    2. Re:Can't extrapolate to whole community by sydneyfong · · Score: 1

      "Johnny runs Linux. Johnny also stole Windows 7, therefore all linux useres steal Windows 7."

      How about: Linus Torvalds runs Linux. Linus stole Windows 7.

      Sure, there are other Linux developers, but then it would still be a huge scandal and a huge problem.

      And Phil Jones and CRU is where much of the surface temperature research is coming from. He *is* the Linus in that field.

      --
      Don't quote me on this.
  32. Re:Data thrown away by Gadget_Guy · · Score: 1

    There's a bit of a difference between throwing out old episodes of Dad's Army and throwing away data that's supposedly helping to prove that man is causing global warming.

    Except when the data was thrown out, nobody knew that is what it would one day need to prove. Anyway, as other people have said here, there are many other sources of data around that you can use. If you don't trust this lot of data, or even these scientists, then just ignore them and move to all of the other scientists in the world.

  33. Re:Need to start over by Rising+Ape · · Score: 1

    Any work that is based on data no longer available should not be considered valid.

    If applied generally, that would require throwing out huge amounts of established science, not just in the area of climate research. How about doing it the traditional way of independently reproducing the result (or a similar one), with different data, different code, different researchers? In fact, if this hasn't been done already I'd be surprised.

  34. Re:IDLE SUCKS BALLS by Jeremy+Erwin · · Score: 1

    Oh look! There's an open source clone. I'm afraid your prayers will go on unanswered.

  35. Neither by NoYob · · Score: 1
    No and no and no to you and above.

    There are many poor nations - many of them island nations - that are pressing the World governments for compensation for damage caused by global climate change. Many folks (AM Radio guys take this route especially) consider this to be just a back handed wealth transfer program - hence the much of the hostility towards global warming.

    There are many billions of dollars potentially at stake based on what the outcome of the global warming studies.

    As always, this isn't about lives or quality of life - it's about money.

    --
    It's NOT me! It's the meds! I'm on 1000mg of Fukitol.
  36. Civilization was on trial by mi · · Score: 3, Funny

    A few suspect emails do not destroy millions of man hours of research.

    The Humanity in general and the Western civilization in particular were on trial. We are accused of "destroying Gaia" and facing the punishment of huge fines and severe drop in the quality of life (such as living with worms composting our garbage).

    So, guess what? When, suddenly, thanks to a whistle-blower (whom the prominent Illiberals in Congress want prosecuted, BTW), we learn of the massive prosecutorial misconduct (some of it, such as deleting files after receiving Freedom of Information requests, outright criminal), that affects a substantial amount of evidence against us, we move for the "court" to dismiss the entire case.

    Those "millions of man hours" are now tainted.

    --
    In Soviet Washington the swamp drains you.
    1. Re:Civilization was on trial by Idiomatick · · Score: 1

      He's a hacker that stole data duhhh he's going to jail, it is a totally separate matter and proves nothing.

    2. Re:Civilization was on trial by mi · · Score: 1

      He's a hacker that stole data duhhh he's going to jail

      Crickets chirping. Trains passing in the distance... No indignant protests against the use of term "stealing" regarding data...

      Anyway, please, explain the credentials, that you used to determine, he is a hacker "stealing", rather than a whistle-blower exposing? Thank you.

      --
      In Soviet Washington the swamp drains you.
    3. Re:Civilization was on trial by Idiomatick · · Score: 1

      Credentials for hacker involves electronic breaking and entering. Whistle-blowers had access to the data to begin with. If I heard of a bank scandal, broke into the bank, snuck into their vault and took pictures, then exposed them. I'd be a hero, I'd also be going to jail.

      And stealing because it wasn't freely given. Like if I copied the US militaries designs for a missile... if I had to sneak into a compound to do so it'd likely be stealing blueprints. If I knew a guy that owned 1980's military jeep and copied it, it would be copied.

    4. Re:Civilization was on trial by hey! · · Score: 1

      Wow --

      Now I see why the deniers are so hot and bothered. Apparently they see it as having to admit some kind of collective guilt, then having to go back to living in trees.

      I don't see anthropogenic global warming as a condemnation of civilization. How could civilization have known?

      There is *no* trial going on over "killing Gaia". Where is the corpus delecti? The very idea is silly (*especially* if you believe in the Gaia hypothesis).

      No, the trial is whether we can scrape up some kind of rational and just response to a complex problem we could not possibly have anticipated. Throwing and evading blame is a pointless, irrational sideshow.

      For better or worse, we are dependent on technology to survive. We *couldn't* go back to living in the trees, not without killing most of our species. The answer to AGW will be a combination of adapting ourselves to inevitable changes (which was going to happen sooner or later anyway) and developing *new* technology that will help us do this while reducing our impact on the planet.

      Nobody in his right mind wants to see forests and wild animal populations disappear, to see the planet paved over and it air choked with pollution. The planet will survive, it just won't be as nice a place as the one were born in. I believe that means finding more environmentally efficient technologies that will raise our standard of living without depriving us of a the natural wealth we inherited.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    5. Re:Civilization was on trial by mi · · Score: 1

      Credentials for hacker involves electronic breaking and entering. Whistle-blowers had access to the data to begin with.

      Oh, well, that's a fine distinction. But do you know, who acted in this case? An in- our an outsider? You don't know. And neither does the grandstanding Barbara Boxer — yet she wants a "criminal prosecution" nevertheless.

      And stealing because it wasn't freely given.

      Well, whenever *AA talk about theft of music or movies, the counterargument — from your very kind — is that it can not be called "theft", because nobody has lost anything material. What was downloaded was merely a copy. Fine hypocrites you are...

      Like if I copied the US militaries designs for a missile...

      Except, unlike military designs, all these things were supposed to be public domain, free for all to examine... So, could it be called "stolen", if it belonged to us all anyway?

      --
      In Soviet Washington the swamp drains you.
    6. Re:Civilization was on trial by Idiomatick · · Score: 1

      Ah, every headline I saw said hacker so I assumed... to assume is to make and ass... yeahyeah.

      The distinction would be publicly available vs secret. Anyways it is just semantics. I'm happy to give up that point to you. Feel free to change steal to copy.

    7. Re:Civilization was on trial by mi · · Score: 1, Troll

      I don't see anthropogenic global warming as a condemnation of civilization.

      That humans — especially the wealthy humans — are destroying the planet with their consumption is explicit in many "save the Earth" pieces, and implied in nearly all of them. I'm going to believe here, that you aren't feigning your ignorance of this wide-spread opinion and give you some examples...

      This recent video attempts to instill guilt in people flying by showing bloodied polar bears falling from the sky. Each passenger, we are told, causes the amount of CO2, that's a weight of a polar bear. It is implied (with plausible deniability, of course, because the idiotic connection would only work on a weaker mind), that each passenger is thus responsible for a dead polar bear... Every time.

      For another example, here is criticism of Ford's recent ad, that shows Ford's SUV among polar bears. The critic states, the ad "might upset a few people". Now, it might not be upsetting to you, but it is evidence, that large number of people consider SUVs a crime against nature.

      Violent assholes from Earth Liberation Front will happily burn a business to stop it from "destroying the environment". The threat is not theoretical: "If you build it, we will burn it." The ideology has many sympathizers and represents the number one terrorist threat in the US.

      More examples exist, of course... I hope, you will be able to find them yourself now.

      Now I see why the deniers are so hot and bothered.

      I don't think, it is fair to label us "deniers". The burden of proof ought to be on those, who want to make civilization change its ways. For over a decade, we were told "the science is settled" — that not only does global warming exist, there is a significant anthropogenic contribution to it, which ought to be stopped.

      Thanks to this whistle-blower (or a hacker, or whoever), we learned, that the consensus in this case achieved in a Marxist manner: through elimination of dissent. We read these "scientists" discussing boycotts against peer-reviewed journals to prevent publishing works of "sceptics". All so that the foot-soldiers on forums such as this one could continue to claim, that "no peer-reviewed journal published anything by this guy, so he must be a fringe lunatic."

      We also read, how frustrated they became, faced with the actually lowering temperatures, which their computer models failed to predict. Where I'm from, a scientific theory, that fails to predict what's observed in life, is discarded. But, I guess, these guys stood to lose too much government funding, so they "massaged" their data until they got the pre-determined result.

      The answer to AGW will be a combination of adapting ourselves to inevitable changes

      Every proposed answer to AGW (which might not even exist) involves large tax increases and increased government control over citizens' lives. The Big Brother watching is Ok, because it is for "a greener planet" (the modern era's "Greater Good" (TM)). Scratch any advocate of AGW, and you'll find a Che Guevara T-shirt underneath... That alone ought to turn a reasonable human being into a "denier".

      Although voluntary for now, starting 2017, Columbia University plans to have a compost bin in every dorm room. I sure hope, my daughter is not forced to live like that, when she goes to college, over junk science

      --
      In Soviet Washington the swamp drains you.
    8. Re:Civilization was on trial by dylan_- · · Score: 1

      We also read, how frustrated they became, faced with the actually lowering temperatures, which their computer models failed to predict. Where I'm from, a scientific theory, that fails to predict what's observed in life, is discarded.

      If you had a computer model of the solar system, and it failed to predict the earth's orbit accurately, would you try and fix your model? Or would you discard Heliocentric theory?

      --
      Igor Presnyakov stole my hat
    9. Re:Civilization was on trial by mi · · Score: 1

      If you had a computer model of the solar system, and it failed to predict the earth's orbit accurately, would you try and fix your model? Or would you discard Heliocentric theory?

      Depending on how "accurately"... For example, if, the model was off by some percentage, I would've asked for possible explanations and minor corrections. On the other hand, if the model predicted Moon falling onto Earth in October 2008, I would've not only discarded the entire theory, but tarred-and-feathered the pompous assholes, who wasted billions of dollars predicting the doom.

      The same kind of people were already warnings us about global cooling from their ivory towers — in twenty years they did a complete flip-flop, and we are supposed to believe them without doubts?

      --
      In Soviet Washington the swamp drains you.
    10. Re:Civilization was on trial by dylan_- · · Score: 1

      Depending on how "accurately"...

      I see...so I can get you to dismiss any scientific theory, just by creating a bad model for it. You'd actually dismiss the whole concept of the earth orbiting the sun? How incredibly stupid.

      The same kind of people were already warnings us about global cooling from their ivory towers

      No they weren't.

      in twenty years they did a complete flip-flop, and we are supposed to believe them without doubts?

      No, the devil is in the details, but the general theory is quite simple to understand if you're reasonably literate. You're supposed to be able to understand it yourself. Perhaps that's asking a bit much in some cases.

      --
      Igor Presnyakov stole my hat
    11. Re:Civilization was on trial by mi · · Score: 1

      You'd actually dismiss the whole concept of the earth orbiting the sun?

      Oh, I see, what you mean. The Global Warming is right, it is just the CRU "scientists" are partisan fools. Whatever — the "concept" of Earth orbiting Sun is supported by enough evidence. The concept of Global Warming (in the face of actual Cooling rebranded as "Climate Change") is not. The burden of proof remains on you...

      No they weren't.

      Yes, they were. The threat of global cooling was — according to your own link (BTW, couldn't you find something more reputable than "RealClimate", which the disgraced CRU "scientist" exposed as "their own"?) — published by the same mass-media (such as Newsweek), that pushes the global warming now. The link I gave you talks about Smithsonian curators — quite respectable institution, is not it?

      But, interestingly, even your link confirms a cooling trend between 40ies and 70ies... Khmm...

      the general theory is quite simple to understand if you're reasonably literate. You're supposed to be able to understand it yourself. Perhaps that's asking a bit much in some cases.

      Yes, yes, the emperor is very well dressed, and only the illiterate could possibly not see it. Is that the best you can do?

      --
      In Soviet Washington the swamp drains you.
    12. Re:Civilization was on trial by dylan_- · · Score: 1

      Oh, I see, what you mean.

      Oh good. So you see how stupid it is to dismiss a theory because you don't like one particular model. You've learned something then!

      The concept of Global Warming (in the face of actual Cooling rebranded as "Climate Change") is not.

      As in this being the warmest decade on record. That's "Cooling" to you is it?

      The burden of proof remains on you...

      I would say the burden of proof is on the people who are demonstrably changing my atmosphere. Or are you daft enough to deny *that's* happening?

      published by the same mass-media (such as Newsweek),

      Yeah, whatever. See, if you bothered actually finding out about the science yourself, you wouldn't have to depend on the mass media to know things.

      Yes, yes, the emperor is very well dressed, and only the illiterate could possibly not see it. Is that the best you can do?

      No, more like 2+2 = 4 and it doesn't matter how much you whine that "math is hard and complicated! who could possibly understand it!", it *remains* 4. Learn to count and you'll get it.

      --
      Igor Presnyakov stole my hat
    13. Re:Civilization was on trial by mi · · Score: 1

      Oh good. So you see how stupid it is to dismiss a theory because you don't like one particular model.

      Considering that the failed model was among the most authoritative on the matter and its authors — the most influential proponents of the theory, it is not unreasonable to dismiss the entire theory now.

      As in this being the warmest decade on record.

      If it were "the warmest decade on record", the CRU fools wouldn't be as frustrated among themselves. The sole source of this statement is the UN report, for which the disgraced CRU were the main source of information. Considering their now-known attempts to manipulate the data and the process, I'm not going to trust them one bit.

      See, if you bothered actually finding out about the science yourself, you wouldn't have to depend on the mass media to know things.

      Maybe, if your science was as solid as you'd like to pretend, you wouldn't need to rely on mass media to spread your ideology.

      We know, the emperor is naked. Cover him up and get back to research...

      --
      In Soviet Washington the swamp drains you.
    14. Re:Civilization was on trial by dylan_- · · Score: 1

      the most influential proponents of the theory, it is not unreasonable to dismiss the entire theory now....The sole source of this statement is the UN report, for which the disgraced CRU were the main source of information.

      Hahahaha...you really think that the University of East Anglia is the main source for climate change information! Wow! Seriously, totally dismiss everything the CRU there has ever published. All the evidence *still* points to warming. Why *wouldn't* there be warming? What would stop it?

      See, your problem is you don't even know what the theory is, but you're ready to jump in and dismiss it. You're like some newbie programmer jumping onto the LKML and insisting they're right about, say, memory management(!), when they can't even understand the concept! And refuse to learn!

      Can you imagine what you'd think of such a person?

      We know, the emperor is naked.

      Wouldn't it be better to actually RTFM instead of continually insisting that it doesn't exist?

      --
      Igor Presnyakov stole my hat
    15. Re:Civilization was on trial by mi · · Score: 1

      Seriously, totally dismiss everything the CRU there has ever published. All the evidence *still* points to warming.

      What evidence? Computer models — those are a dime a dozen. Historical records? CRU discarded the originals of those, keeping only the results of their own calibration. Do I trust that calibration? No, I don't.

      Do I trust other government-sponsored scientists to be substantially different from CRU? No, I am very skeptical.

      Why *wouldn't* there be warming? What would stop it?

      The climates gradually change back and forth all the time — I accept that. What I reject is that the humanity is to blame for that. The anthropogenic component of the climate-change seems very overblown to me — overblown to people, who consider Capitalism to be the root of all evil and want to end it.

      Elsewhere in this thread I give examples of earlier drastic changes in climate and geography — none of which is attributable to humans these days, but was, no doubt, blamed on humanity's sins by the chieftains and priests of the past. Today's chieftains get Nobel prises for their fear-mongering and some of today's priests call themselves "scientists" — but they still demand large sacrifices from the folk, remain just as arrogant (even you, yourself no more than an acolyte, have called me "stupid", "idiot" and "illiterate" here), and dismiss skeptics as enemies (the revealed e-mails talk about punching opponents, for example).

      That's not science...

      See, your problem is you don't even know what the theory is, but you're ready to jump in and dismiss it.

      I know enough about the theory, and, as with most aspects of science, that's not of immediate interest to my own profession, I'd be comfortable trusting the experts. Presented with solid evidence, that my trust was abused, however, I'm going to discard their conclusions. And so should you.

      This thread was started with the "trial" analogy. You wouldn't convict a person, if the prosecutor's evidence was as tainted, as this case against civilization is. Could the prosecution still be right despite all this? Yes... But they'll have to present a whole new set of irrefutable evidence — and better replace the top prosecutors too — before I believe them.

      The burden of proof is on the "prosecution", and it is now much heavier than before.

      --
      In Soviet Washington the swamp drains you.
    16. Re:Civilization was on trial by dylan_- · · Score: 1

      overblown to people, who consider Capitalism to be the root of all evil and want to end it.

      And that's your problem, isn't it? Science is all nasty, scary stuff so lets keep away from it as much as possible.

      Yeah, you're such a victim. Poor little you.

      It still doesn't excuse your wilful ignorance. You can't be bothered learning something, but you're still arrogant enough to think you can tell people who *have* learnt about it that they're wrong! You really don't see what's wrong with that?

      I know enough about the theory,

      Really? Explain it then (preferably without the "help, I'm being repressed" crap). And then explain why there *isn't* any warming.

      --
      Igor Presnyakov stole my hat
  37. Re:"hockey team" by butlerm · · Score: 1

    The "hockey team" is a name that scientists in favor of radical AGW theories have taken on, named after Michael Mann's (falsified) "hockey stick" temperature reconstruction.

    Generally speaking, I think Nature is whistling past the graveyard. Legitimate climate science has either been set back or brought forward a decade, depending on your perspective.

  38. I tried that. by NoYob · · Score: 1

    You might as well declare Al Gore the Global Warming Pope and set up a church in Copenhagen.

    He's Baptist - no can do.

    --
    It's NOT me! It's the meds! I'm on 1000mg of Fukitol.
  39. I am VERY VERY sorry, this is NONSENSE by omb · · Score: 1, Interesting

    As an ex-UK academic, this is conclusive evidence of collusion and corruption in the AGW camp, as well as the complete corruption of, at least, the UK peer review process. Especially as it has to do with politicized decisions.

    The whole tone of the editorial " ... stolen" " ... difficult" instantly gives the game away, and shows that the xSRC(s) in the UK need to be immediately abolished so that some honest scientists and social scientists can take back their game from endlessly corrupt politicians.

    The likely release was by whistle-blower, not hacking and, in any case, is publicly funded research and this reaction from Nature, New Scientist and the BBC is disgusting. These used to be respected journals and are now as corrupted as ISO.

    The US has rightly pointed at corruption at the UN, but this brings subverting world institutions for gain to a new level.

    They are however right about one thing, no matter how they spin, this game is over, since both in the EU and US, remember Mann is at Penn State, the raw data will now be subpoenaed, and the CON is OVER!, whether the subpoena issues from the Hill or a US FOI request.

    These crooks need to go to jail like the Ponzi artists.

    1. Re:I am VERY VERY sorry, this is NONSENSE by chrb · · Score: 1

      The US has rightly pointed at corruption at the UN, but this brings subverting world institutions for gain to a new level.

      The U.S. National Academy of Science has endorsed anthropogenic global warming:

      "The basic conclusion of Mann et al. (1998, 1999) was that the late 20th century warmth in the Northern Hemisphere was unprecedented during at least the last 1000 years. This conclusion has subsequently been supported by an array of evidence that includes both additional large-scale surface temperature reconstructions and pronounced changes in a variety of local proxy indicators, such as melting on ice caps and the retreat of glaciers around the world". (see Climate myths: The 'hockey stick' graph has been proven wrong

      The U.S. Global Change Research Program found that:

      "Observations show that warming of the climate is unequivocal. The global warming observed over the past 50 years is due primarily to human-induced emissions of heat-trapping gases. These emissions come mainly from the burning of fossil fuels (coal, oil, and gas), with important contributions from the clearing of forests, agricultural practices, and other activities."

      Nature, New Scientist and the BBC

      So Nature, New Scientist, the BBC, the U.S. National Academy of Science, NASA, the Smithsonian Institute, the National Science Foundation, the national science academies of every G8 nation etc. etc. are all part of some global conspiracy to defraud the human species?

  40. It is in the interest of Nature to find nothing by Anonymous Coward · · Score: 0

    Just like the rest of the media, if they find something, then it means they haven't been doing their due diligence and that they were wrong.

    I tend to think that AGW is either not real or wont be that destructive (maybe even beneficial). Either way, until there are some accurate predictions, I dont want billions and trillions of dollars spent of public money spent on it. Plus time is on our side. Technology will increase and prices will drop the longer we wait. Just think of what would have happened if we followed the global cooling head on in the 70s.

    The one thing i took from reading the emails is not that it disproved AGW, but that AGW is not be practiced scientificly. There should be no talk about trying to silence people, release your data, release your code. The FOIA stuff is ridiculous. They get tons of money from the public, they shouldn't own any of it.

  41. i have one question by Anonymous Coward · · Score: 0

    Can these people ever tell me when the climate was in a steady state?

    It seems to me that the climate has always been in a state of flux and we're just committing an extreme act of hubris to say that we are having the final and greatest affect on the global climate. Even if we are then there's still nothing to worry about and nothing that can be done since, unlike many who think that our actions are somehow not a part of nature, we are just following our natural course and things will come out however that nature intends. A few brains in a think tank telling the world to cripple its economy to satisfy some computer models aren't going to stop the masses of people who are just doing what they think they need to do to survive whether those models are true or not.

    It doesn't matter what natural system you look at or at what level, organisms will take advantage of whatever resources are available to increase their numbers and activity until the resources are depleted and the population collapses. A few will mutate to take advantage of whatever the previous generations have left behind and carry on and do the same thing.

    Whether considered man made or naturally occurring, whether in the next few decades or in the next few centuries, humanity will likely face a near extinction event from it's own activities and the only solace that one can take it that, in the end, we're probably harder to kill, as a species, than the cockroaches. Heck, we'll probably drive them to extinction by eating them.

    1. Re:i have one question by hcpxvi · · Score: 1

      Nobody thinks that the climate was ever in a steady state, least of all climate scientists. What it has done for the last several million years is oscillate between interglacials (more-or-less like now, perhaps a tiny bit warmer) and glaciated periods ( ice ages: a whole lot colder than now -- by about 5 deg C). The temperature difference between an ice age and an interglacial is big, so it is easy to infer it from the geological record. The CO2 levels over that time have tended to be lower in the glacials and higher in the interglacials. None of this is made up: there are good records in ice cores.
      Also rather well understood are the smaller temperature changes over the last 150 years. Only about 1 degree, but we had thermometers for that period.
      Much harder to get at are the small changes over the last 1000 - 2000 years --- things like the "medieval warm period" Trying to infer these small changes from the geological/tree-ring record is really hard.
      So, the executive answer to your question is that the climate changes by both large and small amounts on both large and small timescales. But the smaller the change and the longer ago it happened, the harder it gets to say anything accurate about it.

  42. Re:Need to start over by gravesb · · Score: 1

    If it is done independently, then we don't need to rely on the old work. Anything done from scratch would be valid, assuming it could be replicated. And I think if there is still contention over an area of science, we should apply the principle generally.

    --
    http://bgcommonsense.blogspot.com
  43. Wishful thinking by Anonymous Coward · · Score: 2, Insightful

    Just because you want something to be true and you can come up with a rationalized answer for why it is true, doesn't mean it is true.

    More expensive energy and more expensive products are by definition more expensive. I understand that everything needs to be ramped up. As we develop our understanding and the infrastructure, the costs will come down. But you don't know for a fact it will work. That's why capitalism is great. Risk your own money, not mine. Risk your own financial future, not mine.

    Even if someone is right about global warming, that doesn't mean their solution will fix the problem.

    1. Re:Wishful thinking by toppavak · · Score: 2, Insightful

      Watch Amory Lovin's TED talk. Buying energy is more expensive than saving energy. We don't need to radically shift to more costly energy sources like solar to avert the risk of climate change. Regardless of whether the effects we see today are of human origin, the fact is that continuing to burn fossil fuels at current rates is not environmentally sound policy. The pollution produced has a tangible and real impact on peoples' health, the energy infrastructure in place motivates a great deal of humanitarian damage around the world and the continued release of massive amounts of acidifying CO2 and other greenhouse gases will eventually cause massive problems with the global climate, problems which we may or may not be observing yet, although the vast majority of the data out there does support the conclusion that we are indeed seeing the results of human activity. Investing in sane nuclear power (India, France and Russia build power plants at less than a third of the price-per-kW of new proposals in the US and severely mitigate the waste problem by reprocessing in fast breeders), wind power where it makes sense, biofuels from non-food crops in regions where the land use will not interfere with agriculture, all of these combined with investments in energy efficiency (many investments of this sort are being made privately without a government mandate because, again, its cheaper to save energy than buy energy!) and efficient infrastructure, gentle government policies to encourage these developments through feebates and R&D investment we can completely revolutionize the American economy, become a technology exporter again instead of an importer, create millions of jobs, make ludicrous profits and prevent long-term damage to the environment regardless of whether you believe climate change is currently occurring (mountaintop removal, smog, freshwater pollution etc are real issues that face people worldwide already).

    2. Re:Wishful thinking by sycodon · · Score: 1, Insightful

      "burn fossil fuels at current rates is not environmentally sound policy."

      I would agree. And the only practical answer in nuclear.

      I would posit that anyone who opposes nuclear, despite it's impressive safety record and tremendous potential for further efficiencies (breeders, thorium, etc.) Is not truly interested in solving any potential global warming, rather they are in well within the camp that suggests we should all live in grass huts, commune with the animals and eat nuts and twigs.

      It is a rather delicious irony that the majority of the rabid anti-nukers from the 60s and 70s are now the rabid anti-fossil fuels and global warming hand wringers.

      --
      When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
    3. Re:Wishful thinking by afabbro · · Score: 1

      Watch Amory Lovin's TED talk.

      No. Every single time I've watched a TED talk, it's been some guy who presents a half-dozen interesting observations, and then it ends. I have never seen one where the guy ties it all together into a single conclusion, presents a theory and evidence, or steps to "and then we should". It's the intellectual equivalent to some drunk at the bar telling amusing anecdotes. Seriously, I've seen maybe 20 of them. Last one was Misha Glenny. He told four or five interesting stories highlighted wiht charts, and then stopped. There was no real structure to the thing. They ALL seem to be like that. I refuse to watch more.

      --
      Advice: on VPS providers
    4. Re:Wishful thinking by toppavak · · Score: 1

      I honestly think you might be pleasantly surprised with Lovin's talk then. If I understood your complaint correctly, this is exactly what he does- walk through a step-by-step solution to the problem of oil dependency. Lovins focuses first on the economics of efficiency, goes through a few proposals on how to improve light vehicle efficiency as an example (including a fully designed and manufacturable high-efficiency cross-over SUV and the advantages of such designs) as well as efficiency in trucking and air travel, following which he goes through a quantitative assessment of the cost of purchasing efficiency, several manners in which foreign oil consumption could be completely eliminated by 2040 (through various mixes of purchasing efficiency and creating alternatives through hydrogen and biofuel) and proposes a few relatively lightweight government programs that could hasten this process.

    5. Re:Wishful thinking by mpe · · Score: 1

      Regardless of whether the effects we see today are of human origin, the fact is that continuing to burn fossil fuels at current rates is not environmentally sound policy. The pollution produced has a tangible and real impact on peoples' health, the energy infrastructure in place motivates a great deal of humanitarian damage around the world and the continued release of massive amounts of acidifying CO2 and other greenhouse gases will eventually cause massive problems with the global climate, problems which we may or may not be observing yet, although the vast majority of the data out there does support the conclusion that we are indeed seeing the results of human activity.

      Whilst the the climate issue may or may not be significent along with pollution wasting a scarce resource (including fighting wars) just dosn't appear especially sensible.

      Investing in sane nuclear power (India, France and Russia build power plants at less than a third of the price-per-kW of new proposals in the US and severely mitigate the waste problem by reprocessing in fast breeders)

      But look at the fuss when Iran wants to do the same. Never mind that India, France and Russia actually have nuclear weapons and the ability to use them against just about anywhere on the planet.

      biofuels from non-food crops in regions where the land use will not interfere with agriculture

      Instead we have biofuels competing with regular agriculture for political reasons. Growing any crop is agriculture by definition. The sensible thing would be to create agriculture where it does not exist currently. It's also sensible to create fuels (and possibly lubricating oils) which work with with the machines and distribution systems we have now. Reducing the use of oil for fuel also means longer to find alternatives for using oil as a source of useful chemicals.
      It's also sensible to use waste to produce useful things. Be it methane from rotting garbage as a fuel or waste heat (even carbon dioxide) from an industrial plant to help grow plants. There's also interesting technology for converting organic waste products into an oil subsitute.

      all of these combined with investments in energy efficiency (many investments of this sort are being made privately without a government mandate because, again, its cheaper to save energy than buy energy!)

      Efficiency can also mean better use of the energy you do have. e.g. Air Conditioning system which instead of using a fan assisted radiator to put the heat into the outside air does something like put it into an insulated tank of water so you either need less energy for hot water or to take heat out of when you need heating. You might want to keep the outside radiator to take heat from the outside air too.
      Thing is that all the fuss about the climate together with the "carbon trading" nonsense isn't really helping here.

    6. Re:Wishful thinking by Anonymous Coward · · Score: 0

      I'm pro-nuclear power but I am firmly anti the current industry and their practices. One personal issue is the mines in Kakadu which you can peruse for gems like government scientists and ministers simultaneously denying any damage to the environment while reporting 100,000 litres of contaminated water being dumped into the aquifers every day. Or the in-situ leach mining which doesn't even need 'accidental' spills to pollute the aquifer with heavy metals, acid and radionuclides. This aquifer by the way is the Great Artesian Basin, largest in the world covering a quarter of Australia and is the only reliable fresh water for much of that area.

  44. Good Science by Anonymous Coward · · Score: 0

    Good scientists spend just as much time (if not more) trying to disprove their own theories than the spend trying to prove them. From the leaked information, it seems clear this is not what has been done.

  45. Re:Data thrown away by Anonymous Coward · · Score: 0

    You realize that them throwing the data away was done for the same reasons the BBC tossed out all those videos and films of old shows -- to save space.

    That has got to be the most ludicrous explanation ever given. Exactly how much space would it have taken? One pocket hard drive's worth?

    Dog ate my paper! Indeed.

  46. More power by Anonymous Coward · · Score: 0

    How about we just state that the UN will gain the power to tax and control under the guise of helping humanity. And once they have that power, they'll never let it go. It won't matter if global warming is supported or not in the future. It is a means to an end. That's why the UN will support global warming now. And if this doesn't get the UN the power they're looking for, just wait for the next crisis.

  47. Re:Need to start over by Rising+Ape · · Score: 1

    This is the traditional way that science is done of course. Someone publishes a radical idea or discovery, and others try and reproduce or show flaws in it. This has never required the keeping of raw data (though it may be good practice) or publication of analysis code. The whole point is that it *doesn't* depend on any individual aspects, or something specific to a particular scientist. This is why I feel that all the demands for source code and raw data are barking up the wrong tree - science already has a better way of verifying results.

  48. The Smoking Code by scorp1us · · Score: 2, Insightful
    --
    Slashdot's rate-of-post filter: Preventing you from posting too many great ideas at once.
    1. Re:The Smoking Code by TapeCutter · · Score: 1, Insightful

      Why does Watts not publish anything but a website? Why is he so chummy with the lobbyists at CEI and the heartland institue? Why does he harp on about anomolus weather stations and then dishonestly lampoon scientists for statistically correcting their data to account for such anomolies? If you are a genuine skeptic you will find many more pertinent questions to ask Mr Watts, but don't hold your breath for an answer, the C02 buildup in your lungs is likely to kill you.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    2. Re:The Smoking Code by ralphbecket · · Score: 1, Insightful

      Er, why do you care about Watts' motives? Aren't the points raised on his site serious enough to merit consideration?

    3. Re:The Smoking Code by TapeCutter · · Score: 1

      "Er, why do you care about Watts' motives? Aren't the points raised on his site serious enough to merit consideration?"

      When they were new they did merit consideration (see: McKyntre,et al), however it's now clearly disingenious to say they haven't been considered and debunked in the litrature.

      In other words, the widely debunked points on his web site make me wonder about his motivation for keeping them up. IMO his strong connections to those particular lobbyists goes a long way to explaining his motivations.

      But the kicker is he is claiming that the globe is cooling to the US senate based on temprature records he has long claimed are virtually useless.

      So which is Mr Watts? Is the temprature record crap or is there a cooling trend? - logic dictates you can't have it both ways.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    4. Re:The Smoking Code by ralphbecket · · Score: 1

      Ah, "disingenuous", "debunked" - all charming parts of the catechism.

      Because some of what Watts has reported has been simply contradicted by the people who did the original research doesn't mean that a compelling rebuttal has been presented. I don't know about you, but I urge people to look at both sides of the argument (including the claim, the criticism, and the response to some interpretation of the criticism, etc. etc.) and draw their own conclusions.

      Further, while I'm not aware of Watts claiming any significant cooling trend, I see no problem with a question along the lines of "even were I to accept credibility of the surface temperature record, why has the trend plateaued over the last N years despite increasing CO2 levels?"

      Is there anybody who doesn't sing from the RealClimate song sheet that you consider listening to?

    5. Re:The Smoking Code by scorp1us · · Score: 1

      The best you can do is come up with ad hominem attacks against Watts, who didn't even right the article?

      The character of Watts does not change the science, or the data tampering.

      --
      Slashdot's rate-of-post filter: Preventing you from posting too many great ideas at once.
    6. Re:The Smoking Code by TapeCutter · · Score: 1

      "Because some of what Watts has reported has been simply contradicted by the people who did the original research doesn't mean that a compelling rebuttal has been presented."

      Here is a short video detailing the lenghts that NOAA went to to debunk Watts. I'm not sure what Watts objected to in the video that made him abuse the DCMA in an attempt to remove it

      Perhaps it's the fact that it notes NOAA took Watt's 70 cherry picked stations, re-ran their analysis and found no sinificant change?

      "Is there anybody who doesn't sing from the RealClimate song sheet that you consider listening to?"

      I'm listening (and responding) to you as I have in the past but so far you are not making a great deal of sense. Perhaps if you applied some of the self-skepticisim you seem to think I lack your argument would improve, ie: grit your teeth and spent the 8min to watch the video all the way to the end.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
  49. Of course there is nothing notable by DrXym · · Score: 2, Insightful

    When you have gigabytes of private correspondence to sift through of course you can cherry pick / quote mine something to make it look like a conspiracy. That is all some anti-global warmer bloggers have done. They have engaged in the same sort of quotemining that creationists like to go in for which says a lot about the strength of their arguments.

    1. Re:Of course there is nothing notable by astar · · Score: 1

      come on, i think it was only 60 megs and presumedly a lot was simple data

      and this is no longer a statistical endeavor. for instance one email can put jones in jail, and the email is there, and i hope it happens.

    2. Re:Of course there is nothing notable by DrXym · · Score: 1
      You hope it happens why? I see no evidence of it being a cover-up, or a conspiracy. Just some scientist fed up with being pestered for foi requests, especially when they were made by someone using that data to undermine and publicly discrediting the person & establishment they were requested from.

      While it may be unacceptable in some regards, it is quite understandable from a human standpoint. It certainly does not extrapolate into some vast conspiracy that many AGW bloggers would believe. Even if he were prosecuted for contempt (which is the charge that failure to comply with a request entails), harm would have to be proven, intent would have to be proven and the outcome of that that is likely to be a fine. At most.

    3. Re:Of course there is nothing notable by astar · · Score: 1

      as to why i hope jones will go to jail, it would represent a valuable political shift, which is going on right now

      as to conspiracy and to contempt, since i like to reference FOIA-like because he is not in the US, in response to your email i googled and read the actual us law. It seems to me that in the penalty section there was no mention of contempt. It seems it is actually breaking statue law. but yoy are right about the foia penalties.

      as to conspiracy, he at least tried to induce others to delete an email. and conspiracy to break the law is not particularly a foia thing, and i expect there is a possibility of jail time.

      anyway, the way things have worked, both sides will find a scapegoat useful.

    4. Re:Of course there is nothing notable by DrXym · · Score: 1

      Phil Jones is in the UK, he is subject to UK Freedom of Information Act which states that failure to comply with a request can be treated the same as contempt of court. Criminal contempt (and there are other lesser kinds) usually sees a maximum sentence of 1 month in jail or £2500 fine in a lower court. That's after someone files a FOI request, and after a public body fails to comply with a notice, and a complaint has been made and the public body has been proven to have made a false or reckless statement. In this case Jones appears to have not received a FOI request when he suggested people delete emails, so it's not like he is in contempt of anything. And even if he were charged, and found in contempt it's likely he'd get a fine or a slap on the wrist. More likely again that it would be the UEA that would get the fine / slap on the wrist and Jones would be looking for a new job. That's assuming anything at all will happen. The guy will probably get stuck on administrative leave while an internal review is conducted and then things will return to relative normality with or without him back as director.

    5. Re:Of course there is nothing notable by astar · · Score: 1

      your legal analysis looks pretty good, though a return to normal forcast is whistling in the dark. figure this in now in the court of public opinion.

      and in your forcast, it has already demonstrated to be wrong in a possibly relevant way: looks like it is an independent investigation, rather than an internal review from a news article with a google.

      you agw people like to treat everything as technical and non-political and certainly no conspiracy

      a few things

      the queens recent speech
      china-led response
      australia bailing
      danish parlimentary leader statements
      lord mocenton? in saint paul
      and for conspiracy

      consider holden, us science czar
      so i got a phone call a few days ago with the following content

      holden in say the 1970's pushed antrogenic global cooling. when agw came a long, he immeadiately pushed that. there is a 2003 email in the climate archives that has him talking about everyone has to be true believers in global warming. maybe his instructions took wih cru

      and my best guess about his record is that he does not like human economic activities. there has been a lot of that going around since the 60's

      so the ball is rolling and hopefully a lot of policy types and politicians will go down. the australian government may go down, and so on

  50. Re:Data thrown away by Anonymous Coward · · Score: 0

    That has got to be the most ludicrous explanation ever given. Exactly how much space would it have taken? One pocket hard drive's worth?

    It was thrown out nearly 30 years ago. How much space would that "pocket hard drive" have taken up using data storage technologies available in the 1980s? That is unless you have a time machine and can go back with your USB hard drive and hook it up to a computer from the 1980s.

  51. The cat's out of the bag by reboot246 · · Score: 1

    There's no putting it back. "Peer-reviewed" means nothing when you can't trust the peers. We need FULL investigations by anybody and everybody. We need lawsuits out the ass. Enough bullshit. Let's start over and quit rushing into the unknown.

    This is not science. It's ideology, politics, and MONEY.

    Disagree? Sue me. :p

  52. It's all a conspiracy, I tell you! by Anonymous Coward · · Score: 2, Insightful

    Anthropogenic global warming is just a conspiracy by the evil climatologists to steal our money and freedom. Never mind that it's an entire scientific field and thus a massive amount of people would have to be involved in this conspiracy, so many there's no chance they'd go even a day without a leak. Never mind that they've known about and been researching global warming for far longer than governments have been paying it attention, and thus they must've been working on this for decades on the minor chance they'd be able to expand the influence of the next generation of climatologists (or was the earlier research valid but the newer research is somehow flawed?). Never mind that pretty much every major scientific organization backs the theory of AGW; clearly the broader scientific community is just in the pockets of the powerful green lobby (note how green is a color just like red CONNECT THE DOTS MY FRIENDS). Also I'm pretty sure the Freemasons figure into it somehow.

    Teach the controversy!

  53. as i understand it... by Anonymous Coward · · Score: 0

    the "adjustments" were made to combine 2 disparate datasets: tree ring & thermometer records. due to the many variables in correlating rings with temperatures, not surprisingly the calculated temps don't match up to actual measured temps where those datasets overlap, thus requiring adjustment, as noted in comments in the codes.

    so this "result you WANT to find" is actually what most people consider reality, or don't you consider themometer measurements reality?

  54. Re:A few suspect emails do not destroy millions... by Jarjarthejedi · · Score: 1

    His argument is clear as day, quantity != quality. Just because there's a "million manhours" put into something does not automatically make it true. Whether it's true or not is completely separate from how much effort has been poured into it.

    --
    There are two kinds of fool One says 'This is old therefore good' Another says 'This is new therefore better'- Dean Ing
  55. Re:Data thrown away by Rockoon · · Score: 1

    More to the point, we want the data that Jones had, and used.

    He deleted a lot of it on purpose. The whole "to save space" claim is bullshit, since (for example) the ENTIRE European surface station database, thats every day of every year.. IN ASCII, is less than 500 megs.

    I want the data Jones used. Really.

    Please explain why it was deleted, and also explain why you asked others to ALSO delete it.

    --
    "His name was James Damore."
  56. Except it wasn't one tree by Anonymous Coward · · Score: 0

    Except it wasn't one tree.

    And your link is to a known denialist troll site.

    1. Re:Except it wasn't one tree by Anonymous Coward · · Score: 2, Funny

      You are an AC. Why the fuck should any believe anything you say?

  57. Conspiracy Arguments? by Anonymous Coward · · Score: 0

    I'm not going to say whether this is conspiracy or not. However I see a lot of people completely ruling it out simply because there is no mention of conspiracy in the emails. That is foolish. Why? Because you're overrating the perceived importance of the scientists themselves. Scientists are a low man on the totem pole when it comes to the perceptions of politicians and those influencing the politicians. Do you really think they would be told anything? Things like this are exactly why, scientists are not trained to speak with people and influence others. They are trained technically. Best if one doing the influencing shuts his mouth and hands over money, and find groups of scientists who believe what they are paid to.

  58. Re:A few suspect emails do not destroy millions... by Idiomatick · · Score: 1

    Agreed, I just meant that science generally has a lot to lose. Not that the hours put in proved anything.

  59. For the closet statistical anlysts out there... by Anonymous Coward · · Score: 0

    ... why not play with the raw source data:

    http://www.metoffice.gov.uk/corporate/pressoffice/2009/pr20091205.html

    I wonder if the oil companies (that some seem to be in awe of) can fudge these numbers...

  60. Mike's Nature trick by Anonymous Coward · · Score: 0

    You're wrong. The data after 1960 wasn't merely omitted. The desired higher temperatures were added after 1960, the higher values were averaged with the real data, and the higher average was shown as the result. The end of the graph was shown with an upward swing rather than the actual decline. "Hide the decline", indeed.

  61. Nature Article is Not "Peer Reviewed" by rssrss · · Score: 1

    Nature is a journal that publishes "peer reviewed" articles. However the article linked in the OP is not peer reviewed. It is clearly marked as an "Editorial". Furthermore, as it is unsigned, we do not know who wrote it, whether he, she, it, or they know whereof they speak, nor the nature and sources of their biases and viewpoints.

    Furthermore: "Peer Review" is not synonymous with audited, verified, nor replicated:

    In the end, it is the anonymous and secret nature of the peer review process that marks it as not part of actual science. The entire point of science is that all observers of a phenomenon can agree they see the same thing. Critical to creating that agreement is ruthless transparency. Secrecy is antithetical to the functioning of science, and peer review is a secret process. ...

    Mere peer review should never be the basis of public policy, because when you get right down to it, we have only the word of the journal's editor that a peer review was even performed. There is no formal mechanism to assure that peer reviewed is performed or that the reviewers have the competence to review the paper in question. If the journal's editor is corrupt, then there is no independent mechanism that forces a peer review or ensures its quality. The entire system is based on a presumption of trust and on the discipline of the free market in scientific publishing. ...

    Even if everyone is honest, the inevitable professional biases of peer reviewers can cause them to reject papers that call into question the tenets upon which the reviewer's own work rests. If a scientific field is relatively small and all the peers share the same scientific blind spots or misapprehensions, then peer review can't catch even gross errors that become obvious in hindsight. It is common for peer reviewers to repeatedly reject papers that substantially alter a major tenet of a field. Most of the game-changing papers of the last century were rejected by multiple peer reviewers at multiple journals.

    People who try to defend a scientific assertion by claiming it appears in a peer reviewed journal are making the weakest defense possible for the assertion. All it means is that some editor and the reviewers he selected thought it met their minimum quality standards for publishing. Once you raise the specter of political corruption on the part of editors and peer reviewers, it doesn't even mean that.

    Replication and proven predictive power, not the opinions of peers, test science assertions. Those iron objective tests separate science from all other disciplines. ... Link

    --
    In the land of the blind, the one-eyed man is king.
  62. Peer reviewed? by MSTCrow5429 · · Score: 2, Interesting

    I'm sorry, but did someone at /. forget to mention that the CRU emails did have evidence of a conspiracy to blacklist opposing scientific viewpoints from peer reviewed publications? Did someone forget that Nature, for some years, has been itself criticized for such blacklisting?

    --
    Slashdot: Playing Favorites Since 1997
    1. Re:Peer reviewed? by bdeclerc · · Score: 1, Insightful

      And did you "forget" that of the two cases of suggested conspiracy, in the first case the paper discussed was such a travesty against real science half the board of editors of the "peer reviewed publication" resigned in protest, with plenty of evidence that this did not happen after any pressure from the CRU people and that in the second case, the "conspiracy" actually failed to blacklist the publications, since they were actually included in the report being discussed?

      So even if there was a conspiracy, it must have been a pretty weak one, failing at getting the desired results?

      Or is that too inconvenient a truth for you?

    2. Re:Peer reviewed? by Evil+Pete · · Score: 1

      Why is the parent classified as 'Flamebait'?

      What? Can't /. moderators handle the truth? This particular forum has such bad moderation I'm considering giving up on /. after 10 years. Full of morons. Truly. Not flamebait, just the truth.

      --
      Bitter and proud of it.
  63. the world by zogger · · Score: 1

    The whole point of all this business is how climate change effects *living things*. Therefore, those effects/observations/collections should take precedence over other data as indicators to base future conjecture on.

    There's another bit that is really critical here, pro AGW side sort of always says that the anti side -the "deniers" used as a derogatory swear word- are "in the pockets of big oil and big coal". You see that criticism all the time, even here on slashdot, in every one of these energy or climate threads. Well, the pro AGW side, who want an emergency situation to radically alter the entire planet and shift huge sums of currency around from person A to B, can therefore be accused of "being in the pockets of big wall street" with their carbon credits trading scam that is pushing AGW as "proven science so we need this new skimming and trading market" to the tune of projected trillions siphoned out of the economy, mostly shifted from the developed world to the developing world with wall street et al taking a huge fat profit in the middle for this "service".

    If the criticism on profit motive is good for the goose, it is good for the gander.

    Myself, I am way pro cleaning the environment and offering *substantial*, all the way to 100%, personal and corporate, tax credits for developed and deployed decentralized and alternative energy sources and devices.

    If that helps to moderate climate change, just frosting on the cake. If it doesn't, it is still worthwhile enough to make the planet cleaner, to help reduce the threats and practices of resource wars, and helps to decentralize the money flows and help the individual more, to get them to be at least partly energy independent.

        I *really* want to see alternatives developed to petroleum because of all the wars and strife associated with same... and to coal because it is just dirty. I am also way against that scam carbon market, enriching the already bloated tick parasitical global investment banking so called "industry", and the further push to some sort of global political government, both of which seem to be joined at the hip with the pro AGW stance. Decouple that harmful nonsense from the science and I sure would be a lot happier, but it is locked together now. So I am skeptical and have to take a lot of it-from both sides- with fistfuls of salt.

    In other words, some sort of middle ground would be preferable to me that isn't pandering/under the influence of ANY big corporate profits or any furtherance of the nanny state, whether a right wing or left wing overbearing nanny. Had enough of both really, and don't trust either one-including either side's tame scientists- to tell all the truth about much of anything at all if it impacts their profits or political (including academic-political) power grabs.

  64. FOI by Dobeln · · Score: 1

    "Hire more people to fulfill FOI request if that's what it takes."

    It's pretty clear they spent more time dodging FOI requests compared to the time it would have taken to comply with them.

  65. Honest Peer Review by omb · · Score: 1

    Writing as an ex UK academic, who saw all this stuff comming 20 years ago it really is very simple, we need Honesty in Peer Review, Promotion and the Award of Grants. In Mathematics, more Hard Science, much more Soft Science, much, much more Social Science and most in Medicine and Health Care we desparately need honest in-corruptable players. The problem is we have almost NONE.

    In two generations we have done this to ourselves, destroyed the Enlightenment and Objectivism; repaced it with FOX and CNN and Murdoch's ... crap. This is the real disaster, far far more important than AGW or any other single issue.

    Most honest men have learned to keep their head down, or be professionally and personally destroyed. Shirly Williams set the agenda for politiziation in place. The seed has grown, and now threatens both Tertiary Education but also all Research in Universities and SRCs. In retrospect this was entirely deliberate and a generation of top University Administrators, VCs and Registrars baught it hook, line and sinker. How sad!

  66. Raw stupidity on display by Dobeln · · Score: 1

    "The people who are trying to sow FUD against AGW know that it doesn't matter what was actually in those emails."

    a) They are online. It's not hard to check.

    b) Do you seriously think that "it doesn't matter" what is actually in the emails (and data)? If they had been all about ordering takeout and yesterday's game, would anyone have cared? The answer is obvious.

  67. War is Peace: The Exponential Growth of Nonsense by catchblue22 · · Score: 3, Interesting

    On reading many of these posts that show up whenever climate change is mentioned, I am reminded of the following article, which I will quote below in its entirety. I found it in Scientific American.

    War Is Peace: Can Science Fight Media Disinformation?
    In the 24/7 Internet world, people make lots of claims. Science provides a guide for testing them
    By Lawrence M. Krauss

    When I saw the statement repeated online that theoretical physicist Stephen Hawking of the University of Cambridge would be dead by now if he lived in the U.K. and had to depend on the National Health Service (he, of course, is alive and working in the U.K., where he always has), I reflected on something I had written a dozen years ago, in one of my first published commentaries:

    “The increasingly blatant nature of the nonsense uttered with impunity in public discourse is chilling. Our democratic society is imperiled as much by this as any other single threat, regardless of whether the origins of the nonsense are religious fanaticism, simple ignorance or personal gain.”

    As I listen to the manifest nonsense that has been promulgated by the likes of right-wing fanatic radio hosts and moronic ex-governors in response to the effort to bring the U.S. into alignment with other industrial countries in providing reasonable and affordable health care for all its citizens, it seems that things have only gotten worse in the years since I first wrote those words.

    English novelist George Orwell was remarkably prescient about many things, and one of the most disturbing aspects of his masterpiece 1984 involved the blatant perversion of objective reality, using constant repetition of propaganda by a militaristic government in control of all the media.

    Centrally coordinated and fully effective reinvention of reality has not yet come about in the U.S. (even though a White House aide in the past administration came chillingly close when he said to a New York Times reporter, “We’re an empire now, and when we act, we create our own reality”). I am concerned, however that something equally pernicious, at least to the free exercise of democracy, has.

    The rise of a ubiquitous Internet, along with 24-hour news channels has, in some sense, had the opposite effect from what many might have hoped such free and open access to information would have had. It has instead provided free and open access, without the traditional media filters, to a barrage of disinformation. Nonsense claims had more difficulty gaining traction in the days when print journalism held sway and newspaper editors had the final word on what made its way into homes and when television news consisted of a half-hour summary of what a trained producer thought were the most essential stories of the day.

    Now fabrications about “death panels” and oxymoronic claims that ”government needs to keep its hands off of Medicare” flow freely on the Internet, driving thousands of zombielike protesters to Washington to argue that access to health care will undermine their fundamental freedom to have their insurance canceled if they get sick. And 24-hour news channels, desperate to provide ”breaking” coverage at all hours, end up serving as public relations vehicles for any celebrity who happens to make an outrageous claim or, worse, decide that the competition for ratings requires them to be anything but ”fair and balanced” in their reporting.

    “Fair and balanced,” however, doesn’t mean putting all viewpoints, regardless of their underlying logic or validity, on an equal footing. Discerning the merits of competing claims is where the empirical basis of science should play a role. I cannot stress often enough that what science is all about is not proving things to be true but proving them to be false. What fails the test of empirical reality, as determined by

    --
    This and no other is the root from which a tyrant springs; when first he appears as a protector - Plato (423 to 327 BC)
  68. Corruption matters by Dobeln · · Score: 1, Troll

    "Nothing in the e-mails undermines the scientific case that global warming is real."

    The corrupt culture of "science" (word used broadly) on display obviously most certainly undermines the case.

    For a long time, climatology has been unique among the sciences, as it has faced a starkly politicized incentive structure for researchers.

    Thanks to the emails, we now know beyond a doubt (among other things) that the entire process of peer review in the field (especially with regards to the critical IPCC reports) has been messed up on purpose by Jones, Mann, et al.

  69. Supress away by Dobeln · · Score: 1

    "Errrm ... because it's such god-damned good science ?"

    Yes, clearly, as we can glimse from the data and correspondence released.

    "It's entirely possible the models and theories are wrong. On the other hand if they're right, and there is not good evidence they're wrong, then waiting an arbitrary time to react results in an inability to react effectively."

    That's the nifty thing about putting armageddon way into the future - you will never be held to account if (when) your prediction is wrong.

    Of course, we also now know that some major names in the field were quite exasperated that their models had failed to predict recent climactic trends.

    "All the debate from the non-climate change side is ad hominem. Al Gore flies a plane, scientists are in it for the money etc clap trap."

    Bullshit. People like 'MM' are obviously doing very serious work. That is why the 'scientists' in the emails are obsessed with them, and why it is such a priority to them to make sure that Macintyre, et al don't get their hands on the data.

  70. Extrapolation and "playing with scenarios". by Dobeln · · Score: 1

    a) Your characterization of the released emails and data is... well, bullshit.

    Corrupting peer review by blackballing 'unreliable' voices, conspiring to oust "troublesome" journal editors, keeping published papers out of the IPCC "even if we have to redefine what the peer-review litterature is", etc. is not "playing with scenarios".

    Rigging your models to paper over huge flaws (I.e. tree rings not being good temperature proxies) is not "playing with scenarios".

    Deleting data and programs rather than keeping them open for review, even when illegal, is not "playing with scenarios".

    And the sheer incompetence on display in their modelling is most certainly not "playing with scenarios".

    And so on.

    Now, moving on to the issue of extrapolation: We don't know either way, but we can make educated guesses.

    - We now know that some of the leading people in the field behave in a corrupt manner to reach their preordained conclusions.

    - We have long known that the field has built up a perverse incentive structure, where holding "correct" views yields career advancement and public prestige, while holding "incorrect" views leads to career death and public ostracism.

    Needless to say, good science is rarely produced under those conditions.

  71. "Quotemining" by Dobeln · · Score: 1

    Let me ask you, how the hell can you "quotemine" by publishing (as a rule) full emails (and data files)?

    That are fully searchable (by the thousands) on the mutherfrigging internet?

    "Quotemining" works in books, on TV, in magazines and documentaries. But it doesn't work when you are linking straight to the source.

    In short, you need to come up with better bullshit excuses.

    1. Re:"Quotemining" by DrXym · · Score: 1

      I suggest you visit a few AGW blog sites which have covered the story and it snowballed from there. They cherry picked a few quotes without supplying any context whatsoever, all to imply it to be a con. It's quote mining pure and simple. It's no different that creationists quotemining isolated sentences from Darwin without providing any context at all to the remarks.

    2. Re:"Quotemining" by sydneyfong · · Score: 1

      I think it's the other way round.

      I've read a lot of those "sites". Some are absolutely hogwash, written by clueless people with no understanding at all about the relevant issues.

      However, the few sites which were written with people with a clue, actually provide the context. And with the context the emails are even more incriminating than without.

      For example - deleting emails: Deleting emails is not unethical or criminal, but if you delete them pursuant to FOIA requests, or anticipation of such, then it is.

      --
      Don't quote me on this.
    3. Re:"Quotemining" by DrXym · · Score: 1
      For example - deleting emails: Deleting emails is not unethical or criminal, but if you delete them pursuant to FOIA requests, or anticipation of such, then it is.

      I think this email states fairly clearly what the situation was as far as the uni was concerned. The requests were a pain in the ass and the scientists had escalated the issue uni higher ups to seek advice. They also opine on how much effort it is to deal requests and how one request is going to open the floodgates for more and more. It's fairly understandable why they don't like them, and certainly not any where close to the "scientists deleted files in FOI cover-up" guff going around the AGW blogs.

  72. psuedo-skeptics by TapeCutter · · Score: 1, Insightful

    "And first most important greenhouse gas is water vapor

    The water vapour red-herring is #26 on this list of the most common bogus arguments repeated ad-nausem by "skeptics". Sure the water vapour in the atmosphere warms the planet signifigantly. However the atmosphere is basically saturated with water vapour, pump as much water vapour into the atmosphere as you like and it will fall out as rain with a few days.

    You cannot staurate the atmosphere with CO2 (re: Venus) or N20, however you can saturate the oceans with CO2 to form carbolic acid and severly disrupt the very roots of the global food chain.

    "I believe in AGW but let's not claim the climate science is easy to understand or obvious.

    I agree, the science is not settled, philosophically speaking science is never settled.

    "This is why I get angry when AGWers equate those that disbelieve in AGW with creationists; the principles behind evolution are much easier and more intuitive to understand than climate science is."

    Every scientists is a skeptic and the best of them are self-skeptical. However what people like me get angry about is the huge amount of deliberate and coordinated disinformation from lobbyists such as the CEI and the heartland institute. It's bad enough that the intellectually incurious simply accepted their crap on face value and endlessly repeat but what really pisses me off are the large number of politicians who actively push the same nonesense (Senator Inhofe is a particularly bad example).

    There is a name for this kind of propoganda it's called "teaching the contraversy" They teach their contraversy in exactly the same manner as creationist teach their's; ie: via paid astroturfer's and web sites such as icecap, WUWT, ClimateAudit and countless other fronts for the FF industry. These are the people I routinely refer to a psuedo-skeptics, many others call them deniers.

    Agrguing with these people and their avid followers is very much like arguing with creationists, evolution may seem a simple idea these days but when I went to school in the 60's it was every bit as contraversial and complex as climate science is today.

    More recently the well established fact that smoking causes cancer was also vigoursly disputed by so called scientists. It should come as no surprise that some of the "scientists" spreading FUD on climate are the very same "scientists" who spread FUD for the tabcoo industry in the 80's and 90's (eg: Fred S Singer).

    --
    And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    1. Re:psuedo-skeptics by MindlessAutomata · · Score: 1

      My point on water vapor was merely that it is not immediately obvious in what way a greenhouse gas will effect the atmosphere or in what way; people tend to assume CO2 is the largest greenhouse gas even on the AGW side when that's not the case and it's more complicated than that.

      As for equating anti-AGW with creationists, I am talking about the average Joe. Evolution is much more accessible and easier to understand because it's a statistical, demonstratable process with examples you can encounter in everyday life (such as dog breeds or such. Climate change involves much more intricacies.

      Or it could be because I confess I don't know much about climatology to strongly defend AGW as much as I know about and can defend evolutionary science.

    2. Re:psuedo-skeptics by Anonymous Coward · · Score: 0

      Many people who are not atheist believe in Creation, so can therefore be called creationists. However some of them believe that the act of Creation was only a few thousand years ago (which means they throw much of science out the window). I call these people YUCs (Young Universe Creationists)

      Then there are those of us that believe that the act of Creation was umpteen billion years ago, that the Earth and its creatures have evolved, and are still evolving.

    3. Re:psuedo-skeptics by TapeCutter · · Score: 1

      Yes, there is a vast difference between someone who belives a deity lit the fuse and someone who rejects the science they don't like.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    4. Re:psuedo-skeptics by TapeCutter · · Score: 1

      You have a good point about examples, AGW is much more difficult to point to in everyday life.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    5. Re:psuedo-skeptics by Troed · · Score: 1

      however you can saturate the oceans with CO2 to form carbolic acid and severly disrupt the very roots of the global food chain

      The oceans are nowhere near becoming acidic, and have never been so before even though the CO2 levels in the atmosphere have been more than an order of magnitude higher.

      Feel free to base your posts on actual science when debating - especially when trying to allude to your opponents being "deniers", "paid by the industry" etc.

      As an example, the models that claimed shell building creatures would fare bad if more CO2 was dissolved in the oceans have been falsified by proper scientific testing:

      http://www.whoi.edu/page.do?pid=7545&tid=282&cid=63809&ct=162

    6. Re:psuedo-skeptics by TapeCutter · · Score: 2, Informative

      Thanks for the link, note the headline on the report includes the caveat "some". Here is a link supporting my claim from a similarly reputable source, note the conclusions are derived from observations not modelling. The WP entry on ocean acidification is also quite informative and includes a number of references. Also the ocean has been acidic in the distant past, softbodied animals dominated during those periods.

      Finally I quote from your link - "“The oceans absorb much of the CO2 that we release to the atmosphere,” Ries says. However, he warns that this natural buffer may ultimately come at a great cost. “It’s hard to predict the overall net effect on benthic marine ecosystems," he says. “In the short term, I would guess that the net effect will be negative. In the long term, ecosystems could re-stabilize at a new steady state. “The bottom line is that we really need to bring down CO2 levels in the atmosphere.”"

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    7. Re:psuedo-skeptics by Troed · · Score: 1

      Could you please let me know which of the articles available from your link you intended to point me to? It's to the base page for that site, not to anything specific.

      Regarding the oceans I think we need to be careful not to to call pH>7 "acidic". The oceans aren't even near going pH=7, and I cannot see pH7 ever happening (which would be needed for "acidic" to be a proper term). Again, they weren't acidic even though CO2 levels were above 4000ppm "a few million" years ago.

      I'm also well aware on how they end their press statements (although thankfully he used the word "guess"). Thanks to Climategate we now know (earlier we just speculated) that you must end everything you publish with something about your belief in the dangers of CO2 else you will get ousted and the papers where you publish will get redefined as to not belong in the "peer review literature" ;)

      (On Slashdot, as an example, no matter how well scientifically sourced your posts are, if you even dare question AGW you get moderated "troll". It's happened to several of my well-written well-sourced posts in this thread)
       

    8. Re:psuedo-skeptics by TapeCutter · · Score: 1

      I thanked you for your link because it comes from a reputable source. However the way you presented it is exatly the same way I have seen the very same link presented in the past, ie: dishonestly.

      You can split hairs on the meaning of "acidic", you can ask me to do your reasearch for you, you can ignore what your own link says, you can selectively poo-poo peer-review and published papers, etc, etc. In short, you can do anything you like to rationalise away the basic science that says humans are altering the climate faster than any natrual process known save a direct hit from a large space rock. But please keep your global conspiracy nonsense to yourself, it insults both of our intelligences.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    9. Re:psuedo-skeptics by Troed · · Score: 1

      How was that any more dishonest than claiming;

      however you can saturate the oceans with CO2 to form carbolic acid and severly disrupt the very roots of the global food chain.

      ... as you did? :) As far as I can there's no scientific basis for claiming either or.

      After all, we know (through reputable science) that CO2-levels in the atmosphere are currently very low, and during the timescales these creatures have been around the levels of CO2 have been more than a magnitude higher. We also know that these sea-creatures haven't changed all that much during this time.

      I do not know of any conspiracies, sorry, and I do not know of any peer-reviewed science that I've poo-poo'd. Maybe you're thinking of someone else.

      (PS: The textbook definition of acidic is pH7)

    10. Re:psuedo-skeptics by Troed · · Score: 1

      (Slashdot cut some markup there, sorry, pH-less-than-7 of course)

    11. Re:psuedo-skeptics by Anonymous Coward · · Score: 0

      "the models that claimed shell building creatures would fare bad if more CO2 was dissolved in the oceans have been falsified by proper scientific testing"

      Dishonesty or ignorance, take your pick.

    12. Re:psuedo-skeptics by TapeCutter · · Score: 1

      For some reason that came out as AC?

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    13. Re:psuedo-skeptics by Troed · · Score: 1

      Yes?

      From your link. First hit is a 404, the second contains this passage that fits in quite nicely in our discussion:

      Orr et al. (2005) developed model scenarios of future changes in surface ocean carbonate chemistry as a function of changes in atmospheric CO2, using the IPCC IS92a "business-as-usual" CO2 emission scenario, with the median projection of DIC changes from 13 ocean models that participated in the OCMIP-2 project. Based on their model outputs and global gridded data (Key et al., 2004), we plotted the projected aragonite saturation state of the surface oceans for the years 1765, 1994, 2050, and 2100 (Figure 4). The model results indicate that, by the time atmospheric CO2 reaches 780 ppmv near the end of this century under the IPCC IS92a "business-as-usual" CO2 emission scenario, portions of the Subarctic North Pacific and all of the Southern Ocean south of 60S will become undersaturated with respect to aragonite

      Now. Instead of pointing me to random searches and portals on the web - feel free to direct me to actual papers contradicting what I write ;) I'm sure they exist - the point of the paper I guided you to is that it seems to falsify a lot of the earliers studies (like the one above, based on models) with actual observations.

      I'm one of those weird researchers who believe in observations and falsifiability, I confess.

    14. Re:psuedo-skeptics by TapeCutter · · Score: 0, Flamebait

      I was talking about the obervations from sediments in the southern ocean that show reduced calcification in many organisims. The southern ocean is of particular interest since it's turbulance means gasses are more readibly absorbed. As for predictions, I fail to see how one can make a prediction about anything without using a model or a time machine.

      Excuse me if I don't go and chase up any more papers for you, like Asimov I am well aware of frat boy debating techniques and have grown weary of your willfull ignorance.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    15. Re:psuedo-skeptics by Troed · · Score: 1

      It's possible that you were talking about something interesting, but it seems you weren't able to link to anything supporting your claims :) Thus, it's not about chasing up "more" papers - since you didn't chase up any at all.

      The only paper I see posted shows, which fits well with established science, that ocean living creatures have no problems with small fluctionations in CO2 levels. And yes, over their evolutionary lifespan, the current fluctuations are very, very, small.

      Did I link to a source for that before? Don't remember, I'll simply do it again:

      http://www.geocraft.com/WVFossils/PageMill_Images/image277.gif

      From Geocarb III, talked about in detail here:

      http://gcmd.nasa.gov/records/GCMD_NOAA_NCDC_PALEO_2002-051.html

      If you want to debate proper science, and your posts imply that you do, you need to source your statements better than random web portals and google searches where the contents don't match up with your sayings.

    16. Re:psuedo-skeptics by TapeCutter · · Score: 1

      Despite the fact you refuse to use the caveat "some" I will give it one more shot...

      "Previous laboratory experiments have shown that decreased carbonate ion concentrations cause many marine calcareous organisms to show reduced calcification rates. If these results are widely applicable to ocean settings, ocean acidification could lead to ecosystem shifts." - link

      "Recent field and laboratory studies (Table S1) reveal that the degree of supersaturation has a profound effect on the calcification rates of individual species and communities in both planktonic and benthic habitats. The calcification rate of almost all calcifying organisms investigated to date decreased in response to decreased CaCO3 saturation state, even when the carbonate saturation level was >1. This response holds across multiple taxa—from single-celled protists to reef-building corals—and across all CaCO3 mineral phases" - link

      "Ocean acidification is rapidly changing the carbonate system of the world oceans. Past mass extinction events have been linked to ocean acidification, and the current rate of change in seawater chemistry is unprecedented. Evidence suggests that these changes will have significant consequences for marine taxa, particularly those that build skeletons, shells, and tests of biogenic calcium carbonate. Potential changes in species distributions and abundances could propagate through multiple trophic levels of marine food webs, though research into the long-term ecosystem impacts of ocean acidification is in its infancy." - Link

      It took under 10 minutes to find those random papers, I really don't see how you can't find further evidence by yourself, after all the first skill a genuine skeptic must master is self-skepticisim.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    17. Re:psuedo-skeptics by Troed · · Score: 1

      Thank you! (Yes, I mean it) It is the first time you actually gave me something to read ;)

      The first study shows that one species (out of 275000) planktonic foraminifera seem to have evolved during a period of 50k years :) It also includes the following quote:

      other variables such as temperature, salinity and nutrient availability may also influence calcification rate ... but I don't think it's important - I'm do not believe in a static environment and the fact that shell builders adapt their shells in response to varying levels of dissolved CO2 feels reassuring. As I wrote before, they've apparently survived magnitudes higher CO2 levels before - why should today's fluctuations pose any problems?

      The second link is the same as the first. Was that intentional?

      The third link is one of the worst papers I've read - and it only deals in projections, models and weird citations, like this one:

      Bibby and colleagues (2007) documented interesting behavioral, metabolic, and morphological responses of the intertidal gastropod Littorina littorea to acidified seawater (pH=6.6)

      pH 6.6 - seriously? What's that supposed to prove? ... and I'm not sure how well reviewed it was before being published:

      http://www3.interscience.wiley.com/journal/119880047/abstract?CRETRY=1&SRETRY=0

      In contrast, the study I linked to deals in actual observations of multiple species (and more complex species at that).

    18. Re:psuedo-skeptics by TapeCutter · · Score: 1

      I find no other alternative but to agree to disagree.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
  73. too contentious by zogger · · Score: 1

    I am one of those folks you mention, but I posted my thoughts on AGW etc up above, so I am outside your generalized description somewhat.

      Nuclear is way too contentious politically today, and therefore globally dangerous, because it is part of the "package" to where weapons can be made. You can't decouple it easily if at all. Threats of wars over access and development of nuclear power are *real* and in the news daily. Heck, some places take their nuclear waste, that is still quite dangerous, package it into weapons, that they falsely claim are "depleted" therefore "safe", when they clearly are not (more junk science based on convenience and profit), then inflict those weapons on a lot of people..over access to those people's oil! How nuts is that? (of course they deny oil has anything to do with it..right.. and it sure is a handy way to get rid of tons and tons of nuclear waste and not have to deal with it)

    Nuclear reactors make "hot", that's it. That's all they do. We have plenty of other ways to "make hot" in a sense that pose no threat whatsoever to anyone and aren't contentious at all really. We don't need a "Sunshine non proliferation agreement treaty" for instance. We don't have a group of nations A telling group B that they can't have access to the wind unless they control it all, give their "permission", and have 24/7 onsite inspectors. We don't have sunshine or wind or hydro power or geothermal power WMD weapons. There are no threats of international sanctions or extensive bombing campaigns (then resultant attacks back, tit for tat) against any nation that is developing such things as solar power.

    I am all for nuclear power-fusion, but not fission, except in a very few limited circumstances. And right now, and probably for at least the next fifty years or more "right now", the only *practical, working already* nuclear fusion power we have is solar (PV and thermal), and related to solar, such as wind and biofuels. Those should be developed more, along with a much more intense program of vehicle and appliance efficiency, and superinsulation for all buildings, and the elimination of as much physical job commuting as can be done with more extensive broadband deployment. Whenever possible, move bytes, not people.

    I also like those alternatives over fission because they scale from individual *ownership*, double plus good in my economic book, all the way to huge commercial for profit scale, which can help maintain the baseload energy industry and help to also shift away from petroleum fuels and burning coal, to lead to more diversification of sources, more national energy security (for all nations), less monopolistic accumulation of cash and political power for the already established energy cartels, less chances or excuses for war, and a cleaner environment without chancing the above mentioned negative aspects.

  74. Re:Data thrown away by Anonymous Coward · · Score: 0

    Here you go Sir.

    http://fascistsoup.com/2009/11/25/more-on-the-climategate-source-code/

    Please evaluate how stupid this Scientific Cult for the NWO was.

  75. Nature Is a Co-Conspirator by Anonymous Coward · · Score: 0

    LOL. Nature and New Scientist need to cover their asses since they are part and parcel of the greatest scientific fraud in human history.

  76. the conspiracy by Mr.+Slippery · · Score: 3, Insightful

    Well, we all know that Nature, NASA, and the U.N. are prime players in the conspiracy. As are NOAA, the National Academy of Sciences, and the science academies of Brazil, China and India.

    I mean, either there's a massive conspiracy by climatologists all around the world, or a handful of corporate shills and religious true believers (including both fundamentalist Christians and fundamentalist propertarians) have the media's ear and are quoting stuff out of context and flat-out inventing shit. And that's impossible, right?

    --
    Tom Swiss | the infamous tms | my blog
    You cannot wash away blood with blood
  77. Re:Data thrown away by symbolset · · Score: 1

    Yeah, like NASA. Those guys put up data from thermometers that clearly shows the hockey stick.

    Oh, wait. No, it doesn't. That's odd. Maybe you can find the hockey stick in this data. I can't. What I find in the data is that scientists like to live in cities that get warmer as they get larger.

    --
    Help stamp out iliturcy.
  78. Glad I read Slashdot by rbrander · · Score: 1

    I just wanted to say: while I normally read /. set at "Score 4", within those limits, it's really, really nice to be reading here rather than the letters column of most newspapers.

    There are for and against postings, but they're all arguing the scientific procedures based on established rules for what kinds of data-reduction are acceptable and not.

    It's the first place I've been in the last 3 days that isn't just people shouting "It's a fraud" and "It's nothing at all" at each other.

    1. Re:Glad I read Slashdot by sydneyfong · · Score: 1

      The problem with slashdot is that while many posters are rational and logical, they tend to speak about things they know nothing about.

      And then you get bullet proof reasoning and faulty assumptions, which lead to wrong conclusions nonetheless :)

      It's better than most other sites for sure, but still.

      That being said, sometimes you'll occasionally get somebody who knows what they're talking about post here, and those posts are quite worth reading.

      --
      Don't quote me on this.
  79. But why is rain so hard to understand? by Anonymous Coward · · Score: 0

    But why is rain so hard to understand? You people just don't seem to understand that there's a certain amount of H2O in the air before it starts falling out as rain. And, unlike Mars, CO2 won't fall out as rain.

    When something as simple as "water falling from the sky", which should only be mystical to fremen, is ignored or unremarked, you ARE working like creationists in denying AGW science the way you just have.

  80. Are you a dendrochrinologist? by Anonymous Coward · · Score: 1, Informative

    Are you a dendrochrinologist? Because you have to be to understand exactly what's going on, but the issue (and it's been known about for AGES, so hardly "hidden") is that when there's plenty of rain, pest species are controlled, invasion of competition is limited, and so on, then CO2 correlates well with tree ring size.

    But the quicker pace of warming has buggered that up and so you can't rely on CO2 and ring sizes to be correlated any more for species that are

    1) in areas now seeing drought
    2) in areas now seeing pest species invading (cf dutch elm disease, etc)
    3) in areas being invaded by, say, southern species that couldn't compete in the colder northern climes

    Which is to say not ALL tree rings display this problem, but enough do that you either have to ignore the data after a point or cut down so far that your error bars make the data practically worthless.

  81. Harry by Anonymous Coward · · Score: 0

    "it's all over the place"

    So lets have some examples. Or are you just another hand waving "skeptic"?

    - “But what are all those monthly files? DON’T KNOW, UNDOCUMENTED. Wherever I look, there are data files, no info about what they are other than their names. And that’s useless ” (Page 17)

    - “It’s botch after botch after botch.” (18)

    - “The biggest immediate problem was the loss of an hour’s edits to the program, when the network died no explanation from anyone, I hope it’s not a return to last year’s troubles This surely is the worst project I’ve ever attempted. Eeeek.” (31)

    - “Oh, GOD, if I could start this project again and actually argue the case for junking the inherited program suite.” (37)

    - “ this should all have been rewritten from scratch a year ago!” (45)

    - “Am I the first person to attempt to get the CRU databases in working order?!!” (47)

    - “As far as I can see, this renders the (weather) station counts totally meaningless.” (57)

    - “COBAR AIRPORT AWS (data from an Australian weather station) cannot start in 1962, it didn’t open until 1993!” (71)

    - “What the hell is supposed to happen here? Oh yeah — there is no ’supposed,’ I can make it up. So I have : – )” (98)

    - “You can’t imagine what this has cost me — to actually allow the operator to assign false WMO (World Meteorological Organization) codes!! But what else is there in such situations? Especially when dealing with a ‘Master’ database of dubious provenance ” (98)

    - “So with a somewhat cynical shrug, I added the nuclear option — to match every WMO possible, and turn the rest into new stations In other words what CRU usually do. It will allow bad databases to pass unnoticed, and good databases to become bad ” (98-9)

    1. Re:Harry by 31eq · · Score: 1

      Oh, Lordy, no replies to this so I'll be the one to go through it. I did, as it happens, read through the file in question. It shows that merging data from different academic projects with different source data and different analysis software, written by scientists, can be a real headache. Quite enlightening if you want to know how messy real science can get but nothing to do with a conspiracy to falsify global warming data.

      What we're talking about is "data tampering". Remember that, children.

      - "But what are all those monthly files?

      I don't know. What are they?

      DON'T KNOW, UNDOCUMENTED. Wherever I look, there are data files, no info about what they are other than their names. And that's useless " (Page 17)

      So he has output files, and doesn't know where they came from. Somebody didn't document their code properly. Hold the front page!

      - "It's botch after botch after botch." (18)

      What is?

      - "The biggest immediate problem was the loss of an hour's edits to the program, when the network died no explanation from anyone, I hope it's not a return to last year's troubles This surely is the worst project I've ever attempted. Eeeek." (31)

      Maybe the network's shit. Irrelevant.

      - "Oh, GOD, if I could start this project again and actually argue the case for junking the inherited program suite." (37) - " this should all have been rewritten from scratch a year ago!" (45)

      Maybe the code's shit. Irrelevant.

      - "Am I the first person to attempt to get the CRU databases in working order?!!" (47)

      The database is a mess. Irrelevant.

      - "As far as I can see, this renders the (weather) station counts totally meaningless." (57)

      Right, the count of weather stations is meaningless. So we don't know how many individual weather stations are contributing to the data. That doesn't mean there's anything wrong with the data, let alone that it's been tampered with.

      - "COBAR AIRPORT AWS (data from an Australian weather station) cannot start in 1962, it didn't open until 1993!" (71)

      There you go, there's an error in the database. Do you think it was deliberately added by somebody not smart enough to check when the station opened? And this one mis-labeled data point from a weather station in Australia is responsible for the apparent trend of global warming? Really?

      - "What the hell is supposed to happen here? Oh yeah -- there is no 'supposed,' I can make it up. So I have : - )" (98)

      What's he making up? Temperature readings? The name of a weather station? Whether two different names refer to the same weather station or not? It's surely not as sensational as you imply.

      - "You can't imagine what this has cost me -- to actually allow the operator to assign false WMO (World Meteorological Organization) codes!! But what else is there in such situations? Especially when dealing with a 'Master' database of dubious provenance " (98)

      Yes, some stations are listed in the database without a code. The software uses the code as a unique ID. So each station needs to have one. If you don't know the right one, you add a false one. These are labels. We have falsification of labels, not data.

      - "So with a somewhat cynical shrug, I added the nuclear option -- to match every WMO possible, and turn the rest into new stations In other words what CRU usually do. It will allow bad databases to pass unnoticed, and good databases to become bad " (98-9)

      Yes, the database seems to be in a mess. Some weather stations are not labeled properly, and there may be duplicates. But the data are not falsified.

    2. Re:Harry by TapeCutter · · Score: 1

      "Oh, Lordy, no replies to this so I'll be the one to go through it."

      Thanks, I didn't bother to go through it because I asked for examples of code not examples of programmer frustration. I have great sympathy for the guy, I once worked on merging national and local address databases from various authorities for a telco in Australia. The project involving ~50 programmers and testers had been running for 2yrs when I started, it was still going when I left six months later.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
  82. Re:Data thrown away by Kumiorava · · Score: 1

    I believe it would be better science if you could come up same or contradicting results with your own data set instead of the data Jones used. There are many reasons why data might not be available and even if it were available who would be able to tell if it's accurate.

    Do your own research and if the results are significantly different publish an article and get famous. There is no conspiracy in getting articles published, well written science has always place in journals.

  83. FORGET the emails--look at the code by mschuyler · · Score: 1

    Forget the emails. All they show is a few very prestigious climate scientists "hiding behind" intellectual property rights, refusing to adhere to FOIA rules (both of these normally anathema to /.ers), deleteing data and emails that might be incrimintory, revealing that they have manipulated peer review by keeping skeptical papers out, even to the point of changing the definition of peer review, refusing to release their data, caliming a peer reviewed article = 'settled science', exulting in the death of skeptics, attempting (successfully) to get editors they don't like fired. Just normal boys will beboys stuff. Nothing to see here> Move along.

    But this is /. How about looking at the code? Like here: http://wattsupwiththat.com/2009/12/04/climategate-the-smoking-code/ or how about a little sympathy for a programmer, Harry. See what he has to say: http://www.anenglishmanscastle.com/HARRY_READ_ME.txt or look here: http://wattsupwiththat.com/2009/11/22/cru-emails-may-be-open-to-interpretation-but-commented-code-by-the-programmer-tells-the-real-story/

    Or how about daling with teh mathematics of it all: http://www.americanthinker.com/2009/11/the_mathematics_of_global_warm.html

    So forget the emails; look at the code. Then come back here and say, with a straight face, that the data has not been manipulated.

    --
    How about a moderation of -1 pedantic.
  84. It's worse than that even by Anonymous Coward · · Score: 0

    Well, here's the problem, they do throw a lot of series out. I think Mann's method throws out around 780 of around 1100 proxy series. Why? With his method you throw out all series that don't correlate with the surface temperature record! Yes, you heard that right. Apparently you can tell if a proxy is valid as a temperature responder or not by seeing if it calibrates with a hundred years or so of station data (dodgy station data I might add). This is the method that made the medieval warm period dissapear. It's magic! And the correlation doesn't even have to be that great: 0.2, 0.3, we're talking marginal "possible" correlation here. It's the ultimate in data mining; mining for the result you're looking for!

  85. What independent sources would those be? by Anonymous Coward · · Score: 0

    What independent sources? The argument is one of attribution. In order to show attribution you have to show that current temperatures are unprecedented in the historical record. Studies using ice cores, stalagmites, sediments, and isotopes show that, in agreement with around 6,144 boreholes around the world, temperatures were about 0.5C warmer world wide during the Medieval Warm Period; that is the MWP that Michael Mann has made a career out of trying to hide. It's only when you add in the treemomiter proxies that you get the result you want and it looks increasingly likely that trees aren't good temperature responders, despite what Mann, Jones and Briffa are telling you.

  86. Move along by amightywind · · Score: 0, Flamebait

    Nothing to see here folks. Move along. These eco-lunies want nothing less than control of the world economy. You gotta admire their psychotic ambition. Copenhagen is gonna be a total fiasco. What fun!

    --
    an ill wind that blows no good
  87. Looking for programing issues by mschuyler · · Score: 1

    and found this. The good part is about half way into this: http://news.bbc.co.uk/2/hi/programmes/newsnight/8395514.stm

    --
    How about a moderation of -1 pedantic.
  88. False assumption, falty logic by Anonymous Coward · · Score: 0

    You make the erroneous assumption that temps are going up right now.

    There is no "unknown natural phenomenon" required as nothing interesting is happening in terms of temp.

    The rest of your post is baseless personal spewing and is justifiably ignored.

    1. Re:False assumption, falty logic by Lars+T. · · Score: 1

      You make the erroneous assumption that temps are going up right now.

      There is no "unknown natural phenomenon" required as nothing interesting is happening in terms of temp.

      The rest of your post is baseless personal spewing and is justifiably ignored.

      You are making the erroneous assumption that temps are going down right now. I'm not.

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    2. Re:False assumption, falty logic by WgT2 · · Score: 1

      Perhaps he assumes the temperatures are holding steading (being normal).

  89. Re:Data thrown away by Anonymous Coward · · Score: 0

    cities that get warmer as they get larger.

    And the sun god came down and made the cities larger? Oh wait, maybe cities just grow like trees?

    Or could they be man-made... nah, man could never make anything so large as New York.

  90. 1950-2000 warming nothing to be afraid of by thule · · Score: 3, Informative

    I thought people have been questioning the modern temp data for a while due to land use and urban heat effect. Climate Audit has been tracking this aspect for a while now. We might be warming, but the warming is not universal and nothing more than what has happened in the past. In the context of 1000-1500 years, the warming that happene between 1950-2000 is nothing to be afraid of. To quote CRU:

    "The principal conclusion from these studies (summarized in IPCC AR4) is that the second half of the 20th century was very likely (90% probable) warmer than any other 50-year period in the last 500 years and likely (66% probable) the warmest in the past 1300 years."

    Before any of this email stuff, climateaudit caught NASA adjusting the output so that the 1940's blip was not more than the latter half of the century. I seem to recall it was a error in how the program was rounding the numbers. Climateaudit made a new graph with 1940's showing the warmest year. NASA reproduced the results and then later produced a new chart that showed the 1990's having the warming year with the 1940's the second warmest.

    To quote another post of this subject (a href="http://strata-sphere.com/blog/index.php/archives/11531">strata-sphere.com):

    "Well, the raw CRU data shows that the first half of the last century (1900-1960) was as warm or warmer than it is today. But even if it was not warmer, it was within the uncertainty of the processed data. But let’s assume this claim still holds water, so what if this was the warmest half century since the beginning of the Little Ice Age! We have only had 3 half centuries since the LIA ended! We all know the Earth has been thankfully warming since this bleak time in humanity’’s brief existence."

  91. Posting to remove erroneous moderation by Petrushka · · Score: 1

    Posting to remove erroneous moderation.

  92. Re:Data thrown away by Gadget_Guy · · Score: 1

    Yeah, like NASA. Those guys put up data from thermometers that clearly shows the hockey stick.

    Oh wait. No, it doesn't.

    Actually it does match fairly well with the hockey stick graph. The graph you posted covers a bit over a century, where as the hockey stick graph covers 1000 years. Both of them show a rise for around 1 degree celcius over the same period.

    Here is the description of the graph from the BBC:
    The chart is relatively flat from the period AD 1000 to 1900, indicating that temperatures were relatively stable for this period of time. The flat part forms the stick's "shaft".

    But after 1900, temperatures appear to shoot up, forming the hockey stick's "blade".

    You can't just chop of the shaft and then claim that it never was a hockey stick. Still, maybe you can use your graph to try and prove that the climate is actually cooling.

  93. +1 Strawman by Anonymous Coward · · Score: 0

    We really really really need this.

  94. Nothing notable? Really! by gillbates · · Score: 1, Informative

    So email evidence of data forgery, refusal to comply with FOIA requests, and attempts to silence dissenting opinion is nothing notable?

    Perhaps Nature considers these part and parcel of regular science. I don't, however, and I think most scientists would be shocked and horrified to learn the new rules.

    Granted, the overwhelming majority of the emails show nothing more than the normal scientific process. Apparently, whomever selected those in FOIA.zip is unaware of the normal peer review process. However, if only by chance, they did find evidence of:

    • A conspiracy to thwart a FOIA request.
    • The appearance, at least, that certain scientists were applying a correction to the data in order to get the results they desired.(the "1940's blip")
    • A revealing email where scientists suggested not submitting papers to a journal which published dissenting papers.
    • A revealing text file "harry_read_me" in which the writer displays ignorance of numeric overflow, missing data sets, and arbitrarily generating missing or unavailable data.
    • A debate about the reliability of dendrochronology data as a proxy for temperature.

    Granted, I may not believe the GW conspiracy theorists, but this development is very troubling. While climatology as a whole is probably unaffected, those making public policy cannot rely on the resuts published by Mann, et al, until the investigation is finished. While this may not have long term effects on the scientific problem of GW, it certainly affects the political aspects of it.

    But then again, if Nature sees nothing wrong with forging data to get the result you want, perhaps all of science is doomed.

    --
    The society for a thought-free internet welcomes you.
  95. Church of Climatology by mi · · Score: 3, Informative

    Those lost cities have nothing to do with warming one way or the other. Hint: geological processes exist.

    Exactly! You got it! So, when we talk about ancient history, we can calmly attribute things to geological processes, that we have no control over. But when dealing with our own times, we aren't going to skip a good opportunity to raise taxes and give more control to the government. Scratch almost every modern "environmentalist" and you'll find a worn-out Che Guevara T-shirt underneath...

    Nobody tried to argue that anthropogenic global warning traveled back in time to make it a desert.

    Actually, you can be sure, there were people explaining the climate change and/or the rising sea levels, that flooded the entire cities, by the anger of the gods. You can also bet safely, that various priests back then suggested (and demanded) large sacrifices to appease the supernaturals.

    Kinda like what Al Gore is doing now (warning, unsafe amounts of sarcasm at the link)...

    --
    In Soviet Washington the swamp drains you.
  96. Step outside of this argument.. by byrdfl3w · · Score: 1, Informative

    ..And examine the Mainstream Media's blackout on this subject. BBC had the information for an entire month, and sat on the story. A strange situation unfolded, with that bastion of spin, FOX News, breaking the story with more gusto than a bull in a china shop - whilst every other channel either completely ignored it or attempted to skew the reporting to focus just on the theft of data. Only now are some stations grudgingly giving this story the airtime it merits. Here in New Zealand, not a single TV station or newspaper has reported it at all beyond a brief mention in some dirty back pages.. Even the local New Zealand climate scandal (NIWA artificially adjusting temp graphs) is being suppressed. Instead, the lead stories are absolutely jam-packed with images of melting glaciers and prophecies of imminent doom. Considering that the Tiger Woods Indexfinds "climategate" to be one of the most searched terms at the moment, it appears obvious to me that the mainstream media have a vested interest in keeping this information out of the public mind, at least until after Copenhagen. If this scandal had involved ANY other scientific arena of importance, this would have been headline news. I find such collusion between media conglomerates in keeping this story hushed far more disturbing than the story itself.

  97. This is a joke, right? by snowwrestler · · Score: 2, Insightful

    In short, lay the average temperature rise from 1908 until 2009 over that for 1803 until 1904 and see what you get. I would strongly suspect that you will see little if any change cycle to cycle.

    Good thinking. It's a lock that in decades of research, no one else has ever thought to test for cyclical patterns in temperature data.

    --
    Build a man a fire, he's warm for one night. Set him on fire, and he's warm for the rest of his life.
  98. Nature vs. Watts by snowwrestler · · Score: 0

    One of the world's most respected scientific journals vs. the Web site of a former TV weatherman without even a bachelors of science.

    --
    Build a man a fire, he's warm for one night. Set him on fire, and he's warm for the rest of his life.
  99. Clearly you have the improper mindset by snowwrestler · · Score: 2, Insightful

    Don't you see??? By saying that their investigation found nothing wrong, they have proven their complicity in the conspiracy!!

    --
    Build a man a fire, he's warm for one night. Set him on fire, and he's warm for the rest of his life.
  100. Long list of Institutions and a Global Conspiracy by omb · · Score: 0, Troll

    With people like you you don't need a huge Global Conspiracy, you only need a small, dedicated cabal of liers and frauds. If, instead of supporting the party line, you read the e-mails, looked at the code and data, which the CRU was still refusing to release at the beginning of November. At the twists and turns from Professor Jones, his pathological lying and rigging the UN ICCC report, excluding by any means other opinions you see that he is a crook, and the CRU a dangerous Cabal.

    But my point, sheeple, is that the CON is out, and in public, no more will the Cabal be able to lie spin and fudge in secret and the whole theory will become un-glued, and at that point the US congress and the EU parliament will stop this runaway train in its tracks.

  101. Re:Data thrown away by sydneyfong · · Score: 1

    The problem is, Jones is sitting on top of a lot of data which nobody else can easily get. He has access to data of weather stations around the globe. And those stations don't release the full data.

    You can, of course, blow billions of dollars trying to set up stations worldwide to do the same thing. But seriously, isn't it easier to just release the damned data and code?

    --
    Don't quote me on this.
  102. So let's feed banksters via Climate Change fraud by boorack · · Score: 1
    You're missing the point entirely. The whole climate change debacle is now mainly focused on pushing carbon credits down to people's throats. It does not solve anything, as carbon credits "market" is designed by and for speculators in general and Goldman Sachs banksters in particular. It only means more wealth transfer from ordinary people to Goldman Sachs gang, Al Gore and their cronies. It can actually do more harm to environment as more producers in western countries (those still alive who tend to be more environment friendly) will be driven out of business by chinese manufacturers (who don't give a crap about environmental protection). And no, China will not reduce their emissions. They chose to ignore carbon credits. And if someone read their officials' position, there is ALREADY between the lines that they will cheat and lie. Forcing CFLs over traditional light bulbs in EU is also a fraud designed to feed some big & fat corporations holding patents on CFLs (Philips?).

    Wanna real solutions ? Plant some trees. Or build a nuclear plant (oh, wait: those greenpeace idiots won't let you do this). Develop cleaner nuclear technology - LFTR reactors are propably cleaner (per megawatt) than wind turbines (bzzzt: LFTR progress is blocked by beurocrats in US, other countries also ignore this technology). You see, real solutions are ignored or suppressed

    My point is that we chose to pursue real, working solutions and instead promote fraudulent wealth-transfer schemes based on fraudulently tampered data. Instead of perpetuating fraudulent carbon credits "market" we should mandate that any enterprise with footprint of, say X tons of CO2 should maintain a forest that is able to soak up some part of it. Even Chinese would accept this as a part of their stimulus as they are wery well aware of their environmental condition. We also should mandate that any product imported into our countries has to be produced in compliance to our (current) environmental protection laws. This would hike price of many products significantly but this is what I would accept - as opposed to giving my money to banksters in order to "save the earth" and being aware that little of none of this money will find its way to any environment friendly technology.

  103. Pons and Fleishman are validated on every point by rlglende · · Score: 1

    Cold Fusion has been accepted by the Department of Energy. Read their review on the topic, the one that changed the policy. It makes the point that P & F were correct on every point.

    --
    "The Constitution, the WHOLE Constitution, and nothing but the CONSTITUTION."
  104. Re:Need to start over by Sarius64 · · Score: 1

    This is the traditional way that science is done of course. Someone publishes a radical idea or discovery, and others try and reproduce or show flaws in it. This has never required the keeping of raw data (though it may be good practice) or publication of analysis code. The whole point is that it *doesn't* depend on any individual aspects, or something specific to a particular scientist. This is why I feel that all the demands for source code and raw data are barking up the wrong tree - science already has a better way of verifying results.

    I hope you never get a job in CM or version management with that attitude.

    My publicly funded organization has archives of project data back to the late 1920s. It may be in punch cards, but it's archived. Beyond that, every document we have mandated for control is available for review by appropriate authority. Scientists and engineers enter service understanding their responsibilities. Why do you suppose that another other publicly funded medium would not have the same requirement?

  105. Ha ha ha! by thtrgremlin · · Score: 1

    I love crap like this about how our democracy is threatened by the free exercise of speech and the press. It is fun to compare pro censorship literature of the past 100 years to today and see how their tactics have improved, but always coming back to how people need to be protected from themselves, and from their own ignorance. The best part is that of course they are never talking about the reader; the reader is smart because they are reading their article. It is all those other people out there that don't read or can't understand the brilliance that is Lawrence M. Krauss that are the idiots out there we could help so much if they would just do what we say, and read what we write. After all, this is Scientific American.

    My Health Care is fine. I like my doctor, and I don't think under any condition I will ever "like" hospitals (oh well). In my experience, government is just the biggest corporation around, and like many monopolies once powerful enough rarely needs to listen to the customer to keep conducting business as it pleases. Academia tells us that government is the voice of the people, but the reality of which person is being heard leaves a lot to be desired.

    I think there is a lot that could be done to improve health care in the United States and the world for that matter. In my understanding of the bills as I have read them and listening to the range of opinions on specific issues, I do not like any of the proposals getting serious attention. I am very skeptical that this congress will be able to produce a decent bill. I would be more open minded if congress would at least begin by looking at some of the many social welfare programs and regulations concerning health care that have not been as effective as intended.

    The fanaticism in this debate, as the author likes to put it, is the idea that something must hurriedly be passed, whatever it is. "Death Panel" is a buzz word no matter who says it that relates to actual fear (rational or otherwise) some can't easily dismiss, and controversies over how specific provisions of the various bill provisions will actually be interpreted and executed (no pun intended).

    And if the scientific method as a whole is going to be brought into this debate, let us consider some principles of engineering. Great designs, in reality, are only as good as they can be explained. If a majority of people can not be more greatly persuaded by truth than by lies, maybe some of the burden lies on you to improve your documentation if not also the design itself. Blaming the reader, investor, or customer for simply not understanding your brilliance is a cop out. And if there really is an emergency, all the more reason for due diligence, not blind faith.

    --
    Want Big Business out of government? Take away the incentive and start by getting government out of big business!
  106. Re:Need to start over by Rising+Ape · · Score: 1

    What's CM or version management, and why is it relevant to what we're discussing here?

    And why should what's appropriate for one area of work be equally appropriate for another? I have no idea who you work for or what data you keep, or what would be appropriate in that case, but I'm not going to just assume it's wrong because science doesn't work that way.

    Do you have any arguments other than "we don't do it that way in our field"? Journals, which are the most important record of scientific results, are carefully archived in any case.

  107. Manners, young man... by mi · · Score: 1

    STFU

    This kind of talk gets you a flat lip and a bloody nose very quickly, boy. It is not Ok in real life, and it is not Ok online...

    --
    In Soviet Washington the swamp drains you.
  108. Proxy data is fairly worthless by symbolset · · Score: 1

    If you believe in proxy data then you believe that we should adjust today's NIST calibrated instruments by +.5c to match them, which is what the models are doing. I have a problem with that.

    In 1960 tree ring proxies stopped matching observations, contemporary with the invention of datalogging. It's not reasonable to adjust NIST calibrated measurements to agree with tree rings on this basis. Trees did not have a meeting and agree to change their modus operandi.

    And that's without considering that the tree ring data includes strip bark trees like Bristlecone Pines, which have an accuracy of 4-6 sigmas based on angle of attack on the borer. You're better off rolling dice, even before the "scientists" sampled 10x the trees they reported, and only reported the trees that matched the expected curve.

    Ice gas proxies have similar problems. Their reports are interesing but anecdotal - they should not be presented in the same graph as measured data.

    Regardless, the raw data says that the climate is cooling, and the scientists and their "corrections" claim that the climate is warming. If their corrections carry such weight over raw observations, should we not be entitled to some explanations? Why should we not believe this wacky guy?

    --
    Help stamp out iliturcy.
  109. What about the models by Anonymous Coward · · Score: 0

    Does anyone think the climate models are capable of this type of prediction. The sheer number of unknowables you'd need to estimate just to attempt a model make any long term prediction questionable (solar incidence, the spectral reflectivity of Kansas for the next 100yrs, ice in the upper atm...). Combine that with a highly couple set of non linear PDEs that exhibit chaotic behavior and you can make that model say anything.....

  110. Mod Parent Down by Anonymous Coward · · Score: 0

    I read up to "And millions die in third-world nations because they aren't allowed to use their fossil fuels to industrialize." and stopped reading. Simply a false statement

    1. Re:Mod Parent Down by yndrd1984 · · Score: 1

      I read up to "And millions die in third-world nations because they aren't allowed to use their fossil fuels to industrialize." and stopped reading. Simply a false statement

      It's interesting that you have such a strong opinion, but didn't bother to back it up with any kind of argument.

      More importantly, even if most of my hypotheticals turn out to be wrong, they still need to be argued against in order to support a Pascal's Wager-style argument. And that's the main point - to successfully pull off that kind of argument, one would have to conceive of, and make a solid case against, every other possible outcome. I submit that it is impossible to do this (except, perhaps, in trivial cases).

  111. Put up or shut up. by ReedYoung · · Score: 1

    I have FOI2009.zip and grep, so echo $SMOKING_GUN or shut the fuck up, bitch.

    --
    "I can't imagine how things could get any worse!" (some guy) "That could just be failure of imaginatioÂn on your p
  112. Must read, comedic masterpiece! by ReedYoung · · Score: 1

    No, not this, the message above by 31eq!

    --
    "I can't imagine how things could get any worse!" (some guy) "That could just be failure of imaginatioÂn on your p