[cig-commits] [commit] devel, master: adds the hdur parameter in FORCESOLUTION files and the use of a quasi-Heaviside source time function for runs involving a FORCESOLUTION file (33a6fd8)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 16:49:55 PDT 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d/compare/6026e367984905ab133865f62fa6293b343759b9...47f703851338234f96397e7da9fbff63d8178b8a

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

commit 33a6fd8be31fe361ab39deab19c40358313bae42
Author: Joseph Charles <jcharles at lma.cnrs-mrs.fr>
Date:   Wed Oct 17 16:52:57 2012 +0000

    adds the hdur parameter in FORCESOLUTION files and the use of a quasi-Heaviside source time function for runs involving a FORCESOLUTION file


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

33a6fd8be31fe361ab39deab19c40358313bae42
 BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/in_data_files/FORCESOLUTION | 1 +
 BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/in_data_files/Par_file      | 3 ++-
 BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/in_data_files/FORCESOLUTION  | 1 +
 BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/in_data_files/Par_file       | 3 ++-
 Mount_StHelens/in_data_files/FORCESOLUTION                       | 1 +
 Mount_StHelens/in_data_files/Par_file                            | 3 ++-
 homogeneous_halfspace/in_data_files/FORCESOLUTION                | 1 +
 homogeneous_halfspace/in_data_files/Par_file                     | 3 ++-
 homogeneous_poroelastic/in_data_files/FORCESOLUTION              | 1 +
 homogeneous_poroelastic/in_data_files/Par_file                   | 3 ++-
 layered_halfspace/in_data_files/FORCESOLUTION                    | 1 +
 layered_halfspace/in_data_files/Par_file                         | 3 ++-
 meshfem3D_examples/many_interfaces/FORCESOLUTION                 | 1 +
 meshfem3D_examples/many_interfaces/Par_file                      | 3 ++-
 meshfem3D_examples/simple_model/in_data_files/FORCESOLUTION      | 3 ++-
 meshfem3D_examples/simple_model/in_data_files/Par_file           | 3 ++-
 meshfem3D_examples/socal1D/in_data_files/FORCESOLUTION           | 1 +
 meshfem3D_examples/socal1D/in_data_files/Par_file                | 3 ++-
 tomographic_model/in_data_files/FORCESOLUTION                    | 1 +
 tomographic_model/in_data_files/Par_file                         | 3 ++-
 waterlayered_halfspace/in_data_files/FORCESOLUTION               | 1 +
 waterlayered_halfspace/in_data_files/Par_file                    | 3 ++-
 22 files changed, 34 insertions(+), 12 deletions(-)

diff --git a/BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/in_data_files/FORCESOLUTION b/BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/in_data_files/FORCESOLUTION
index 3c9230f..0e0a8f5 100644
--- a/BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/in_data_files/FORCESOLUTION
+++ b/BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/in_data_files/FORCESOLUTION
@@ -1,5 +1,6 @@
 FORCE  001
 time shift:     0.0000
+hdur:           0.5
 latitude:       1320.0
 longitude:      1320.0
 depth:          1.0
diff --git a/BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/in_data_files/Par_file b/BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/in_data_files/Par_file
index 45803c0..4569f7e 100644
--- a/BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/in_data_files/Par_file
+++ b/BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/in_data_files/Par_file
@@ -69,7 +69,8 @@ NTSTEP_BETWEEN_READ_ADJSRC      = 0      # 0 = read the whole adjoint sources at
 # in which the source is a vertical force, normal force, inclined force, impact etc.
 USE_FORCE_POINT_SOURCE          = .false.
 # If this flag is turned on, the FORCESOLUTION file must be edited by precising:
-# - the related time-shift parameter,
+# - the corresponding time-shift parameter,
+# - the half duration parameter of the source,
 # - the coordinates of the source,
 # - the magnitude of the force source,
 # - the components of a (non-unitary) direction vector for the force source in the E/N/Z_UP basis.
diff --git a/BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/in_data_files/FORCESOLUTION b/BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/in_data_files/FORCESOLUTION
index 3c9230f..0e0a8f5 100644
--- a/BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/in_data_files/FORCESOLUTION
+++ b/BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/in_data_files/FORCESOLUTION
@@ -1,5 +1,6 @@
 FORCE  001
 time shift:     0.0000
+hdur:           0.5
 latitude:       1320.0
 longitude:      1320.0
 depth:          1.0
