[cig-commits] [commit] devel, master: Noise tomography capability added (./src/shared/noise_tomography.f90). Two new parameters NOISE_TOMOGRAPHY & NTSTEP_BETWEEN_READ_ADJSRC in Par_file. (bb276a2)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 16:47:38 PDT 2014


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

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

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

commit bb276a2e4a2048219b025d72b20123d386746a34
Author: Yang Luo <yangl at princeton.edu>
Date:   Thu Nov 18 21:04:54 2010 +0000

    Noise tomography capability added (./src/shared/noise_tomography.f90). Two new parameters NOISE_TOMOGRAPHY & NTSTEP_BETWEEN_READ_ADJSRC in Par_file.


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

bb276a2e4a2048219b025d72b20123d386746a34
 homogeneous_halfspace/Par_file  | 2 ++
 layered_halfspace/Par_file      | 2 ++
 tomographic_model/Par_file      | 2 ++
 waterlayered_halfspace/Par_file | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/homogeneous_halfspace/Par_file b/homogeneous_halfspace/Par_file
index 4df64b5..006b017 100644
--- a/homogeneous_halfspace/Par_file
+++ b/homogeneous_halfspace/Par_file
@@ -1,6 +1,7 @@
 
 # forward or adjoint simulation
 SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint, 3 = both simultaneously
+NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation,  1/2/3 = three steps in noise simulation
 SAVE_FORWARD                    = .false.
 
 # UTM projection parameters
@@ -13,6 +14,7 @@ NPROC                           = 4
 # time step parameters
 NSTEP                           = 1000
 DT                              = 0.05d0
+NTSTEP_BETWEEN_READ_ADJSRC      = 0      # 0 = read the whole adjoint sources at the same time
 
 # parameters describing the model
 OCEANS                          = .false.
diff --git a/layered_halfspace/Par_file b/layered_halfspace/Par_file
index 687da53..c103a8e 100644
--- a/layered_halfspace/Par_file
+++ b/layered_halfspace/Par_file
@@ -1,6 +1,7 @@
 
 # forward or adjoint simulation
 SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint, 3 = both simultaneously
+NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation,  1/2/3 = three steps in noise simulation
 SAVE_FORWARD                    = .false.
 
 # UTM projection parameters
@@ -13,6 +14,7 @@ NPROC                           = 6
 # time step parameters
 NSTEP                           = 6000
 DT                              = 0.0065d0
+NTSTEP_BETWEEN_READ_ADJSRC      = 0      # 0 = read the whole adjoint sources at the same time
 
 # parameters describing the model
 OCEANS                          = .false.
diff --git a/tomographic_model/Par_file b/tomographic_model/Par_file
index d7a1205..0b7f817 100644
--- a/tomographic_model/Par_file
+++ b/tomographic_model/Par_file
@@ -1,6 +1,7 @@
 
 # forward or adjoint simulation
 SIMULATION_TYPE                 = 1   # 1 = forward, 2 = adjoint, 3 = both simultaneously
+NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation,  1/2/3 = three steps in noise simulation
 SAVE_FORWARD                    = .false.
 
 # UTM projection parameters
@@ -13,6 +14,7 @@ NPROC                           = 4
 # time step parameters
 NSTEP                           = 1000
 DT                              = 0.02d0
+NTSTEP_BETWEEN_READ_ADJSRC      = 0      # 0 = read the whole adjoint sources at the same time
 
 # parameters describing the model
 OCEANS                          = .false.
diff --git a/waterlayered_halfspace/Par_file b/waterlayered_halfspace/Par_file
index 68d7d41..19aafdd 100644
--- a/waterlayered_halfspace/Par_file
+++ b/waterlayered_halfspace/Par_file
@@ -2,6 +2,7 @@
 # forward or adjoint simulation:
 # 1 = forward, 2 = adjoint, 3 = both simultaneously
 SIMULATION_TYPE                 = 1
+NOISE_TOMOGRAPHY                = 0   # 0 = earthquake simulation,  1/2/3 = three steps in noise simulation
 SAVE_FORWARD                    = .false.
 
 # UTM projection parameters
@@ -14,6 +15,7 @@ NPROC                           = 4
 # time step parameters
 NSTEP                           = 4500
 DT                              = 0.005d0
+NTSTEP_BETWEEN_READ_ADJSRC      = 0      # 0 = read the whole adjoint sources at the same time
 
 # parameters describing the model
 OCEANS                          = .false.



More information about the CIG-COMMITS mailing list