[cig-commits] [commit] devel, master: renamed ABSORB_INSTEAD_OF_FREE_SURFACE to STACEY_INSTEAD_OF_FREE_SURFACE (e8a861c)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 16:51:46 PDT 2014


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

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

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

commit e8a861c4beeca48ec25587f93af4260ebe5314f9
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Sun Mar 31 21:51:31 2013 +0000

    renamed ABSORB_INSTEAD_OF_FREE_SURFACE to STACEY_INSTEAD_OF_FREE_SURFACE


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

e8a861c4beeca48ec25587f93af4260ebe5314f9
 BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/DATA/Par_file                | 2 +-
 BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/DATA/Par_file                 | 2 +-
 CPML/purely_acoustic/HOMO8_FREE_SURFACE/DATA/Par_file             | 2 +-
 CPML/purely_acoustic/HOMO8_NOFREESURFACE/DATA/Par_file            | 2 +-
 CPML/purely_elastic/HOMO8_FREE_SURFACE_with_CPML/DATA/Par_file    | 2 +-
 CPML/purely_elastic/HOMO8_FREE_SURFACE_without_CPML/DATA/Par_file | 2 +-
 CPML/purely_elastic/HOMO8_NOFREESURFACE_with_PML/DATA/Par_file    | 2 +-
 Mount_StHelens/DATA/Par_file                                      | 2 +-
 homogeneous_halfspace_HEX27/DATA/Par_file                         | 2 +-
 homogeneous_halfspace_HEX8/DATA/Par_file                          | 2 +-
 homogeneous_poroelastic/DATA/Par_file                             | 2 +-
 layered_halfspace/DATA/Par_file                                   | 2 +-
 meshfem3D_examples/many_interfaces/DATA/Par_file                  | 2 +-
 meshfem3D_examples/simple_model/DATA/Par_file                     | 2 +-
 meshfem3D_examples/socal1D/DATA/Par_file                          | 2 +-
 splay_faults/DATA/Par_file                                        | 2 +-
 tomographic_model/DATA/Par_file                                   | 2 +-
 tpv102/DATA/Par_file                                              | 2 +-
 tpv103/DATA/Par_file                                              | 2 +-
 tpv15/DATA/Par_file                                               | 2 +-
 tpv16/DATA/Par_file                                               | 2 +-
 tpv5/DATA/Par_file                                                | 2 +-
 waterlayered_halfspace/DATA/Par_file                              | 2 +-
 23 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/DATA/Par_file b/BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/DATA/Par_file
