[cig-commits] [commit] devel, master: added ATTENUATION_1D_WITH_3D_STORAGE to the Par_files of the EXAMPLES (fa274db)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:07:05 PST 2014


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

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

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

commit fa274db668ad42939ab34ae74b2998ba2fe4987d
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Mon Jul 22 20:39:15 2013 +0000

    added ATTENUATION_1D_WITH_3D_STORAGE to the Par_files of the EXAMPLES


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

fa274db668ad42939ab34ae74b2998ba2fe4987d
 small_benchmark_run_to_test_more_complex_Earth/Par_file | 1 +
 small_benchmark_run_to_test_very_simple_Earth/Par_file  | 1 +
 2 files changed, 2 insertions(+)

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 8a6cea7..853cc49 100644
--- a/small_benchmark_run_to_test_more_complex_Earth/Par_file
+++ b/small_benchmark_run_to_test_more_complex_Earth/Par_file
@@ -57,6 +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.
+ATTENUATION_1D_WITH_3D_STORAGE  = .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
diff --git a/small_benchmark_run_to_test_very_simple_Earth/Par_file b/small_benchmark_run_to_test_very_simple_Earth/Par_file
index 2ddd8da..0463e36 100644
--- a/small_benchmark_run_to_test_very_simple_Earth/Par_file
+++ b/small_benchmark_run_to_test_very_simple_Earth/Par_file
@@ -57,6 +57,7 @@ RECORD_LENGTH_IN_MINUTES        = 35.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.
+ATTENUATION_1D_WITH_3D_STORAGE  = .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