[cig-commits] r18184 - seismo/3D/SPECFEM3D/trunk/examples/noise_tomography

yangl at geodynamics.org yangl at geodynamics.org
Wed Apr 6 06:27:17 PDT 2011


Author: yangl
Date: 2011-04-06 06:27:16 -0700 (Wed, 06 Apr 2011)
New Revision: 18184

Modified:
   seismo/3D/SPECFEM3D/trunk/examples/noise_tomography/pre-processing.sh
Log:
new version of NOISE_TOMOGRAPHY in SPECFEM3D_SESAME benchmarked

Modified: seismo/3D/SPECFEM3D/trunk/examples/noise_tomography/pre-processing.sh
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/noise_tomography/pre-processing.sh	2011-04-05 23:53:35 UTC (rev 18183)
+++ seismo/3D/SPECFEM3D/trunk/examples/noise_tomography/pre-processing.sh	2011-04-06 13:27:16 UTC (rev 18184)
@@ -106,7 +106,7 @@
 # since it's 1st contribution, we inject adjoint source 1 at receiver 2
 # pay attention to "adj_sources_contribution1" & "X2.DB.BXZ.adj"
 # we will be using "adj_sources_contribution2" & "X1.DB.BXZ.adj" for the 2nd contribution in next part
-rm $in_out_files/SEM/*.adj
+rm -f $in_out_files/SEM/*.adj
 cp $in_out_files/SEM/adj_sources_contribution1           $in_out_files/SEM/X2.DB.BXZ.adj
 
 # step 3 of noise simulation
@@ -152,7 +152,7 @@
 # since it's 2nd contribution, we inject adjoint source 2 at receiver 1
 # pay attention to "adj_sources_contribution2" & "X1.DB.BXZ.adj"
 # we have been using "adj_sources_contribution1" & "X2.DB.BXZ.adj" for the 1st contribution in previous part
-rm $in_out_files/SEM/*.adj
+rm -f $in_out_files/SEM/*.adj
 cp $in_out_files/SEM/adj_sources_contribution2           $in_out_files/SEM/X1.DB.BXZ.adj
 
 # step 3 of noise simulation



More information about the CIG-COMMITS mailing list