index d288758..91f59da 100644
--- a/BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/DATA/Par_file
+++ b/BENCHMARK_CLAERBOUT_ADJOINT/ACOUSTIC/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .true.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS          = .false.
diff --git a/BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/DATA/Par_file b/BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/DATA/Par_file
index 3fd6319..76bc385 100644
--- a/BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/DATA/Par_file
+++ b/BENCHMARK_CLAERBOUT_ADJOINT/ELASTIC/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .true.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS          = .false.
diff --git a/CPML/purely_acoustic/HOMO8_FREE_SURFACE/DATA/Par_file b/CPML/purely_acoustic/HOMO8_FREE_SURFACE/DATA/Par_file
index 9ee0156..56c88fc 100644
--- a/CPML/purely_acoustic/HOMO8_FREE_SURFACE/DATA/Par_file
+++ b/CPML/purely_acoustic/HOMO8_FREE_SURFACE/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .false.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS                  = .true.
diff --git a/CPML/purely_acoustic/HOMO8_NOFREESURFACE/DATA/Par_file b/CPML/purely_acoustic/HOMO8_NOFREESURFACE/DATA/Par_file
index 34a0096..4bb7d33 100644
--- a/CPML/purely_acoustic/HOMO8_NOFREESURFACE/DATA/Par_file
+++ b/CPML/purely_acoustic/HOMO8_NOFREESURFACE/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .false.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS                  = .true.
diff --git a/CPML/purely_elastic/HOMO8_FREE_SURFACE_with_CPML/DATA/Par_file b/CPML/purely_elastic/HOMO8_FREE_SURFACE_with_CPML/DATA/Par_file
index 9ee0156..56c88fc 100644
--- a/CPML/purely_elastic/HOMO8_FREE_SURFACE_with_CPML/DATA/Par_file
+++ b/CPML/purely_elastic/HOMO8_FREE_SURFACE_with_CPML/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .false.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS                  = .true.
diff --git a/CPML/purely_elastic/HOMO8_FREE_SURFACE_without_CPML/DATA/Par_file b/CPML/purely_elastic/HOMO8_FREE_SURFACE_without_CPML/DATA/Par_file
index 1df8c2e..ffa7fc4 100644
--- a/CPML/purely_elastic/HOMO8_FREE_SURFACE_without_CPML/DATA/Par_file
+++ b/CPML/purely_elastic/HOMO8_FREE_SURFACE_without_CPML/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .false.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS                  = .false.
diff --git a/CPML/purely_elastic/HOMO8_NOFREESURFACE_with_PML/DATA/Par_file b/CPML/purely_elastic/HOMO8_NOFREESURFACE_with_PML/DATA/Par_file
index 34a0096..4bb7d33 100644
--- a/CPML/purely_elastic/HOMO8_NOFREESURFACE_with_PML/DATA/Par_file
+++ b/CPML/purely_elastic/HOMO8_NOFREESURFACE_with_PML/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .false.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS                  = .true.
diff --git a/Mount_StHelens/DATA/Par_file b/Mount_StHelens/DATA/Par_file
index 5c0b11c..3764f3e 100644
--- a/Mount_StHelens/DATA/Par_file
+++ b/Mount_StHelens/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .true.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS          = .false.
diff --git a/homogeneous_halfspace_HEX27/DATA/Par_file b/homogeneous_halfspace_HEX27/DATA/Par_file
index fc2940a..9af144e 100644
--- a/homogeneous_halfspace_HEX27/DATA/Par_file
+++ b/homogeneous_halfspace_HEX27/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .false.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS          = .false.
diff --git a/homogeneous_halfspace_HEX8/DATA/Par_file b/homogeneous_halfspace_HEX8/DATA/Par_file
index ad1bac7..e444a8b 100644
--- a/homogeneous_halfspace_HEX8/DATA/Par_file
+++ b/homogeneous_halfspace_HEX8/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .false.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS          = .false.
diff --git a/homogeneous_poroelastic/DATA/Par_file b/homogeneous_poroelastic/DATA/Par_file
index 73a8184..a73d352 100644
--- a/homogeneous_poroelastic/DATA/Par_file
+++ b/homogeneous_poroelastic/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .false.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS          = .false.
diff --git a/layered_halfspace/DATA/Par_file b/layered_halfspace/DATA/Par_file
index cf613f8..c1c8353 100644
--- a/layered_halfspace/DATA/Par_file
+++ b/layered_halfspace/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .true.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS          = .false.
diff --git a/meshfem3D_examples/many_interfaces/DATA/Par_file b/meshfem3D_examples/many_interfaces/DATA/Par_file
index c49ae76..4b350e1 100644
--- a/meshfem3D_examples/many_interfaces/DATA/Par_file
+++ b/meshfem3D_examples/many_interfaces/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .true.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS          = .false.
diff --git a/meshfem3D_examples/simple_model/DATA/Par_file b/meshfem3D_examples/simple_model/DATA/Par_file
index b52c895..d9b0aff 100644
--- a/meshfem3D_examples/simple_model/DATA/Par_file
+++ b/meshfem3D_examples/simple_model/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .false.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS          = .false.
diff --git a/meshfem3D_examples/socal1D/DATA/Par_file b/meshfem3D_examples/socal1D/DATA/Par_file
index 9f56f96..3cbf5b8 100644
--- a/meshfem3D_examples/socal1D/DATA/Par_file
+++ b/meshfem3D_examples/socal1D/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .true.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS          = .false.
diff --git a/splay_faults/DATA/Par_file b/splay_faults/DATA/Par_file
index e55ba9d..4847424 100644
--- a/splay_faults/DATA/Par_file
+++ b/splay_faults/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .true.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS            = .false.
diff --git a/tomographic_model/DATA/Par_file b/tomographic_model/DATA/Par_file
index 1adee53..c510848 100644
--- a/tomographic_model/DATA/Par_file
+++ b/tomographic_model/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .true.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS          = .false.
diff --git a/tpv102/DATA/Par_file b/tpv102/DATA/Par_file
index fc92ad0..aa16a99 100644
--- a/tpv102/DATA/Par_file
+++ b/tpv102/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .true.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS            = .false.
diff --git a/tpv103/DATA/Par_file b/tpv103/DATA/Par_file
index fc92ad0..aa16a99 100644
--- a/tpv103/DATA/Par_file
+++ b/tpv103/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .true.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS            = .false.
diff --git a/tpv15/DATA/Par_file b/tpv15/DATA/Par_file
index 5870592..0901615 100644
--- a/tpv15/DATA/Par_file
+++ b/tpv15/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .true.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS            = .false.
diff --git a/tpv16/DATA/Par_file b/tpv16/DATA/Par_file
index cf83f88..2eeb835 100644
--- a/tpv16/DATA/Par_file
+++ b/tpv16/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .true.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS            = .false.
diff --git a/tpv5/DATA/Par_file b/tpv5/DATA/Par_file
index 95c6841..7caa985 100644
--- a/tpv5/DATA/Par_file
+++ b/tpv5/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .true.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS            = .false.
diff --git a/waterlayered_halfspace/DATA/Par_file b/waterlayered_halfspace/DATA/Par_file
index d9621d1..8da2c86 100644
--- a/waterlayered_halfspace/DATA/Par_file
+++ b/waterlayered_halfspace/DATA/Par_file
@@ -52,7 +52,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 STACEY_ABSORBING_CONDITIONS     = .true.
 
 # absorbing top surface (defined in mesh as 'free_surface_file')
-ABSORB_INSTEAD_OF_FREE_SURFACE  = .false.
+STACEY_INSTEAD_OF_FREE_SURFACE  = .false.
 
 # C-PML boundary conditions for a regional simulation
 PML_CONDITIONS          = .false.



More information about the CIG-COMMITS mailing list