Slashdot Mirror


IBM Tries To Forecast and Control Beijing's Air Pollution

itwbennett writes Using supercomputers to predict and study pollution patterns is nothing new. And already, China's government agencies, and the U.S. Embassy in Beijing, publicly report real-time pollution levels to residents. But IBM is hoping to design a better system tailored for Beijing that can predict air quality levels three days in advance, and even pinpoint the exact sources of the pollution down to the street level, said Jin Dong, an IBM Research director involved in the project.

4 of 63 comments (clear)

  1. Down to the street level by kruach+aum · · Score: 5, Funny

    There, that moped is doing it. That one. That little moped is why 20 million people literally cannot live off the air they breathe.

  2. no supercomputer needed by rubycodez · · Score: 5, Informative

    already known that coal makes the number one pollutant of the air in in China, of the PM2.5 that makes up most the rest, 22 percent from transportation, 16 percent from industry, 17 percent from coal.....the sources are known, the percents are known. How and if they are going to clean up these known sources is the question, no need for modeling

  3. Always clear skies over the US embassy by GameboyRMH · · Score: 4, Interesting

    The Chinese government HATES it when people measure and publish "unofficial" pollution level readings...you can bet that pollution controls upwind of the US embassy are especially strict.

    --
    "When information is power, privacy is freedom" - Jah-Wren Ryel
    1. Re:Always clear skies over the US embassy by Savage-Rabbit · · Score: 4, Funny

      The Chinese government HATES it when people measure and publish "unofficial" pollution level readings...you can bet that pollution controls upwind of the US embassy are especially strict.

      Which is pretty amusing since it's pretty easy to design an algorith that will predict pollution levels for most major Chinese cities with pretty much 100% accuracy every day of the year:


      #include <stdio.h>
      #include <unistd.h>

      int main()
      {
          while(1)
          {
              printf("Predicted polution level for today: Very High\n");
              printf("Health hazard: Extreme\n");
              sleep(86400);
          }

          return 1;
      }

      --
      Only to idiots, are orders laws.
      -- Henning von Tresckow