next up previous [pdf]

Next: Programming part (extra credit) Up: Homework 1 Previous: Theoretical part

Computational part

In this part, we will simulate and observe acoustic wave propagation in a simple velocity model shown in Figure 1(a). A wave snapshot is shown in Figure 1(b).

model snap
model,snap
Figure 1.
(a) Velocity model for simple wave propagation experiments. (b) Wave snapshot with overlaid first-arrival wavefront.
[pdf] [pdf] [png] [png] [scons]

  1. Change directory to geo384w/hw1/simple
  2. Run
    scons model.view
    
    to generate and view the velocity model from Figure 1(a).
  3. Run
    scons wave.vpl
    
    to generate and observe a propagating wave on your screen.
  4. Run
    scons fronts.vpl
    
    to generate and observe a propagating wavefront on your screen.
  5. Run
    scons snap.view
    
    to generate and view a wave snapshot selected at 1 s as shown in Figure 1(b).
  6. Open the file SConstruct in your favorite editor. Your task is to make the following modifications in it:
  7. When you are satisfied with your results, run
    scons lock
    
    to lock the figures.


next up previous [pdf]

Next: Programming part (extra credit) Up: Homework 1 Previous: Theoretical part

2008-03-02