diff --git a/BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/in_data_files/Par_file b/BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/in_data_files/Par_file
index d6e4e1e..14f240b 100644
--- a/BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/in_data_files/Par_file
+++ b/BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/in_data_files/Par_file
@@ -69,7 +69,8 @@ NTSTEP_BETWEEN_READ_ADJSRC      = 0      # 0 = read the whole adjoint sources at
 # in which the source is a vertical force, normal force, inclined force, impact etc.
 USE_FORCE_POINT_SOURCE          = .false.
 # If this flag is turned on, the FORCESOLUTION file must be edited by precising:
-# - the related time-shift parameter,
+# - the corresponding time-shift parameter,
+# - the half duration parameter of the source,
 # - the coordinates of the source,
 # - the magnitude of the force source,
 # - the components of a (non-unitary) direction vector for the force source in the E/N/Z_UP basis.
diff --git a/Mount_StHelens/in_data_files/FORCESOLUTION b/Mount_StHelens/in_data_files/FORCESOLUTION
index e871db1..ee7b5f8 100644
--- a/Mount_StHelens/in_data_files/FORCESOLUTION
+++ b/Mount_StHelens/in_data_files/FORCESOLUTION
@@ -1,5 +1,6 @@
 FORCE  001
 time shift:     0.0000
+hdur:           0.5
 latitude:       46.197
 longitude:      -122.186
 depth:          5.0
diff --git a/Mount_StHelens/in_data_files/Par_file b/Mount_StHelens/in_data_files/Par_file
index fdbb7bf..03f0aed 100644
--- a/Mount_StHelens/in_data_files/Par_file
+++ b/Mount_StHelens/in_data_files/Par_file
@@ -69,7 +69,8 @@ NTSTEP_BETWEEN_READ_ADJSRC      = 0      # 0 = read the whole adjoint sources at
 # in which the source is a vertical force, normal force, inclined force, impact etc.
 USE_FORCE_POINT_SOURCE          = .false.
 # If this flag is turned on, the FORCESOLUTION file must be edited by precising:
-# - the related time-shift parameter,
+# - the corresponding time-shift parameter,
+# - the half duration parameter of the source,
 # - the coordinates of the source,
 # - the magnitude of the force source,
 # - the components of a (non-unitary) direction vector for the force source in the E/N/Z_UP basis.
diff --git a/homogeneous_halfspace/in_data_files/FORCESOLUTION b/homogeneous_halfspace/in_data_files/FORCESOLUTION
index 899c4f2..228737a 100644
--- a/homogeneous_halfspace/in_data_files/FORCESOLUTION
+++ b/homogeneous_halfspace/in_data_files/FORCESOLUTION
@@ -1,5 +1,6 @@
 FORCE  001
 time shift:     0.0000
+hdur:           0.5
 latitude:       67000.0
 longitude:      67000.0
 depth:          25.0
diff --git a/homogeneous_halfspace/in_data_files/Par_file b/homogeneous_halfspace/in_data_files/Par_file
index a3f6c3e..23a85c3 100644
--- a/homogeneous_halfspace/in_data_files/Par_file
+++ b/homogeneous_halfspace/in_data_files/Par_file
@@ -71,7 +71,8 @@ NTSTEP_BETWEEN_READ_ADJSRC      = 0
 # in which the source is a vertical force, normal force, inclined force, impact etc.
 USE_FORCE_POINT_SOURCE          = .false.
 # If this flag is turned on, the FORCESOLUTION file must be edited by precising:
-# - the related time-shift parameter,
+# - the corresponding time-shift parameter,
+# - the half duration parameter of the source,
 # - the coordinates of the source,
 # - the magnitude of the force source,
 # - the components of a (non-unitary) direction vector for the force source in the E/N/Z_UP basis.
diff --git a/homogeneous_poroelastic/in_data_files/FORCESOLUTION b/homogeneous_poroelastic/in_data_files/FORCESOLUTION
index bd772c8..fa7b73a 100644
--- a/homogeneous_poroelastic/in_data_files/FORCESOLUTION
+++ b/homogeneous_poroelastic/in_data_files/FORCESOLUTION
@@ -1,5 +1,6 @@
 FORCE  001
 time shift:     0.0000
+hdur:           0.5
 latitude:       100.0
 longitude:      150.0
 depth:          0.150
diff --git a/homogeneous_poroelastic/in_data_files/Par_file b/homogeneous_poroelastic/in_data_files/Par_file
index de93f71..6442091 100644
--- a/homogeneous_poroelastic/in_data_files/Par_file
+++ b/homogeneous_poroelastic/in_data_files/Par_file
@@ -71,7 +71,8 @@ NTSTEP_BETWEEN_READ_ADJSRC      = 0
 # in which the source is a vertical force, normal force, inclined force, impact etc.
 USE_FORCE_POINT_SOURCE          = .false.
 # If this flag is turned on, the FORCESOLUTION file must be edited by precising:
