[cig-commits] r22327 - seismo/3D/SPECFEM3D_GLOBE/branches/undo_att/DATA

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Sun Jun 16 10:35:00 PDT 2013


Author: dkomati1
Date: 2013-06-16 10:34:59 -0700 (Sun, 16 Jun 2013)
New Revision: 22327

Modified:
   seismo/3D/SPECFEM3D_GLOBE/branches/undo_att/DATA/Par_file
Log:
made UNDO_ATTENUATION the default in the Par_file


Modified: seismo/3D/SPECFEM3D_GLOBE/branches/undo_att/DATA/Par_file
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/branches/undo_att/DATA/Par_file	2013-06-16 17:34:04 UTC (rev 22326)
+++ seismo/3D/SPECFEM3D_GLOBE/branches/undo_att/DATA/Par_file	2013-06-16 17:34:59 UTC (rev 22327)
@@ -57,8 +57,8 @@
 # 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.
-UNDO_ATTENUATION                = .false.
+PARTIAL_PHYS_DISPERSION_ONLY    = .false.
+UNDO_ATTENUATION                = .true.
 NT_DUMP                         = 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