[cig-commits] [commit] devel, master: add the process file for this example (3f280b7)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 15:22:14 PDT 2014


Repository : https://github.com/geodynamics/specfem2d

On branches: devel,master
Link       : https://github.com/geodynamics/specfem2d/compare/fc67e6fd7ad890705b2b72b4b3c509accb22249e...e9ca46c40131588d89d7b0883250bc6584ce6b4c

>---------------------------------------------------------------

commit 3f280b711dd3944e968bc0679f96e16ce88e62c6
Author: Xie Zhinan <xiezhinan1984 at gmail.com>
Date:   Tue Nov 20 15:11:35 2012 +0000

    add the process file for this example


>---------------------------------------------------------------

3f280b711dd3944e968bc0679f96e16ce88e62c6
 salt_dome/Stacey_normal/Par_file                             | 12 ++++++------
 .../Stacey_normal}/process.sh                                |  9 +++++----
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/salt_dome/Stacey_normal/Par_file b/salt_dome/Stacey_normal/Par_file
index d083db8..6985739 100644
--- a/salt_dome/Stacey_normal/Par_file
+++ b/salt_dome/Stacey_normal/Par_file
@@ -140,13 +140,13 @@ PERIODIC_DETECT_TOL             = 3.3334d-6
 
 # data concerning mesh, when generated using third-party app (more info in README)
 # (see also absorbing_conditions above)
-mesh_file                       = ./DATA/modelY1_mesh_file   # file containing the mesh
-nodes_coords_file               = ./DATA/modelY1_nodes_coords_file   # file containing the nodes coordinates
-materials_file                  = ./DATA/modelY1_materials_file   # file containing the material number for each element
-free_surface_file               = ./DATA/modelY1_free_surface_file   # file containing the free surface
-absorbing_surface_file          = ./DATA/modelY1_absorbing_surface_file   # file containing the absorbing surface
+mesh_file                       = modelY1_mesh_file   # file containing the mesh
+nodes_coords_file               = modelY1_nodes_coords_file   # file containing the nodes coordinates
+materials_file                  = modelY1_materials_file   # file containing the material number for each element
+free_surface_file               = modelY1_free_surface_file   # file containing the free surface
+absorbing_surface_file          = modelY1_absorbing_surface_file   # file containing the absorbing surface
 CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
-tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
+tangential_detection_curve_file = courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
 # PARAMETERS FOR INTERNAL MESHING
diff --git a/fluid_solid/fluid_solid_external_mesh/process.sh b/salt_dome/Stacey_normal/process.sh
similarity index 88%
copy from fluid_solid/fluid_solid_external_mesh/process.sh
copy to salt_dome/Stacey_normal/process.sh
index 79a2b96..10a977f 100755
--- a/fluid_solid/fluid_solid_external_mesh/process.sh
+++ b/salt_dome/Stacey_normal/process.sh
@@ -8,7 +8,7 @@ echo "running example: `date`"
 currentdir=`pwd`
 
 echo
-echo "(will take about 5 minutes)"
+echo "(will take a few minutes)"
 echo
 
 # sets up directory structure in current example directoy
@@ -21,15 +21,16 @@ mkdir -p DATA
 
 # sets up local DATA/ directory
 cd DATA/
-ln -s ../Par_file_fluid_solid Par_file
-ln -s ../SOURCE_fluid_solid SOURCE
+cp ../Par_file Par_file
+#cp ../interfaces_elastic_analytic.dat .
+cp ../SOURCE SOURCE
 cd ../
 
 # cleans output files
 rm -rf OUTPUT_FILES/*
 
 # compiles executables in root directory
-cd ../../
+cd ../../../
 make > tmp.log
 cd $currentdir
 



More information about the CIG-COMMITS mailing list