[cig-commits] [commit] devel, master: added the three new parameters to undo attenuation to all the Par_files in EXAMPLES (2a8739d)

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


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

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

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

commit 2a8739d2a13b86d63a2ff81b31c0d1b488b6ddca
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Fri Jun 28 17:59:36 2013 +0000

    added the three new parameters to undo attenuation to all the Par_files in EXAMPLES


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

2a8739d2a13b86d63a2ff81b31c0d1b488b6ddca
 Par_file | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Par_file b/Par_file
index ac6aa2e..99558d5 100644
--- a/Par_file
+++ b/Par_file
@@ -57,8 +57,8 @@ RECORD_LENGTH_IN_MINUTES        = 15.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    = .false.
-UNDO_ATTENUATION                = .true.
+PARTIAL_PHYS_DISPERSION_ONLY    = .true.
+UNDO_ATTENUATION                = .false.
 NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
 
 # save AVS or OpenDX movies



More information about the CIG-COMMITS mailing list