[cig-commits] [commit] devel,master: updates source parameters in SPECFEM2D/; adds new file check_stability.F90 (28b2d42)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 15:18:25 PDT 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem2d/compare/fc67e6fd7ad890705b2b72b4b3c509accb22249e...e9ca46c40131588d89d7b0883250bc6584ce6b4c

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

commit 28b2d420b8e7a507ec3f33177456e565e5f2bf41
Author: Daniel Peter <peterda at ethz.ch>
Date:   Mon Feb 21 03:36:42 2011 +0000

    updates source parameters in SPECFEM2D/; adds new file check_stability.F90


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

28b2d420b8e7a507ec3f33177456e565e5f2bf41
 DATA_to_sort_older_examples/Par_file_attenuation_2D                     | 2 +-
 .../Paul_external_9node_mesh/Par_file_CylMeshEnfouiCMor_9n              | 2 +-
 DATA_to_sort_older_examples/SOURCE.adj                                  | 2 +-
 DATA_to_sort_older_examples/SOURCE_attenuation_2D                       | 2 +-
 M2_UPPA/Par_file_M2_UPPA                                                | 2 +-
 Tape2007/Par_file_Tape2007_132rec                                       | 2 +-
 Tape2007/Par_file_Tape2007_onerec                                       | 2 +-
 Tromp2005/Par_file_Tromp2005                                            | 2 +-
 Tromp2005/Par_file_Tromp2005_s100                                       | 2 +-
 fluid_solid/Par_file_fluid_solid                                        | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/DATA_to_sort_older_examples/Par_file_attenuation_2D b/DATA_to_sort_older_examples/Par_file_attenuation_2D
index f2ff25e..05bc210 100644
--- a/DATA_to_sort_older_examples/Par_file_attenuation_2D
+++ b/DATA_to_sort_older_examples/Par_file_attenuation_2D
@@ -47,7 +47,7 @@ nt                              = 1500           # total number of time steps
 deltat                          = 7.5e-4          # duration of a time step
 
 # source parameters
-NSOURCE                         = 1              # number of sources [source info read in CMTSOLUTION file]
+NSOURCES                        = 1              # number of sources [source info read in CMTSOLUTION file]
 force_normal_to_surface         = .false.        # angleforce normal to surface (external mesh and curve file needed)
 
 # constants for attenuation
diff --git a/DATA_to_sort_older_examples/Paul_external_9node_mesh/Par_file_CylMeshEnfouiCMor_9n b/DATA_to_sort_older_examples/Paul_external_9node_mesh/Par_file_CylMeshEnfouiCMor_9n
index c54bf60..35a2551 100644
--- a/DATA_to_sort_older_examples/Paul_external_9node_mesh/Par_file_CylMeshEnfouiCMor_9n
+++ b/DATA_to_sort_older_examples/Paul_external_9node_mesh/Par_file_CylMeshEnfouiCMor_9n
@@ -46,7 +46,7 @@ nt                              = 20000           # total number of time steps
 deltat                          = 1.d-4          # duration of a time step
 
 # source parameters
-NSOURCE                         = 1              # number of sources [source info read in CMTSOLUTION file]
+NSOURCES                        = 1              # number of sources [source info read in CMTSOLUTION file]
 force_normal_to_surface         = .false.        # angleforce normal to surface (external mesh and curve file needed)
 
 # constants for attenuation 
diff --git a/DATA_to_sort_older_examples/SOURCE.adj b/DATA_to_sort_older_examples/SOURCE.adj
index 2aed97d..6625681 100644
--- a/DATA_to_sort_older_examples/SOURCE.adj
+++ b/DATA_to_sort_older_examples/SOURCE.adj
@@ -5,7 +5,7 @@ zs                              = 2500.          # source location z in meters
 source_type                     = 1              # elastic force or acoustic pressure = 1 or moment tensor = 2
 time_function_type              = 1              # Ricker = 1, first derivative = 2, Gaussian = 3, Dirac = 4, Heaviside = 5
 f0                              = 10           # dominant source frequency (Hz) if not Dirac or Heaviside
-tshift                          = 0.          # offset of the source, irrelevant if NSOURCE=1
+tshift                          = 0.          # offset of the source, irrelevant if NSOURCES=1
 angleforce                      = -90.             # angle of the source (for a force only)
 Mxx                             = 1.             # Mxx component (for a moment tensor source only)
 Mzz                             = 1.             # Mzz component (for a moment tensor source only)
diff --git a/DATA_to_sort_older_examples/SOURCE_attenuation_2D b/DATA_to_sort_older_examples/SOURCE_attenuation_2D
index 3fef19f..5e26462 100644
--- a/DATA_to_sort_older_examples/SOURCE_attenuation_2D
+++ b/DATA_to_sort_older_examples/SOURCE_attenuation_2D
@@ -5,7 +5,7 @@ zs                              = 1000.          # source location z in meters
 source_type                     = 1              # elastic force or acoustic pressure = 1 or moment tensor = 2
 time_function_type              = 1              # Ricker = 1, first derivative = 2, Gaussian = 3, Dirac = 4, Heaviside = 5
 f0                              = 18.0           # dominant source frequency (Hz) if not Dirac or Heaviside
