[cig-commits] [commit] devel, master: fixed a wrong value for PARTIAL_PHYS_DISPERSION_ONLY (feeee6e)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:06:59 PST 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d_globe/compare/bc58e579b3b0838a0968725a076f5904845437ca...be63f20cbb6f462104e949894dbe205d2398cd7f

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

commit feeee6e8ee7f2c24bba39bf1b7b23c31d4837ef7
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Thu Jul 18 11:35:44 2013 +0000

    fixed a wrong value for PARTIAL_PHYS_DISPERSION_ONLY


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

feeee6e8ee7f2c24bba39bf1b7b23c31d4837ef7
 small_benchmark_run_to_test_more_complex_Earth/Par_file | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/small_benchmark_run_to_test_more_complex_Earth/Par_file b/small_benchmark_run_to_test_more_complex_Earth/Par_file
index 3734f76..8a6cea7 100644
--- a/small_benchmark_run_to_test_more_complex_Earth/Par_file
+++ b/small_benchmark_run_to_test_more_complex_Earth/Par_file
@@ -57,7 +57,7 @@ RECORD_LENGTH_IN_MINUTES        = 55.0d0
 # 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