1 / 6

Seismic Wave Travel-Time Curves

Seismic Wave Travel-Time Curves . Danny Hertel EPS 109 Prof. Militzer. Background/Method.

darin
Download Presentation

Seismic Wave Travel-Time Curves

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Seismic Wave Travel-Time Curves Danny Hertel EPS 109 Prof. Militzer

  2. Background/Method • As seismic waves travel through different mediums in the earth, the different mediums create different wave velocities. With geophones, the amplitude of the wave response can be measured at the surface and overlaid to create travel-time curves that tell what’s underneath. • P-waves are compressiona,l but travel under the laws of the wave equation. • Discretization of the wave equation: wave equation in 2D: Discretized: (in code, dy=dx) • Then I modeled the wave through a medium with different velocity for different depths/distances. Surfed the amplitude • To create the travel-time curve, I took the amplitude of the wave at the surface, and for loop: if the iter=100,200 …(every 10 seconds) Z=Z+ iter/10 (1 sec, dt=0.1) a new profile ten seconds above the last. Boundaries around the plot were needed so the wave wouldn’t reflect of the edge of the plot (Mur’s or Perfectly Matched Layer are less memory intense but more math intensive) • Did forward and backward models with 3 different medium examples. • Yet to be addressed: Head wave diffraction, boundary conditions, earth like velocities up to 3000m/s Source: Bancroft, John C. “Simple Wave Modeling.” CREWES Research Report-Volume 14. 2002.

  3. 2 Layer Model run: project2layerfinal.m

  4. 3 Layer Model run: project3layerfinal.m

  5. Dipping Layer Model run:diplayerfinal.m

  6. Underground Tunnel run:longtunnelfinal.m

More Related