|
CLASS DOCUMENTS
REPORTS & ASSIGNMENTS
CLASS CONTENT
USING THIS SITE
registered authors login here You are: (logout) For more on PMWiki, see pmwiki.org |
TsunameterTSUNAMETER SYSTEM Possible Causes of Tsunamis Tsunami waves are most often caused by seismic disturbances in the ocean, which abruptly push huge volumes of water out from the fault's center. Underwater landslides and even meteor impacts can set off tsunamis as well. Vulcano eruptions, if in a coastal location, can also contribute to the generation of tsunami waves. The DART System (Deep Ocean Assessment and Reporting of Tsunamis) ![]() This complicated network of sensors elaborated and applied also by the NOAA (National Oceanic and Atmosferic Administration) includes:
For a similar system here is a detailed website from an Italian manufacturer, Envirtech http://www.envirtech.org/seafloor_observatory.htm Tsunami detection algorythm The tsunami detection algorithm in the software works first by estimating the amplitudes of the pressure fluctuations and then testing these amplitudes against a threshold value. This algorythm is at the heart of the submersible system and basically alarms the buoy any time the threshold is being breeched. The formula shown is only part of the algorythm which we will look at later. Basically the rule of thumb i based my mathematical study on is that the wavelenght of a tsunami in deep ocean is also greater that its depth, while the height of tsunami waves when still at the origin can even be in the range of only a couple of cms. ![]() lambda is the wavelenght (in relation to the depth) and it equals the Period of the wave multiplied by the squaqre root of gravitiational acceleration multiplied by the depth. Goals The engineer's design goal before 2004 included an expense goal of under 250.000$. Therefore i wanted to see how far i could go with only a 250$ budget and see until when i was able to retrieve scientifically valuable information from what i had compiled. ![]() My design goals The original question i faced while reading and researching extensively on the Tsunami analysis and esoteric attempts to detect it when still in deep ocean, was: "Could I, if not replicate, at least mimik the 250.000$ system with the little knowledge i have on oceanography?" I would like to think that, although i am still not an expert, i have gained a great deal of knowledge on the subject now and definitely a good understanding of the device itself. ITP Alumn and Oceanographer Toshitaka and Engineer William were not only the perfect place to start this research but also the most helpful resources: ![]() My Tsunameter Device ![]() My components of choice: I chose the components based on 2 major factors, what William had suggested and also my budget restrictions. I spent a lot of time at the beginning of the project in trying to find a submersible pressure sensor, but whether for the lack of datasheets on ebay or the price ($400 to $20.000) or for the size of this type of equipment (1m ca.) I had to opt for another network of sensors. Also, ADCPs, which taking advatange of the doppler effect basically "ping" the surface of the water and based on the refraction calculate the current movement, can go up to 30.000$ or more and have issues in clear water because of the fact that the suface might be at times too transparent to reflect and can therefore return useless data. http://en.wikipedia.org/wiki/Acoustic_Doppler_Current_Profiler So this is is what i used and what i plan to use in the future:
![]() Currently being added:
Final Device: ![]() for more details on the entire process starting from the first experiments i made with the GPS up until now (almost) check the blog at http://itp.nyu.edu/~bp432/blug/archives/sensors/ Preliminary tests The first tests were focused on making sure that the container was water-tight, especially when in the prototyping phase where i was still using a serial communication and therefore a USB cable. I also played with stabilizing the device in the water, recently i started using marbles and mostly rice to counterbalance the container. ![]() Test in Greenport, Long Island HOBO Pendant G Logger The first few tests, because of the fact that the device had no wires, I used a HOBO Pendant G Logger which is a very well packaged and interfaced accelerometer that needs to be retrieved and connected to a computer. http://www.onsetcomp.com/solutions/products/kits/gkit.php5 ![]() It is a waterproof package and comes with a nice graphic software for both Mac and PC that looks like this: ![]() And this is the last time I saw the little toy boat, since it was taken by the undercuccrent and must have logged for about 13 hours as it was programmed to do. ![]() Tsunameter tests CODES IN ARDUINO: I had two pieces of code for this project. The first that just serially transmitted the GPS string parsed in order to only send the RMC NMEA setting that includes the time, longitude, latitude, speed over ground, course over ground and date and it also serially communicated the unfiltered readings of the accelerometer. I used the regular serail pins for the Bluetooth while i used software serial for the GPS communication. ![]() The second piece of Arduino code calculated a Simple Average on 5 samples and the Standard Deviation on 5 samples for each X, Y, Z pin. ![]() CODES IN MAX-MSP: I also played with a couple of patches in Max MSP, one that would simply visualize the data coming in from the accelerometer and the parsed GPS data: ![]() The other Max patch used a OpenGL object to map out X, Y, and Z and showed the movement of the wave: ![]() Problems, Challenges and Discoveries
I calculated th distance using this formula, since it was the most accessible to me and i had the data. Phase velocity, as all other following formulas, is a good example of how the situation is mathematically different if in deep water versus shallow water. In fact, at shore waves, are mostly wind generated and non-dsipersive, while deep water waves take into consideration the dispersion relation. http://oceanworld.tamu.edu/students/waves/waves2.htm This formula was necessary to derive these other formulas from: ![]() And this is the dispersion relation formula that seems to be at the heart of Pierson and Moskowitz experiments including their calculations made with accelerometers mounted inside of buoys. ![]() The formula reads that the wave frequency in radians per second squared equals gravity multiplied by the wave number multiplied by the tangent of the wave number multiplied by the depth. ![]() The formula changes according to the situation as in deep water the depth is always greater than one fourth of the wavelenght. And therefore the tangent of (kd) equals 1. The formula for shallow water situations changes because of the depth being smaller than 1/11th of the wavelenght and therefore the tangent of (kd) equals kd. Next Steps
![]() Some Resources NOAA http://nctr.pmel.noaa.gov/Mov/DART_04.swf OceanWorld http://oceanworld.tamu.edu/resources/ocng_textbook/chapter16/chapter16_01.htm AMNH http://sciencebulletins.amnh.org/earth/ WHOI http://www.whoi.edu/sbl/liteSite.do?litesiteid=8832&articleId=13147 NASA http://sealevel.jpl.nasa.gov/mission/jason-1.html MBARI http://www.mbari.org PAROSCIENTIFIC http://www.paroscientific.com/ RD INSTRUMENTS http://www.rdinstruments.com/ ACDP http://oceanexplorer.noaa.gov/technology/tools/acoust_doppler/acoust_doppler.html HYPDROPHONE http://oceanexplorer.noaa.gov/technology/tools/acoustics/acoustics.html RUTGERS http://marine.rutgers.edu/cool/ CODAR SYSTEM http://www.seasonde.com/ |