Geol 453/653 - Gravity Inversion Lab

John Louie, February 23, 2000

Due: March 18, 2005, 4 PM


Assignment

  1. The table below shows gravity data collected in the field:
    Station Time, UTC Dist, m  g, mGal   Terrain Cor  Elev., m
     BASE    17.8              3298.018        0
       168   17.98    400650   3297.19         0      1085.4
       169   18.15    400300   3297.706        0      1100.6
       170   18.3     400150   3298.079        0      1112.8
       171   18.5     400000   3298.008        0      1131.1
       173   18.8     399450   3294.797        0      1182.9
       172   19       399700   3296.622        0      1146.3
     BASE    19.5              3298.038        0
       174   19.75    399150   3293.508        0      1198.2
       140   19.85    399000   3292.532        0      1201.8
       175   20.1     399000   3291.514    0.093      1204.3
       176   20.6     399900   3290.011    0.019      1225.6
       177   20.75    399750   3288.129    0.012      1256.1
     BASE    21.3              3298.12         0
    
    Using this information compute the simple Bouguer anomaly at each of the numbered measurement stations (not the base station). The ``simple Bouguer anomaly'' includes the drift correction and the two elevation corrections but only the inner-ring terrain correction. The terrain corrections given above are in mGal and are field-estimated B and C ring corrections. (After complete terrain correction the anomaly value is called the ``complete Bouguer.'') Use a datum elevation equal to the elevation of the lowest station, and use 2.67 g/cc for the Bouguer correction.

  2. From the results of your computation above, identify the stations where the simple Bouguer anomaly value is highest (most positive), and lowest (most negative). Report the difference in anomaly between these stations (between different survey points, not between the corrected and uncorrected data). Then assume that this difference is the result of being located on a basin having an average density contrast of -0.5 g/cc against the surrounding bedrock. Basin sediment thickness is zero at the station with the highest anomaly value. Use the Bouguer slab equation to get a quick estimate of the maximum basin thickness this survey shows.

  3. Download and save in a new folder the two binary Java class files grav2d.class and Strip.class. (If you have trouble with your web browser downloading these files as text instead of binary, producing ``Class not found'' errors, try these links: grav2d-class.bin and Strip-class.bin, and then change the names of the files back to ``grav2d.class'' and ``Strip.class''.) On Windows98 with Sun's JRE 1.2 installed, you can run the grav2d application with the DOS or Command Prompt command:
    "c:\Program Files\JavaSoft\JRE\1.2\bin\java" -cp . grav2d 1.0 reno1.txt reno1.grav
    
    On Windows NT, 2000, and XP, Mac OS X, or UNIX, you can run the grav2d application with the Command Prompt, Terminal, or shell command:
    java -cp . grav2d 1.0 reno1.txt reno1.grav
    
    This takes the input text file ``reno1.txt'' and inverts for basin depths using a tolerance of 1.0 mGal. The output is placed in a text file called ``reno1.grav''. (You will need to change the file names for different runs below.)

    The Java source code is grav2d.java. The parts that do all the computation only amount to about 20 lines. All the other stuff is i/o and error checks.

  4. Download the reno1.txt data file and run it through grav2d with a tolerance of 2 mGal. You might click on the link and then save the page to a file called ``reno1.txt'', as text. The density contrast is -0.5 g/cc (found at the top of the input file). The profile starts in Mogul and extends to the east side of the Truckee Meadows at the sewer plant. Since the reno1.grav output text file contains the result of every iteration, you will find the final inverted model at the end of the file. For each inversion, you will find it helpful to import just the final result into a spreadsheet and make two plots, on the same x-axis and with one placed above the other: 1) depth (basin thickness, really) plotted against distance (which is in km), with depth increasing down, of course; and 2) both Ganom and Gcalc plotted against distance. Remember that each depth value is for the bottom of a rectangular prism bounded by X1 and X2 in distance relative to the first station. I also like to plot unconnected points at the Ganom field data and a continuous line with no points for the Gcalc synthetic data.
    1. You do not have to turn in the plot, but describe the basin geometry, maximum depths, and roughly the average and maximum mismatch between data and synthetic gravity.
    2. If the average mismatch were due to elevation error, how much elevation error would be needed? Could you be trying to fit elevation errors instead of real gravity anomalies?
    3. Where is the mismatch error between Ganom and Gcalc the greatest?
    4. From the minimum anomaly, make a Bouguer slab estimate of basin depth using the same drho=-0.5 g/cc. How does this compare with the inverted depth? Explain the reason for the difference.

  5. Try running the reno1.txt data through grav2d using tolerances of 0.5 and 0.1. What happens as you try to get a more exact fit to the data? Even if convergence isn't reached, you can still examine and/or plot the final iteration's result. Where in the profile does altering the tolerance have the most effect?

  6. Download and examine the reno2.txt data file. Note that it is exactly the same as the reno1.txt file, except for an error in one reading.
    1. Run it through grav2d with a tolerance of 2 mGal, and also 0.5 mGal. How does the error affect the result?
    2. Compare the effect of the 2 mGal error on the inversion, against the depth error that would result from a simple Bouguer slab calculation. Which modeling method is more resistant to errors?
    3. To get a 2 mGal data error, how much elevation error would you need?

  7. What you used above was smoothed data. Now download the real reno-river.txt data file (surveyed by Rob Abbott and Christine Mann in 1997) and run it through grav2d at a range of tolerances. I suggest 5, 2, and 0.5 mGal.
    1. Describe the profile of the Reno basin along the Truckee river.
    2. Describe the uncertainties in this depth profile. How does your confidence in the inverted depths vary along the profile?
    3. Discuss the contribution of lack of knowledge of densities to your uncertainties.