[cig-commits] r7883 - short/3D/PyLith/trunk/playpen/euler

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Aug 23 19:34:22 PDT 2007


Author: willic3
Date: 2007-08-23 19:34:22 -0700 (Thu, 23 Aug 2007)
New Revision: 7883

Added:
   short/3D/PyLith/trunk/playpen/euler/euler.cfg
   short/3D/PyLith/trunk/playpen/euler/points.def
Log:
Added example points.def and .cfg files.



Added: short/3D/PyLith/trunk/playpen/euler/euler.cfg
===================================================================
--- short/3D/PyLith/trunk/playpen/euler/euler.cfg	2007-08-23 23:50:18 UTC (rev 7882)
+++ short/3D/PyLith/trunk/playpen/euler/euler.cfg	2007-08-24 02:34:22 UTC (rev 7883)
@@ -0,0 +1,30 @@
+# -*- Python -*-
+[euler]
+
+# Top-level info
+bc_type = dislocation
+data_dim = 3
+up_dir = [0, 0, 1]
+# This Euler pole is located 90 degrees away along a direction with
+# an initial bearing of east at the average location of the points
+# defined in points.def.
+euler_lat = 0.0078*deg
+euler_lon = -27.0117*deg
+euler_rot = -1.0e-6*deg
+points_file = points.def
+points_spatialdb = points.spatialdb
+dip_slip = True
+dip_cutoff = 75.0*deg
+
+# Source coordinate system
+[euler.src_coordsys]
+datum_horiz = NAD27
+space_dim = 3
+
+# Source coordinate system projector
+[euler.src_coordsys.projector]
+projection = utm
+proj-options = '-I +proj=utm +zone=11 +datum=NAD27 -f %.f15'
+
+[euler.dest_coordsys]
+datum_horiz = NAD27

Added: short/3D/PyLith/trunk/playpen/euler/points.def
===================================================================
--- short/3D/PyLith/trunk/playpen/euler/points.def	2007-08-23 23:50:18 UTC (rev 7882)
+++ short/3D/PyLith/trunk/playpen/euler/points.def	2007-08-24 02:34:22 UTC (rev 7883)
@@ -0,0 +1,9 @@
+# Dummy set of points all with normals oriented upward at 45 degrees in the x-z
+# plane.
+  5.00e5  3.70e6 -1.0e4     7.0710678119e-01  0.0e0  7.0710678119e-01
+  4.99e5  3.71e6  0.0e0     7.0710678119e-01  0.0e0  7.0710678119e-01
+  5.01e5  3.69e6 -5.0e4     7.0710678119e-01  0.0e0  7.0710678119e-01
+  5.00e5  3.70e6 -1.0e4     0.0e0  7.0710678119e-01  7.0710678119e-01
+  5.00e5  3.70e6 -1.0e4     0.0e0  7.0710678119e-01  7.0710678119e-01
+  5.00e5  3.70e6 -1.0e4     0.0e0             1.0e0  0.0e0
+  5.00e5  3.70e6 -1.0e4     0.0e0  0.17364817766693  0.984807753012208



More information about the cig-commits mailing list