[cig-commits] [commit] devel, master: allows the use of multiple user-defined tomographic files instead of having the same and only "tomography_model.xyz" file, moves the TOMOGRAPHY_PATH flag in Par_file, organises the "done" items of the todo list (3771760)
cig_noreply at geodynamics.org
cig_noreply at geodynamics.org
Wed Jun 18 16:50:40 PDT 2014
Repository : https://github.com/geodynamics/specfem3d
On branches: devel,master
Link : https://github.com/geodynamics/specfem3d/compare/6026e367984905ab133865f62fa6293b343759b9...47f703851338234f96397e7da9fbff63d8178b8a
>---------------------------------------------------------------
commit 377176025e46e04f23e834a7ef26e31d89edf09e
Author: Joseph Charles <jcharles at lma.cnrs-mrs.fr>
Date: Mon Nov 12 12:20:05 2012 +0000
allows the use of multiple user-defined tomographic files instead of having the same and only "tomography_model.xyz" file, moves the TOMOGRAPHY_PATH flag in Par_file, organises the "done" items of the todo list
>---------------------------------------------------------------
377176025e46e04f23e834a7ef26e31d89edf09e
BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/DATA/Par_file | 3 +++
BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/DATA/Par_file | 3 +++
Mount_StHelens/DATA/Par_file | 3 +++
homogeneous_halfspace_HEX27/DATA/Par_file | 3 +++
homogeneous_halfspace_HEX8/DATA/Par_file | 3 +++
homogeneous_poroelastic/DATA/Par_file | 3 +++
layered_halfspace/DATA/Par_file | 3 +++
meshfem3D_examples/many_interfaces/DATA/Par_file | 3 +++
meshfem3D_examples/simple_model/DATA/Par_file | 3 +++
meshfem3D_examples/socal1D/DATA/Par_file | 3 +++
tomographic_model/DATA/Par_file | 3 +++
waterlayered_halfspace/DATA/Par_file | 3 +++
12 files changed, 36 insertions(+)
diff --git a/BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/DATA/Par_file b/BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/DATA/Par_file
index 4ced4f1..3c91e05 100644
--- a/BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/DATA/Par_file
+++ b/BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/DATA/Par_file
@@ -41,6 +41,9 @@ ATTENUATION = .false.
ANISOTROPY = .false.
GRAVITY = .false.
+# path for external tomographic models files
+TOMOGRAPHY_PATH = ../DATA/tomo_files/
+
# Olsen's constant for Q_mu = constant * v_s attenuation rule
USE_OLSEN_ATTENUATION = .false.
OLSEN_ATTENUATION_RATIO = 0.05
diff --git a/BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/DATA/Par_file b/BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/DATA/Par_file
index 68497cd..3b90548 100644
--- a/BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/DATA/Par_file
+++ b/BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/DATA/Par_file
@@ -41,6 +41,9 @@ ATTENUATION = .false.
ANISOTROPY = .false.
GRAVITY = .false.
+# path for external tomographic models files
+TOMOGRAPHY_PATH = ../DATA/tomo_files/
+
# Olsen's constant for Q_mu = constant * v_s attenuation rule
USE_OLSEN_ATTENUATION = .false.
OLSEN_ATTENUATION_RATIO = 0.05
diff --git a/Mount_StHelens/DATA/Par_file b/Mount_StHelens/DATA/Par_file
index 8168b11..456c998 100644
--- a/Mount_StHelens/DATA/Par_file
+++ b/Mount_StHelens/DATA/Par_file
@@ -41,6 +41,9 @@ ATTENUATION = .false.
ANISOTROPY = .false.
GRAVITY = .false.
+# path for external tomographic models files
+TOMOGRAPHY_PATH = ../DATA/tomo_files/
+
# Olsen's constant for Q_mu = constant * v_s attenuation rule
USE_OLSEN_ATTENUATION = .false.
OLSEN_ATTENUATION_RATIO = 0.05
diff --git a/homogeneous_halfspace_HEX27/DATA/Par_file b/homogeneous_halfspace_HEX27/DATA/Par_file
index 59c8d32..aa5442e 100644
--- a/homogeneous_halfspace_HEX27/DATA/Par_file
+++ b/homogeneous_halfspace_HEX27/DATA/Par_file
@@ -41,6 +41,9 @@ ATTENUATION = .false.
ANISOTROPY = .false.
GRAVITY = .false.
+# path for external tomographic models files
+TOMOGRAPHY_PATH = ../DATA/tomo_files/
+
# Olsen's constant for Q_mu = constant * v_s attenuation rule
USE_OLSEN_ATTENUATION = .false.
OLSEN_ATTENUATION_RATIO = 0.05
diff --git a/homogeneous_halfspace_HEX8/DATA/Par_file b/homogeneous_halfspace_HEX8/DATA/Par_file
index 2591c05..d2478ea 100644
--- a/homogeneous_halfspace_HEX8/DATA/Par_file
+++ b/homogeneous_halfspace_HEX8/DATA/Par_file
@@ -41,6 +41,9 @@ ATTENUATION = .false.
ANISOTROPY = .false.
GRAVITY = .false.
+# path for external tomographic models files
+TOMOGRAPHY_PATH = ../DATA/tomo_files/
+
# Olsen's constant for Q_mu = constant * v_s attenuation rule
USE_OLSEN_ATTENUATION = .false.
OLSEN_ATTENUATION_RATIO = 0.05
diff --git a/homogeneous_poroelastic/DATA/Par_file b/homogeneous_poroelastic/DATA/Par_file
index e13b3ab..59c6a98 100644
--- a/homogeneous_poroelastic/DATA/Par_file
+++ b/homogeneous_poroelastic/DATA/Par_file
@@ -41,6 +41,9 @@ ATTENUATION = .false.
ANISOTROPY = .false.
GRAVITY = .false.
+# path for external tomographic models files
+TOMOGRAPHY_PATH = ../DATA/tomo_files/
+
# Olsen's constant for Q_mu = constant * v_s attenuation rule
USE_OLSEN_ATTENUATION = .false.
OLSEN_ATTENUATION_RATIO = 0.05
diff --git a/layered_halfspace/DATA/Par_file b/layered_halfspace/DATA/Par_file
index 851b5cf..935428d 100644
--- a/layered_halfspace/DATA/Par_file
+++ b/layered_halfspace/DATA/Par_file
@@ -41,6 +41,9 @@ ATTENUATION = .false.
ANISOTROPY = .false.
GRAVITY = .false.
+# path for external tomographic models files
+TOMOGRAPHY_PATH = ../DATA/tomo_files/
+
# Olsen's constant for Q_mu = constant * v_s attenuation rule
USE_OLSEN_ATTENUATION = .false.
OLSEN_ATTENUATION_RATIO = 0.05
diff --git a/meshfem3D_examples/many_interfaces/DATA/Par_file b/meshfem3D_examples/many_interfaces/DATA/Par_file
index ebd98c0..367fc34 100644
--- a/meshfem3D_examples/many_interfaces/DATA/Par_file
+++ b/meshfem3D_examples/many_interfaces/DATA/Par_file
@@ -41,6 +41,9 @@ ATTENUATION = .false.
ANISOTROPY = .false.
GRAVITY = .false.
+# path for external tomographic models files
+TOMOGRAPHY_PATH = ../DATA/tomo_files/
+
# Olsen's constant for Q_mu = constant * v_s attenuation rule
USE_OLSEN_ATTENUATION = .false.
OLSEN_ATTENUATION_RATIO = 0.05
diff --git a/meshfem3D_examples/simple_model/DATA/Par_file b/meshfem3D_examples/simple_model/DATA/Par_file
index 15577ba..c2bcb8f 100644
--- a/meshfem3D_examples/simple_model/DATA/Par_file
+++ b/meshfem3D_examples/simple_model/DATA/Par_file
@@ -41,6 +41,9 @@ ATTENUATION = .false.
ANISOTROPY = .false.
GRAVITY = .false.
+# path for external tomographic models files
+TOMOGRAPHY_PATH = ../DATA/tomo_files/
+
# Olsen's constant for Q_mu = constant * v_s attenuation rule
USE_OLSEN_ATTENUATION = .false.
OLSEN_ATTENUATION_RATIO = 0.05
diff --git a/meshfem3D_examples/socal1D/DATA/Par_file b/meshfem3D_examples/socal1D/DATA/Par_file
index 0fa1ce0..196796e 100644
--- a/meshfem3D_examples/socal1D/DATA/Par_file
+++ b/meshfem3D_examples/socal1D/DATA/Par_file
@@ -41,6 +41,9 @@ ATTENUATION = .false.
ANISOTROPY = .false.
GRAVITY = .false.
+# path for external tomographic models files
+TOMOGRAPHY_PATH = ../DATA/tomo_files/
+
# Olsen's constant for Q_mu = constant * v_s attenuation rule
USE_OLSEN_ATTENUATION = .false.
OLSEN_ATTENUATION_RATIO = 0.05
diff --git a/tomographic_model/DATA/Par_file b/tomographic_model/DATA/Par_file
index ed93a51..29acdfb 100644
--- a/tomographic_model/DATA/Par_file
+++ b/tomographic_model/DATA/Par_file
@@ -41,6 +41,9 @@ ATTENUATION = .false.
ANISOTROPY = .false.
GRAVITY = .false.
+# path for external tomographic models files
+TOMOGRAPHY_PATH = ../DATA/tomo_files/
+
# Olsen's constant for Q_mu = constant * v_s attenuation rule
USE_OLSEN_ATTENUATION = .false.
OLSEN_ATTENUATION_RATIO = 0.05
diff --git a/waterlayered_halfspace/DATA/Par_file b/waterlayered_halfspace/DATA/Par_file
index 796aa15..66d15a9 100644
--- a/waterlayered_halfspace/DATA/Par_file
+++ b/waterlayered_halfspace/DATA/Par_file
@@ -41,6 +41,9 @@ ATTENUATION = .false.
ANISOTROPY = .false.
GRAVITY = .false.
+# path for external tomographic models files
+TOMOGRAPHY_PATH = ../DATA/tomo_files/
+
# Olsen's constant for Q_mu = constant * v_s attenuation rule
USE_OLSEN_ATTENUATION = .false.
OLSEN_ATTENUATION_RATIO = 0.05
More information about the CIG-COMMITS
mailing list