[cig-commits] r20660 - seismo/3D/FAULT_SOURCE/branches/new_fault_db/EXAMPLES/tohoku

percygalvez at geodynamics.org percygalvez at geodynamics.org
Sat Sep 1 12:25:50 PDT 2012


Author: percygalvez
Date: 2012-09-01 12:25:50 -0700 (Sat, 01 Sep 2012)
New Revision: 20660

Modified:
   seismo/3D/FAULT_SOURCE/branches/new_fault_db/EXAMPLES/tohoku/mesh_japan.py
Log:
meters 2 km in nodes_coord_files

Modified: seismo/3D/FAULT_SOURCE/branches/new_fault_db/EXAMPLES/tohoku/mesh_japan.py
===================================================================
--- seismo/3D/FAULT_SOURCE/branches/new_fault_db/EXAMPLES/tohoku/mesh_japan.py	2012-09-01 19:23:27 UTC (rev 20659)
+++ seismo/3D/FAULT_SOURCE/branches/new_fault_db/EXAMPLES/tohoku/mesh_japan.py	2012-09-01 19:25:50 UTC (rev 20660)
@@ -7,6 +7,7 @@
 import sys
 from save_fault_nodes_elements import *
 from absorbing_boundary import *
+from funcions import m2km
 
 cubit.cmd('reset')
 
@@ -216,10 +217,7 @@
  
 cubit2specfem3d.export2SESAME('MESH') 
 
-
-m2km('MESH/nodes_coords_file','')
-
-
+m2km()
 ### this mesh is in km . It is more convinient to work in meters 
 ### changing nodes_coords_file to meters . 
 
@@ -227,4 +225,3 @@
  
  
 # all files needed by SCOTCH are now in directory MESH 
-



More information about the CIG-COMMITS mailing list