[cig-commits] r22646 - seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Thu Jul 18 04:35:44 PDT 2013


Author: dkomati1
Date: 2013-07-18 04:35:44 -0700 (Thu, 18 Jul 2013)
New Revision: 22646

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/Par_file
Log:
fixed a wrong value for PARTIAL_PHYS_DISPERSION_ONLY


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/Par_file
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/Par_file	2013-07-18 10:26:00 UTC (rev 22645)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/EXAMPLES/small_benchmark_run_to_test_more_complex_Earth/Par_file	2013-07-18 11:35:44 UTC (rev 22646)
@@ -57,7 +57,7 @@
 # to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
 # use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
 # but requires a significant amount of disk space for temporary storage.
-PARTIAL_PHYS_DISPERSION_ONLY    = .true.
+PARTIAL_PHYS_DISPERSION_ONLY    = .false.
 UNDO_ATTENUATION                = .false.
 NT_DUMP_ATTENUATION             = 77   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
 



More information about the CIG-COMMITS mailing list