-tshift_src                          = 0.0            # time shift when multi sources (if one source, must be zero)
+tshift                          = 0.0            # time shift when multi sources (if one source, must be zero)
 angleforce                      = 0.             # angle of the source (for a force only)
 Mxx                             = 1.             # Mxx component (for a moment tensor source only)
 Mzz                             = 1.             # Mzz component (for a moment tensor source only)
diff --git a/M2_UPPA/Par_file_M2_UPPA b/M2_UPPA/Par_file_M2_UPPA
index b244021..812a74f 100644
--- a/M2_UPPA/Par_file_M2_UPPA
+++ b/M2_UPPA/Par_file_M2_UPPA
@@ -47,7 +47,7 @@ nt                              = 1600           # total number of time steps
 deltat                          = 1.d-3          # duration of a time step
 
 # source parameters
-NSOURCE                         = 1              # number of sources [source info read in CMTSOLUTION file]
+NSOURCES                        = 1              # number of sources [source info read in CMTSOLUTION file]
 force_normal_to_surface         = .false.        # angleforce normal to surface (external mesh and curve file needed)
 
 # constants for attenuation
diff --git a/Tape2007/Par_file_Tape2007_132rec b/Tape2007/Par_file_Tape2007_132rec
index 7405cf1..09021b5 100644
--- a/Tape2007/Par_file_Tape2007_132rec
+++ b/Tape2007/Par_file_Tape2007_132rec
@@ -47,7 +47,7 @@ nt                              = 4800           # total number of time steps
 deltat                          = 6.0d-2         # duration of a time step
 
 # source parameters
-NSOURCE                         = 1              # number of sources [source info read in CMTSOLUTION file]
+NSOURCES                        = 1              # number of sources [source info read in CMTSOLUTION file]
 force_normal_to_surface         = .false.        # angleforce normal to surface (external mesh and curve file needed)
 
 # constants for attenuation
diff --git a/Tape2007/Par_file_Tape2007_onerec b/Tape2007/Par_file_Tape2007_onerec
index 39e1a4f..89d6d2a 100644
--- a/Tape2007/Par_file_Tape2007_onerec
+++ b/Tape2007/Par_file_Tape2007_onerec
@@ -47,7 +47,7 @@ nt                              = 3000           # total number of time steps
 deltat                          = 6.0d-2         # duration of a time step
 
 # source parameters
-NSOURCE                         = 1              # number of sources [source info read in CMTSOLUTION file]
+NSOURCES                        = 1              # number of sources [source info read in CMTSOLUTION file]
 force_normal_to_surface         = .false.        # angleforce normal to surface (external mesh and curve file needed)
 
 # constants for attenuation
diff --git a/Tromp2005/Par_file_Tromp2005 b/Tromp2005/Par_file_Tromp2005
index b5db651..c45ac7c 100644
--- a/Tromp2005/Par_file_Tromp2005
+++ b/Tromp2005/Par_file_Tromp2005
@@ -47,7 +47,7 @@ nt                              = 3000           # total number of time steps
 deltat                          = 2.0d-2         # duration of a time step
 
 # source parameters
-NSOURCE                         = 1              # number of sources [source info read in CMTSOLUTION file]
+NSOURCES                        = 1              # number of sources [source info read in CMTSOLUTION file]
 force_normal_to_surface         = .false.        # angleforce normal to surface (external mesh and curve file needed)
 
 # constants for attenuation
diff --git a/Tromp2005/Par_file_Tromp2005_s100 b/Tromp2005/Par_file_Tromp2005_s100
index 6fa6ace..7241238 100644
--- a/Tromp2005/Par_file_Tromp2005_s100
+++ b/Tromp2005/Par_file_Tromp2005_s100
@@ -47,7 +47,7 @@ nt                              = 3000           # total number of time steps
 deltat                          = 2.0d-4         # duration of a time step
 
 # source parameters
-NSOURCE                         = 1              # number of sources [source info read in CMTSOLUTION file]
+NSOURCES                        = 1              # number of sources [source info read in CMTSOLUTION file]
 force_normal_to_surface         = .false.        # angleforce normal to surface (external mesh and curve file needed)
 
 # constants for attenuation
diff --git a/fluid_solid/Par_file_fluid_solid b/fluid_solid/Par_file_fluid_solid
index 45196bf..9a6fe17 100644
--- a/fluid_solid/Par_file_fluid_solid
+++ b/fluid_solid/Par_file_fluid_solid
@@ -47,7 +47,7 @@ nt                              = 18000           # total number of time steps
 deltat                          = 0.25d-3          # duration of a time step
 
 # source parameters
-NSOURCE                         = 1              # number of sources [source info read in CMTSOLUTION file]
+NSOURCES                        = 1              # number of sources [source info read in CMTSOLUTION file]
 force_normal_to_surface         = .false.        # angleforce normal to surface (external mesh and curve file needed)
 
 # constants for attenuation



More information about the CIG-COMMITS mailing list