Hacker News new | ask | show | jobs
by mrschwabe 3977 days ago
The article indicates that Fukushima was the "world’s worst nuclear disaster since Chernobyl in 1986" but let's not beat around the bush, by now many of us have come to the conclusion that this is the worst nuclear disaster ever as the distrubing ecosystem collapse [1] currently underway in the Pacific Ocean would seem to confirm.

When Chernobyl had its meltdown, they weren't pumping up to 400 tons of radioactive waste into an ocean every single day [2].

Either way, am surprised but delighted to see the Washington Post bring the issue to the forefront today.

[1] http://enenews.com/govt-official-chilling-report-pacific-oce...

[2] http://tass.ru/en/world/759657

1 comments

There are 187000000000000 million gallons of water in the Pacific Ocean, meaning that "radioactive waste" is 2.1 x 10^-10% of the body of water itself.

The waste we're talking about is HTO --- tritiated water --- which is a low-energy beta emitter that has intrinsically low bioavailability, because it is literally just water and is eliminated quickly.

Before developing an opinion about how terrifying this radiation leak is, a good number to have handy --- exercise for the reader --- is over the 12 year half life of tritium, assuming 400 gallons pumped into the ocean every day, for 4384 days, what percentage of the background radiation of the Pacific ocean are we talking about elevating it to?

Another number, which will not make you feel better about the world, is what elevation to background radiation is produced by the coal plants it would take to offset all the power produced by nukes.

Finally: if you believe that HTO leaks from TEPCO are, or are going to be, responsible for mass die-offs of marine life, you're going to have to account for the fact that we basically carpet-bombed the oceans with HTO during the insane nuclear weapons testing of the 1960s; nothing TEPCO is doing will come close.

In an attempt to grasp how toxic the water is, wouldn't it be more effective to measure levels of cesium 137 instead of overall background radiation? I don't care what background radiation the entire Pacific has, I care if the sushi I'm eating has ionized, cancer-causing particles in it.

"Michio Aoyama’s initial findings were more startling than most. As a senior scientist at the Japanese government’s Meteorological Research Institute, he said levels of radioactive cesium 137 in the surface water of the Pacific Ocean could be 10,000 times as high as contamination after Chernobyl..."

http://www.nytimes.com/2014/03/17/world/asia/concerns-over-m...

Your analysis might confuse two different phenomena.

When you mention TEPCO pouring "400 million gallons" into the Pacific, what you're talking about is them dumping contaminated cooling water from tanks into the ocean. The scale of that dumping is caused by (a) the ongoing need to pump water into the compromised reactor to cool it and (b) the large amounts of water they've already stored. However: that water is also filtered, to remove the (actually dangerous) Sr-90. What's being dumped into the ocean is HTO, not Sr-90 or Cs-137.

On the other hand, the meltdown at Fukushima contaminated the entire area with Cs-137, most of which is in the soil, sediment, and sand. The Cs-137 contamination is much worse than the HTO contamination. However, it is also not ongoing; in fact, increase in cesium detected around the plant has fallen dramatically in the last two years.

Fair enough - though I'm not sure if I will just take your word for it that the potential for new releases of new cesium 137 is not an ongoing threat from Fukushima Daiichi. The only way we can know for sure I suppose, is through the efforts of independent researchers brave enough to get close to the facility.

In the spirit of HN, it would be neat to see an open technology solution for the purposes of monitoring. Ie:

  if(waterSample.cesium137 > 0.001) return ALARM(waterSample)
> it would be neat to see an open technology solution for the purposes of monitoring

It's trivial to do so. Decay of Cs-137 releases a 662 keV gamma ray that is easily measured and the count rate is proportional to the source activity (or ultimately the total amount of Cs-137 present). You can calibrate an inexpensive NaI detector such that it will tell you how much Cs-137 is in a given volume of water. If you place it next to a pipe that has a constant flow rate, you can infer the average amount of Cs-137 in the liquid flowing through the pipe. It's something that you can build in an afternoon if you know what you're doing and have the equipment.

This is pretty much how they monitor liquids for contamination in a real plant, except they use more detailed spectral measurements to monitor multiple isotopes. If you ever have the rare opportunity to go into a reactor control room, there will be a display somewhere that reads out this exact measurement.

Good info!

If the technology is cheap, as you point out, then the next logical step might be a collaborative project to get a network of inexpensive, miniature, buoyant craft's out to sea - for the purpose of actively measuring levels of cesium 137; sharing these results for everyone to see, to graph, and to check on at any given time of the day.

One-time results from a fish is useful data but to have a whole swarm of devices actively monitoring levels in various locations would be ideal.

Thinking ahead, the next hurdle could be the logistics of internet connection - maybe they could connect to each other in a mesh-network that daizy-chains back to an internet connection closer to shore. Oh, and power (solar panel maybe?). Navigation. Yeah - some challenges for sure, but it all seems within reason.