[cig-commits] [commit] devel, master: improved the README file for EXAMPLES/attenuation (1ec592e)
cig_noreply at geodynamics.org
cig_noreply at geodynamics.org
Wed Jun 18 15:20:26 PDT 2014
Repository : https://github.com/geodynamics/specfem2d
On branches: devel,master
Link : https://github.com/geodynamics/specfem2d/compare/fc67e6fd7ad890705b2b72b4b3c509accb22249e...e9ca46c40131588d89d7b0883250bc6584ce6b4c
>---------------------------------------------------------------
commit 1ec592e20870067a11e8d0a98eebe9e0e3e6bf11
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date: Tue Dec 27 23:25:41 2011 +0000
improved the README file for EXAMPLES/attenuation
>---------------------------------------------------------------
1ec592e20870067a11e8d0a98eebe9e0e3e6bf11
attenuation/README | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/attenuation/README b/attenuation/README
index 3f9c9a5..df4a869 100644
--- a/attenuation/README
+++ b/attenuation/README
@@ -25,17 +25,17 @@ Note that because our example has no absorbing conditions on the edges of the gr
Beware that the reference solution is not exact, only quasi-exact (i.e., the formulation uses an approximation, and some integrals are computed numerically) therefore some small discrepancies can be noticed.
-More importantly, in the example provided, "tau" relaxation times for attenuation memory variables are recomputed using approximate quality factor targets of Qkappa approximately equal to 27 and Qmu / Qs approximately equal to 20, read (roughly) from Figure 1 page 604 of the article of Carcione et al. (1988). This will NOT lead to the exact same "tau" values as in Table 1 of Carcione et al. (1988). Thus, in order to perform a far more precise comparison to the analytical solution, which is computed using the "tau" values from Table 1 of Carcione et al. (1988), in file "src/specfem2D/attenuation_model.f90" you should impose this instead for this test (only):
+More importantly, in the example provided, "tau" relaxation times for attenuation memory variables are recomputed using approximate quality factor targets of Qkappa approximately equal to 27 and Qmu / Qs approximately equal to 20, read (roughly) from Figure 1 page 604 of the article of Carcione et al. (1988). This will NOT lead to the exact same "tau" values as in Table 1 of Carcione et al. (1988). Thus, in order to perform a far more precise comparison to the analytical solution, which is computed using the "tau" values from Table 1 of Carcione et al. (1988), in file "src/specfem2D/attenuation_model.f90" you should impose this instead for this test (only) by uncommenting the following 8 lines:
- tau_epsilon_nu1(1) = 0.0325305d0
- tau_sigma_nu1(1) = 0.0311465d0
- tau_epsilon_nu2(1) = 0.0332577d0
- tau_sigma_nu2(1) = 0.0304655d0
+! tau_epsilon_nu1(1) = 0.0325305d0
+! tau_sigma_nu1(1) = 0.0311465d0
+! tau_epsilon_nu2(1) = 0.0332577d0
+! tau_sigma_nu2(1) = 0.0304655d0
- tau_epsilon_nu1(2) = 0.0032530d0
- tau_sigma_nu1(2) = 0.0031146d0
- tau_epsilon_nu2(2) = 0.0033257d0
- tau_sigma_nu2(2) = 0.0030465d0
+! tau_epsilon_nu1(2) = 0.0032530d0
+! tau_sigma_nu1(2) = 0.0031146d0
+! tau_epsilon_nu2(2) = 0.0033257d0
+! tau_sigma_nu2(2) = 0.0030465d0
References:
More information about the CIG-COMMITS
mailing list