Slashdot Mirror


NASA Quakesim Predicts 15 Out of 16 CA Quakes

Saint Aardvark writes "NASA's QuakeSim project has successfully predicted15 out of 16 of California's earthquakes with magnitude > 5, including 11 since the map was published in 2002. "So far, the technique has only missed one earthquake, a magnitude of 5.2, on June 15, 2004, under the ocean near San Clemente Island.""

13 of 163 comments (clear)

  1. But... by Spad · · Score: 5, Insightful

    How many did it predict that never happened?

  2. Only 5? Pity... by lukestuts · · Score: 5, Funny

    That means it won't be able to predict Quake IV :(

  3. Quakesim... by Dieppe · · Score: 5, Funny

    Do they have a multiplayer version of this? Will it run on Linux? ;)

  4. Re:Sorry, Clicked submit too early: by fireduck · · Score: 5, Interesting

    fact is, though, this is a big step in the right direction. To successfully predict a quake, you need location, magnitude and time. They've got location down and time vaguely constrained (article doesn't state time effect, other than a quake in this location within 10 years) and a lower limit on magnitude (at least 5). That's better than nothing. and certainly something to use as a starting point for future modelling efforts.

  5. Eh? by CheesyPeteza · · Score: 5, Interesting
    What are you quoting?
    Saint Aardvark writes "NASA's QuakeSim project has successfully predicted15 out of 16 of California's earthquakes with magnitude > 5, including 11 since the map was published in 2002. "So far, the technique has only missed one earthquake, a magnitude of 5.2, on June 15, 2004, under the ocean near San Clemente Island.""
    But when I look at the site it says:
    the Rundle-Tiampo Forecast has accurately predicted the locations of 15 of California's 16 largest earthquakes this decade, including last week's tremors.
    Thats a pretty big difference. :o
  6. Discussion of this on NPR by BrewerDude · · Score: 5, Informative
    The San Francisco NPR station, KQED, had an interesting discussion on this yesterday on their Forum program.

    Check out the archived version here

    From the blurb:

    Following recent seismic activity in California and the threatened eruption of Mount St. Helens in Washington State. Forum takes a look at scientific advancements in the study of earthquakes and volcanoes.

    Host: Michael Krasny

    Guests:

    • Dr. Donald Turcotte, professor of geology at UC Davis
    • Dr. Manuel Nathenson, scientist in charge of the Volcano Hazards Team at US Geological Survey in Menlo Park
    • Dr. Roland Burgmann, associate professor at Berkeley Seismological Lab at UC Berkeley Dr. Susan Hough, seismologist at US Geological Survey in Pasadena and author of "Earth Shaking Science: What We Know and Don't Know"
  7. Because they're *causing* them by sam_handelman · · Score: 5, Funny

    It's easy to "predict" something that you cause yourself.

    I predit that I will put my tinfoil hat on! /me puts on tinfoil hat.

    Ooh, I must be psychic or something!

    They're just putting their earthquake machines through the paces before they use it to ensure W's re-election, and to make a tidy profit for Haliburton, which owns a lot of soon-to-be-coastal property along the California-Nevada border.

    --
    The good and new comes from no quarter where it is looked for, and is always something different from what is expected.
  8. what about false positives? by discontinuity · · Score: 5, Insightful

    The article is vague. No mention of whether there were any false positives. People will get fed up really quickly if told to evacuate and no quake comes.

    Also, it's not clear to me that what their predicting ("hotspots") is the same thing as predicting when an earthquake will happen. How long do individual "hotspots" exist in one place?

    Still, earthquake and other Earth-sci prediction simulations can be useful. Just probably better for long-term planning than individual predictions.

  9. Misleading Title by MalleusEBHC · · Score: 4, Insightful

    I wouldn't exactly say they predicted these quakes. From what the article says, it seems like they just have a list of places where they say a >5 quake will occur between 2000 and 2010. Whoop-dee-fucking-doo. Anything under a 6 is less annoying to a Californian than a fly buzzing around your house. For anything over a 6.5 or so, being this accurate about WHERE the quake will occur is next to useless if you can't be more accurate about WHEN it will occur.

    This is not meant to diminish the accomplishments of these researchers. I'm sure this is a very important stepping stone to greater advances. However, this won't be useful to most people until they can predict with much greater accuracy the magnitude of the quake and the timeframe in which it will occur.

    1. Re:Misleading Title by mblase · · Score: 5, Insightful

      From what the article says, it seems like they just have a list of places where they say a >5 quake will occur between 2000 and 2010. Whoop-dee-fucking-doo.

      Well, it's not that useful if you're planning a vacation, but if you're someone who's looking to buy a house somewhere in the state of California which you intend to pay insurance on for the next twenty years, it's tremendously valuable (especially to the insurance agencies).

  10. Sounds Great But... by LFS.Morpheus · · Score: 4, Interesting

    This sounds like a really cool endeavor, but why is this funded by NASA? NASA takes a lot of flak for using up lots of money and being a big administration, and its not surprising to see why with projects like this under its wings.

    In the end, shouldn't such earthquake research be under a different organization?

    --
    The space unintentionally left unblank.
  11. How to predict all earthquakes by product+byproduct · · Score: 4, Funny

    #include <stdio.h>

    int main()
    {
    int lat, lon;

    for (lat = -90; lat <= 90; lat++)
    for (lon = -180; lon <= 179; lon++)
    printf("prediction: lat=%d +/- 0.5, lon=%d +/- 0.5\n", lat, lon);
    }

  12. Short on specifics by toxic666 · · Score: 5, Interesting

    The articles cites don't speak much on methodology beyond using historical data (since 1932) to predict areas where magnitude 5+ earthquakes are likely. It would be interesting to read about the methods and determine if they can predict larger (6 - 6.5+) damaging earthquakes of a larger magnitude. Or more significantly, earthquakes whose damage potential (as measured using the Mercalli scale) is high.

    Geologists have been using historical data to predict future potential for many years. Stream flow data are used to predict flood potential; historic hurricane landfall data are used to predict beach erosion potential; lahar ages are used to predict volcanic mud flow damage potential.

    What is more useful that merely predicting areas where magnitude 5+ earthquakes are likely to occur is predicting the frequency and areal extent of damage potential -- Mercalli intensity VIII +, roughly correlating to Richter magnitude 6.5+.

    Then again, we Americans continue to rebuild on 100 year flood plains, hurricane-savaged barrier islands and earthquake-prone areas. The engineering geology I learned was to avoid areas where Mother Nature is going to win in the long run.