[cig-commits] r22877 - seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace

carltape at geodynamics.org carltape at geodynamics.org
Thu Sep 26 23:46:29 PDT 2013


Author: carltape
Date: 2013-09-26 23:46:29 -0700 (Thu, 26 Sep 2013)
New Revision: 22877

Added:
   seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/MESH_GEOCUBIT/
   seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/layered_halfspace_notripling.cfg
   seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/layered_halfspace_tripling.cfg
   seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/make_mesh.sh
   seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/nummaterial_velocity_file.reference
Removed:
   seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/boundary_definition.py
   seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/cubit2specfem3d.py
Log:
updated layered_halfspace example


Deleted: seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/boundary_definition.py
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/boundary_definition.py	2013-09-27 06:27:57 UTC (rev 22876)
+++ seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/boundary_definition.py	2013-09-27 06:46:29 UTC (rev 22877)
@@ -1 +0,0 @@
-link ../../CUBIT_GEOCUBIT/geocubitlib/boundary_definition.py
\ No newline at end of file

Deleted: seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/cubit2specfem3d.py
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/cubit2specfem3d.py	2013-09-27 06:27:57 UTC (rev 22876)
+++ seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/cubit2specfem3d.py	2013-09-27 06:46:29 UTC (rev 22877)
@@ -1 +0,0 @@
-link ../../CUBIT_GEOCUBIT/geocubitlib/cubit2specfem3d.py
\ No newline at end of file

Added: seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/layered_halfspace_notripling.cfg
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/layered_halfspace_notripling.cfg	                        (rev 0)
+++ seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/layered_halfspace_notripling.cfg	2013-09-27 06:46:29 UTC (rev 22877)
@@ -0,0 +1,35 @@
+[cubit.options]
+cubit_info=on
+echo_info=on
+jou_info=on
+jer_info=on
+working_dir=tmp
+output_dir=MESH_GEOCUBIT
+save_geometry_cubit = True
+save_surface_cubit = False
+monitored_cpu=0
+
+[simulation.cpu_parameters]
+nodes=1
+#
+[geometry.volumes]
+volume_type                     = layercake_volume_ascii_regulargrid_regularmap
+latitude_min                    = 0.
+latitude_max                    = 134000.
+longitude_min                   = 0.
+longitude_max                   = 134000.
+unit                            = utm
+
+[geometry.volumes.layercake]
+nz = 4
+#included the bottom
+bottomflat = True
+depth_bottom = -60000
+geometry_format=regmesh
+zdepth=-60000,-9000,-3000,0
+
+[meshing]
+map_meshing_type=regularmap
+iv_interval=17,2,1
+size=3000
+or_mesh_scheme=map


Property changes on: seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/layered_halfspace_notripling.cfg
___________________________________________________________________
Added: svn:executable
   + *

Added: seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/layered_halfspace_tripling.cfg
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/layered_halfspace_tripling.cfg	                        (rev 0)
+++ seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/layered_halfspace_tripling.cfg	2013-09-27 06:46:29 UTC (rev 22877)
@@ -0,0 +1,38 @@
+[cubit.options]
+cubit_info=on
+echo_info=on
+jou_info=on
+jer_info=on
+working_dir=tmp
+output_dir=MESH_GEOCUBIT
+save_geometry_cubit = True
+save_surface_cubit = False
+monitored_cpu=0
+
+[simulation.cpu_parameters]
+nodes=1
+#
+[geometry.volumes]
+volume_type                     = layercake_volume_ascii_regulargrid_regularmap
+latitude_min                    = 0.
+latitude_max                    = 134000.
+longitude_min                   = 0.
+longitude_max                   = 134000.
+unit                            = utm
+
+[geometry.volumes.layercake]
+nz = 4
+#included the bottom
+bottomflat = True
+depth_bottom = -60000
+geometry_format=regmesh
+zdepth=-60000,-22050,-3000,0
+
+[meshing]
+map_meshing_type=regularmap
+iv_interval=8,5,1
+size=4500
+or_mesh_scheme=map
+ntripl=1
+#tripl=3,
+refinement_depth=2,


Property changes on: seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/layered_halfspace_tripling.cfg
___________________________________________________________________
Added: svn:executable
   + *

Added: seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/make_mesh.sh
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/make_mesh.sh	                        (rev 0)
+++ seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/make_mesh.sh	2013-09-27 06:46:29 UTC (rev 22877)
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+#
+# Temporary instructions
+#
+# 1. set path to GEOCUBIT base directory (../../CUBIT_GEOCUBIT/), for example:
+#    export PYTHONPATH=$PYTHONPATH:/import/c/w/tape/3D/SPECFEM3D/CUBIT_GEOCUBIT
+#    export PATH=$PATH:/import/c/w/tape/3D/SPECFEM3D/CUBIT_GEOCUBIT
+#
+#    check path:
+#    which GEOCUBIT.py
+#
+# 2. run this script to generate mesh
+#    ./make_mesh.sh
+#
+
+GEOCUBIT.py --build_volume --mesh --cfg=layered_halfspace_notripling.cfg
+#GEOCUBIT.py --build_volume --mesh --cfg=layered_halfspace_tripling.cfg
+GEOCUBIT.py --collect --meshfiles=MESH_GEOCUBIT/mesh_vol_0.e --export2SPECFEM3D --SEMoutput=MESH
+cp nummaterial_velocity_file.reference MESH/nummaterial_velocity_file
\ No newline at end of file


Property changes on: seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/make_mesh.sh
___________________________________________________________________
Added: svn:executable
   + *

Added: seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/nummaterial_velocity_file.reference
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/nummaterial_velocity_file.reference	                        (rev 0)
+++ seismo/3D/SPECFEM3D/trunk/examples/layered_halfspace/nummaterial_velocity_file.reference	2013-09-27 06:46:29 UTC (rev 22877)
@@ -0,0 +1,3 @@
+2   1 2300 2800 1500 9999.0 9999.0 0  
+2   2 3200 7500 4300 9999.0 9999.0 0 
+2   3 3200 7500 4300 9999.0 9999.0 0
\ No newline at end of file



More information about the CIG-COMMITS mailing list