-# - the related time-shift parameter,
+# - the corresponding time-shift parameter,
+# - the half duration parameter of the source,
 # - the coordinates of the source,
 # - the magnitude of the force source,
 # - the components of a (non-unitary) direction vector for the force source in the E/N/Z_UP basis.
diff --git a/layered_halfspace/in_data_files/FORCESOLUTION b/layered_halfspace/in_data_files/FORCESOLUTION
index 5a33906..2c12f98 100644
--- a/layered_halfspace/in_data_files/FORCESOLUTION
+++ b/layered_halfspace/in_data_files/FORCESOLUTION
@@ -1,5 +1,6 @@
 FORCE  001
 time shift:     0.0000
+hdur:           0.5
 latitude:       67000.0
 longitude:      67000.0
 depth:          25.05
diff --git a/layered_halfspace/in_data_files/Par_file b/layered_halfspace/in_data_files/Par_file
index 64e5d5f..15ae0a8 100644
--- a/layered_halfspace/in_data_files/Par_file
+++ b/layered_halfspace/in_data_files/Par_file
@@ -70,7 +70,8 @@ NTSTEP_BETWEEN_READ_ADJSRC      = 0      # 0 = read the whole adjoint sources at
 # in which the source is a vertical force, normal force, inclined force, impact etc.
 USE_FORCE_POINT_SOURCE          = .false.
 # If this flag is turned on, the FORCESOLUTION file must be edited by precising:
-# - the related time-shift parameter,
+# - the corresponding time-shift parameter,
+# - the half duration parameter of the source,
 # - the coordinates of the source,
 # - the magnitude of the force source,
 # - the components of a (non-unitary) direction vector for the force source in the E/N/Z_UP basis.
diff --git a/meshfem3D_examples/many_interfaces/FORCESOLUTION b/meshfem3D_examples/many_interfaces/FORCESOLUTION
index 485f9ef..c77c0f7 100644
--- a/meshfem3D_examples/many_interfaces/FORCESOLUTION
+++ b/meshfem3D_examples/many_interfaces/FORCESOLUTION
@@ -1,5 +1,6 @@
 FORCE  001
 time shift:     0.0000
+hdur:           0.5
 latitude:       15150.0
 longitude:      14925.0
 depth:          10.0
diff --git a/meshfem3D_examples/many_interfaces/Par_file b/meshfem3D_examples/many_interfaces/Par_file
index 2d9303f..644cf66 100644
--- a/meshfem3D_examples/many_interfaces/Par_file
+++ b/meshfem3D_examples/many_interfaces/Par_file
@@ -70,7 +70,8 @@ NTSTEP_BETWEEN_READ_ADJSRC      = 0      # 0 = read the whole adjoint sources at
 # in which the source is a vertical force, normal force, inclined force, impact etc.
 USE_FORCE_POINT_SOURCE          = .false.
 # If this flag is turned on, the FORCESOLUTION file must be edited by precising:
-# - the related time-shift parameter,
+# - the corresponding time-shift parameter,
+# - the half duration parameter of the source,
 # - the coordinates of the source,
 # - the magnitude of the force source,
 # - the components of a (non-unitary) direction vector for the force source in the E/N/Z_UP basis.
diff --git a/meshfem3D_examples/simple_model/in_data_files/FORCESOLUTION b/meshfem3D_examples/simple_model/in_data_files/FORCESOLUTION
index d730810..8c9b49d 100644
--- a/meshfem3D_examples/simple_model/in_data_files/FORCESOLUTION
+++ b/meshfem3D_examples/simple_model/in_data_files/FORCESOLUTION
@@ -1,5 +1,6 @@
 FORCE  001
-time shift:       0.0000
+time shift:     0.0000
+hdur:           0.5
 latitude:       33.6
 longitude:      -118.4
 depth:           10.0
diff --git a/meshfem3D_examples/simple_model/in_data_files/Par_file b/meshfem3D_examples/simple_model/in_data_files/Par_file
index f3d2eee..65c9914 100644
--- a/meshfem3D_examples/simple_model/in_data_files/Par_file
+++ b/meshfem3D_examples/simple_model/in_data_files/Par_file
@@ -70,7 +70,8 @@ NTSTEP_BETWEEN_READ_ADJSRC      = 0      # 0 = read the whole adjoint sources at
 # in which the source is a vertical force, normal force, inclined force, impact etc.
 USE_FORCE_POINT_SOURCE          = .false.
 # If this flag is turned on, the FORCESOLUTION file must be edited by precising:
-# - the related time-shift parameter,
+# - the corresponding time-shift parameter,
+# - the half duration parameter of the source,
 # - the coordinates of the source,
 # - the magnitude of the force source,
 # - the components of a (non-unitary) direction vector for the force source in the E/N/Z_UP basis.
