[cig-commits] r19985 - short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott

brad at geodynamics.org brad at geodynamics.org
Tue Apr 24 08:02:42 PDT 2012


Author: brad
Date: 2012-04-24 08:02:42 -0700 (Tue, 24 Apr 2012)
New Revision: 19985

Modified:
   short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/calc_analytic.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/calc_analytic.py
Log:
Update defaults for output. Use defaults (remove from .cfg file).

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/calc_analytic.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/calc_analytic.cfg	2012-04-24 11:22:54 UTC (rev 19984)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/calc_analytic.cfg	2012-04-24 15:02:42 UTC (rev 19985)
@@ -15,8 +15,3 @@
 number_points = 400
 delta_x = 5.0*km
 x_epsilon = 0.01*m
-
-output_disp = True
-disp_filename = output/analytic_disp.txt
-output_vel = True
-vel_filename = output/analytic_vel.txt

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/calc_analytic.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/calc_analytic.py	2012-04-24 11:22:54 UTC (rev 19984)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/calc_analytic.py	2012-04-24 15:02:42 UTC (rev 19985)
@@ -102,11 +102,11 @@
     outputVel.meta['tip'] = "Output velocity file?"
 
     dispFilename = pyre.inventory.str("disp_filename", 
-                                      default="analytical/analytic_disp.txt")
+                                      default="output/analytic_disp.txt")
     dispFilename.meta['tip'] = "Filename for displacement output."
 
     velFilename = pyre.inventory.str("vel_filename",
-                                        default="analytical/analytic_vel.txt")
+                                        default="output/analytic_vel.txt")
     velFilename.meta['tip'] = "Filename for velocity output."
 
   # PUBLIC METHODS /////////////////////////////////////////////////////



More information about the CIG-COMMITS mailing list