[cig-commits] r20290 - in short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns: reverse strikeslip

willic3 at geodynamics.org willic3 at geodynamics.org
Sun Jun 3 14:04:20 PDT 2012


Author: willic3
Date: 2012-06-03 14:04:20 -0700 (Sun, 03 Jun 2012)
New Revision: 20290

Modified:
   short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/reverse/impulse_amplitude.spatialdb
   short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/reverse/plot_invresults.py
   short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/strikeslip/eqslip.spatialdb
   short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/strikeslip/impulse_amplitude.spatialdb
   short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/strikeslip/plot_invresults.py
Log:
Did a little editing of comments in spatialdb files.



Modified: short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/reverse/impulse_amplitude.spatialdb
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/reverse/impulse_amplitude.spatialdb	2012-06-03 05:28:17 UTC (rev 20289)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/reverse/impulse_amplitude.spatialdb	2012-06-03 21:04:20 UTC (rev 20290)
@@ -19,7 +19,6 @@
 // Columns are
 // (1) x coordinate (km)
 // (2) y coordinate (km)
-// (3) reverse-slip (cm)
-// (4) fault-opening (cm)
+// (3) slip (m)
 0.0  +18.0   -1.0
 0.0  +18.1    0.0

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/reverse/plot_invresults.py
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/reverse/plot_invresults.py	2012-06-03 05:28:17 UTC (rev 20289)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/reverse/plot_invresults.py	2012-06-03 21:04:20 UTC (rev 20290)
@@ -81,3 +81,4 @@
 
 
 pyplot.show()
+# pyplot.savefig("reverse_inversion.pdf")

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/strikeslip/eqslip.spatialdb
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/strikeslip/eqslip.spatialdb	2012-06-03 05:28:17 UTC (rev 20289)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/strikeslip/eqslip.spatialdb	2012-06-03 21:04:20 UTC (rev 20290)
@@ -19,8 +19,8 @@
 // Columns are
 // (1) x coordinate (km)
 // (2) y coordinate (km)
-// (3) reverse-slip (cm)
-// (4) fault-opening (cm)
+// (3) left-lateral-slip (m)
+// (4) fault-opening (m)
 0.0  -99.9    0.0  0.0
 0.0  -20.0    0.0  0.0
 0.0  -15.0   -2.5  0.0

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/strikeslip/impulse_amplitude.spatialdb
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/strikeslip/impulse_amplitude.spatialdb	2012-06-03 05:28:17 UTC (rev 20289)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/strikeslip/impulse_amplitude.spatialdb	2012-06-03 21:04:20 UTC (rev 20290)
@@ -19,8 +19,7 @@
 // Columns are
 // (1) x coordinate (km)
 // (2) y coordinate (km)
-// (3) reverse-slip (cm)
-// (4) fault-opening (cm)
+// (3) slip (m)
 0.0  -22.6    0.0
 0.0  -22.5   -1.0
 0.0  +22.5   -1.0

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/strikeslip/plot_invresults.py
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/strikeslip/plot_invresults.py	2012-06-03 05:28:17 UTC (rev 20289)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/2d/greensfns/strikeslip/plot_invresults.py	2012-06-03 21:04:20 UTC (rev 20290)
@@ -79,3 +79,4 @@
 
 
 pyplot.show()
+# pyplot.savefig("strikeslip_inversion.pdf")



More information about the CIG-COMMITS mailing list