diff --git a/meshfem3D_examples/socal1D/in_data_files/FORCESOLUTION b/meshfem3D_examples/socal1D/in_data_files/FORCESOLUTION
index 5fb6868..145bdc4 100644
--- a/meshfem3D_examples/socal1D/in_data_files/FORCESOLUTION
+++ b/meshfem3D_examples/socal1D/in_data_files/FORCESOLUTION
@@ -1,5 +1,6 @@
 FORCE  001
 time shift:     0.0000
+hdur:           0.5
 latitude:       34.0745
 longitude:      -118.3792
 depth:          5.4000
diff --git a/meshfem3D_examples/socal1D/in_data_files/Par_file b/meshfem3D_examples/socal1D/in_data_files/Par_file
index 7bd9ab2..d0b9773 100644
--- a/meshfem3D_examples/socal1D/in_data_files/Par_file
+++ b/meshfem3D_examples/socal1D/in_data_files/Par_file
@@ -70,7 +70,8 @@ NTSTEP_BETWEEN_READ_ADJSRC      = 0      # 0 = read the whole adjoint sources at
 # in which the source is a vertical force, normal force, inclined force, impact etc.
 USE_FORCE_POINT_SOURCE          = .false.
 # If this flag is turned on, the FORCESOLUTION file must be edited by precising:
-# - the related time-shift parameter,
+# - the corresponding time-shift parameter,
+# - the half duration parameter of the source,
 # - the coordinates of the source,
 # - the magnitude of the force source,
 # - the components of a (non-unitary) direction vector for the force source in the E/N/Z_UP basis.
diff --git a/tomographic_model/in_data_files/FORCESOLUTION b/tomographic_model/in_data_files/FORCESOLUTION
index 899c4f2..228737a 100644
--- a/tomographic_model/in_data_files/FORCESOLUTION
+++ b/tomographic_model/in_data_files/FORCESOLUTION
@@ -1,5 +1,6 @@
 FORCE  001
 time shift:     0.0000
+hdur:           0.5
 latitude:       67000.0
 longitude:      67000.0
 depth:          25.0
diff --git a/tomographic_model/in_data_files/Par_file b/tomographic_model/in_data_files/Par_file
index 7fea2d0..23f45fe 100644
--- a/tomographic_model/in_data_files/Par_file
+++ b/tomographic_model/in_data_files/Par_file
@@ -70,7 +70,8 @@ NTSTEP_BETWEEN_READ_ADJSRC      = 0      # 0 = read the whole adjoint sources at
 # in which the source is a vertical force, normal force, inclined force, impact etc.
 USE_FORCE_POINT_SOURCE          = .false.
 # If this flag is turned on, the FORCESOLUTION file must be edited by precising:
-# - the related time-shift parameter,
+# - the corresponding time-shift parameter,
+# - the half duration parameter of the source,
 # - the coordinates of the source,
 # - the magnitude of the force source,
 # - the components of a (non-unitary) direction vector for the force source in the E/N/Z_UP basis.
diff --git a/waterlayered_halfspace/in_data_files/FORCESOLUTION b/waterlayered_halfspace/in_data_files/FORCESOLUTION
index 8bbcb7e..d0f2ffb 100644
--- a/waterlayered_halfspace/in_data_files/FORCESOLUTION
+++ b/waterlayered_halfspace/in_data_files/FORCESOLUTION
@@ -1,5 +1,6 @@
 FORCE  001
 time shift:     0.0000
+hdur:           0.5
 latitude:       67000.0
 longitude:      66999.9
 depth:          1.0
diff --git a/waterlayered_halfspace/in_data_files/Par_file b/waterlayered_halfspace/in_data_files/Par_file
index 34b22a9..493b1a6 100644
--- a/waterlayered_halfspace/in_data_files/Par_file
+++ b/waterlayered_halfspace/in_data_files/Par_file
@@ -70,7 +70,8 @@ NTSTEP_BETWEEN_READ_ADJSRC      = 0      # 0 = read the whole adjoint sources at
 # in which the source is a vertical force, normal force, inclined force, impact etc.
 USE_FORCE_POINT_SOURCE          = .false.
 # If this flag is turned on, the FORCESOLUTION file must be edited by precising:
-# - the related time-shift parameter,
+# - the corresponding time-shift parameter,
+# - the half duration parameter of the source,
 # - the coordinates of the source,
 # - the magnitude of the force source,
 # - the components of a (non-unitary) direction vector for the force source in the E/N/Z_UP basis.



More information about the CIG-COMMITS mailing list