[cig-commits] r21413 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv22

brad at geodynamics.org brad at geodynamics.org
Wed Feb 27 10:35:26 PST 2013


Author: brad
Date: 2013-02-27 10:35:26 -0800 (Wed, 27 Feb 2013)
New Revision: 21413

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv22/create_friction.py
Log:
Fixed units for cohesion (Pa->MPa).

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv22/create_friction.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv22/create_friction.py	2013-02-27 18:19:19 UTC (rev 21412)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv22/create_friction.py	2013-02-27 18:35:26 UTC (rev 21413)
@@ -75,7 +75,7 @@
                        'units': 'm',
                        'data': d0},
                       {'name': 'cohesion', 
-                       'units': 'Pa',
+                       'units': 'MPa',
                        'data': cohesion},
                       {'name': 'time-weakening-time', 
                        'units': 's',
@@ -136,7 +136,7 @@
                        'units': 'm',
                        'data': d0},
                       {'name': 'cohesion', 
-                       'units': 'Pa',
+                       'units': 'MPa',
                        'data': cohesion},
                       {'name': 'time-weakening-time', 
                        'units': 's',



More information about the CIG-COMMITS mailing list