[cig-commits] r20305 - seismo/3D/SPECFEM3D/trunk

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Mon Jun 4 14:40:17 PDT 2012


Author: dkomati1
Date: 2012-06-04 14:40:16 -0700 (Mon, 04 Jun 2012)
New Revision: 20305

Modified:
   seismo/3D/SPECFEM3D/trunk/todo_list_please_dont_remove.txt
Log:
more details about suggestion #23


Modified: seismo/3D/SPECFEM3D/trunk/todo_list_please_dont_remove.txt
===================================================================
--- seismo/3D/SPECFEM3D/trunk/todo_list_please_dont_remove.txt	2012-06-04 18:15:01 UTC (rev 20304)
+++ seismo/3D/SPECFEM3D/trunk/todo_list_please_dont_remove.txt	2012-06-04 21:40:16 UTC (rev 20305)
@@ -341,6 +341,14 @@
 
 Otherwise, in the current implementation, we waste memory and CPU time by doing viscoelastic simulations everywhere, even in elastic regions, when TURN_ATTENUATION_ON is on.
 
+More precise analysis from Dimitri: 
+this means in particular changing this in DATA/Par_file:
+
+ATTENUATION_VISCOELASTIC_SOLID  = .false.        # turn attenuation (viscoelasticity) on or off for non-poroelastic solid parts of the model
+ATTENUATION_PORO_FLUID_PART     = .false.        # turn viscous attenuation on or off for the fluid part of poroelastic parts of the model
+
+and making it local to each material set instead of global for the whole mesh.
+
 Feedback from Qinya: I agree. The way attenuation appears in the 2D Par_file is quite confusing. It will be good to clean up, or at least explain well in the manual.
 
 - suggestion 24:



More information about the CIG-COMMITS mailing list