[cig-commits] [commit] devel, master: changed the name of the CPML file name to make it clearer (3b19d1e)

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


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

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

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

commit 3b19d1eeb0e3786aa1bdbd1298631eff3110c2d0
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Mon Nov 19 00:13:25 2012 +0000

    changed the name of the CPML file name to make it clearer


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

3b19d1eeb0e3786aa1bdbd1298631eff3110c2d0
 Abel_Brest/Par_file_Abel_Balanche_bathy_source_solid               | 2 +-
 Gmsh_example_MPI/Par_file_Gmsh_SqrCircles.in                       | 2 +-
 Gmsh_example_serial/Par_file_Gmsh_SqrCircles.in                    | 2 +-
 INDUSTRIAL_FORMAT/Par_file                                         | 2 +-
 M2_UPPA/Par_file_M2_UPPA                                           | 2 +-
 Rayleigh_wave_no_crack/Par_file_Rayleigh_2D                        | 2 +-
 Rayleigh_wave_with_crack/Par_file_Rayleigh_2D                      | 2 +-
 Tape2007/Par_file_Tape2007_132rec_checker                          | 2 +-
 Tape2007/Par_file_Tape2007_onerec                                  | 2 +-
 Tape2007_kernel/Par_file_Tape2007_onerec                           | 2 +-
 Tromp2005/Par_file_Tromp2005                                       | 2 +-
 Tromp2005/Par_file_Tromp2005_s100                                  | 2 +-
 Tromp2005_kernel/Par_file_Tromp2005                                | 2 +-
 acoustic_poroelastic/Par_file_acoustic_poroelastic                 | 2 +-
 attenuation/Par_file_attenuation_2D                                | 2 +-
 canyon/Par_file_canyon                                             | 2 +-
 change_all_2D_Par_files.csh                                        | 7 ++++---
 fluid_solid/fluid_solid_external_mesh/Par_file_fluid_solid         | 2 +-
 .../Par_file_fluid_solid                                           | 2 +-
 .../Par_file_fluid_solid                                           | 2 +-
 init_plane/Par_file_Slave                                          | 2 +-
 init_plane/Par_file_Slave_for                                      | 2 +-
 init_plane/Par_file_Slave_kernel                                   | 2 +-
 noise_layered/model_0/Par_file_fair                                | 2 +-
 noise_layered/model_0/Par_file_good                                | 2 +-
 noise_layered/model_1/Par_file_best                                | 2 +-
 noise_layered/model_1/Par_file_fair                                | 2 +-
 noise_layered/model_1/Par_file_good                                | 2 +-
 noise_layered/model_2/Par_file_fair                                | 2 +-
 noise_layered/model_2/Par_file_good                                | 2 +-
 noise_uniform/Par_file_noise_1                                     | 2 +-
 noise_uniform/Par_file_noise_2                                     | 2 +-
 noise_uniform/Par_file_noise_3                                     | 2 +-
 ...r_files_to_update_their_format_when_new_parameters_are_added.py | 2 +-
 salt_dome/Stacey_homogeneous/Par_file                              | 2 +-
 salt_dome/Stacey_normal/Par_file                                   | 2 +-
 semi_infinite_homo/Par_file_elastic_2D                             | 2 +-
 37 files changed, 40 insertions(+), 39 deletions(-)

diff --git a/Abel_Brest/Par_file_Abel_Balanche_bathy_source_solid b/Abel_Brest/Par_file_Abel_Balanche_bathy_source_solid
index ed424f2..715264c 100644
--- a/Abel_Brest/Par_file_Abel_Balanche_bathy_source_solid
+++ b/Abel_Brest/Par_file_Abel_Balanche_bathy_source_solid
@@ -140,7 +140,7 @@ nodes_coords_file               = ./DATA/Mesh_canyon/canyon_nodes_coords_file
 materials_file                  = ./DATA/Mesh_canyon/canyon_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/Mesh_canyon/canyon_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/Mesh_canyon/canyon_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/Gmsh_example_MPI/Par_file_Gmsh_SqrCircles.in b/Gmsh_example_MPI/Par_file_Gmsh_SqrCircles.in
index ee84e40..4c30457 100644
--- a/Gmsh_example_MPI/Par_file_Gmsh_SqrCircles.in
+++ b/Gmsh_example_MPI/Par_file_Gmsh_SqrCircles.in
@@ -136,7 +136,7 @@ nodes_coords_file               = Nodes_SqrCirc    # file containing the nodes c
 materials_file                  = Material_SqrCirc  # file containing the material number for each element
 free_surface_file               = Surf_free_SqrCirc   # file containing the free surface
 absorbing_surface_file          = Surf_abs_SqrCirc   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/Gmsh_example_serial/Par_file_Gmsh_SqrCircles.in b/Gmsh_example_serial/Par_file_Gmsh_SqrCircles.in
index 1403d28..92322d4 100644
--- a/Gmsh_example_serial/Par_file_Gmsh_SqrCircles.in
+++ b/Gmsh_example_serial/Par_file_Gmsh_SqrCircles.in
@@ -136,7 +136,7 @@ nodes_coords_file               = Nodes_SqrCirc    # file containing the nodes c
 materials_file                  = Material_SqrCirc  # file containing the material number for each element
 free_surface_file               = Surf_free_SqrCirc   # file containing the free surface
 absorbing_surface_file          = Surf_abs_SqrCirc   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/INDUSTRIAL_FORMAT/Par_file b/INDUSTRIAL_FORMAT/Par_file
index 50c64ce..901fc72 100644
--- a/INDUSTRIAL_FORMAT/Par_file
+++ b/INDUSTRIAL_FORMAT/Par_file
@@ -134,7 +134,7 @@ nodes_coords_file               = ./DATA/Mesh_canyon/canyon_nodes_coords_file
 materials_file                  = ./DATA/Mesh_canyon/canyon_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/Mesh_canyon/canyon_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/Mesh_canyon/canyon_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/M2_UPPA/Par_file_M2_UPPA b/M2_UPPA/Par_file_M2_UPPA
index 64238b1..1da1715 100644
--- a/M2_UPPA/Par_file_M2_UPPA
+++ b/M2_UPPA/Par_file_M2_UPPA
@@ -134,7 +134,7 @@ nodes_coords_file               = ./DATA/Mesh_canyon/canyon_nodes_coords_file
 materials_file                  = ./DATA/Mesh_canyon/canyon_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/Mesh_canyon/canyon_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/Mesh_canyon/canyon_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/Rayleigh_wave_no_crack/Par_file_Rayleigh_2D b/Rayleigh_wave_no_crack/Par_file_Rayleigh_2D
index e01c041..725174c 100644
--- a/Rayleigh_wave_no_crack/Par_file_Rayleigh_2D
+++ b/Rayleigh_wave_no_crack/Par_file_Rayleigh_2D
@@ -131,7 +131,7 @@ nodes_coords_file               = ./DATA/mesh/canyon_nodes_coords_file   # file
 materials_file                  = ./DATA/mesh/canyon_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/mesh/canyon_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/mesh/canyon_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/Rayleigh_wave_with_crack/Par_file_Rayleigh_2D b/Rayleigh_wave_with_crack/Par_file_Rayleigh_2D
index e619cac..03d62f4 100644
--- a/Rayleigh_wave_with_crack/Par_file_Rayleigh_2D
+++ b/Rayleigh_wave_with_crack/Par_file_Rayleigh_2D
@@ -135,7 +135,7 @@ nodes_coords_file               = ./DATA/mesh/canyon_nodes_coords_file   # file
 materials_file                  = ./DATA/mesh/canyon_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/mesh/canyon_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/mesh/canyon_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/Tape2007/Par_file_Tape2007_132rec_checker b/Tape2007/Par_file_Tape2007_132rec_checker
index eace8af..873fbee 100644
--- a/Tape2007/Par_file_Tape2007_132rec_checker
+++ b/Tape2007/Par_file_Tape2007_132rec_checker
@@ -917,7 +917,7 @@ nodes_coords_file               = ./DATA/ice_water_rock_1D/ice_water_rock_1D_nod
 materials_file                  = ./DATA/ice_water_rock_1D/ice_water_rock_1D_material       # file containing material index for each element
 free_surface_file               = ./DATA/ice_water_rock_1D/ice_water_rock_1D_surface_free   # file containing free surface
 absorbing_surface_file          = ./DATA/ice_water_rock_1D/ice_water_rock_1D_surface_absorb # file containing absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/Tape2007/Par_file_Tape2007_onerec b/Tape2007/Par_file_Tape2007_onerec
index ae35555..21d3515 100644
--- a/Tape2007/Par_file_Tape2007_onerec
+++ b/Tape2007/Par_file_Tape2007_onerec
@@ -132,7 +132,7 @@ nodes_coords_file               = ./DATA/ice_water_rock_1D/ice_water_rock_1D_nod
 materials_file                  = ./DATA/ice_water_rock_1D/ice_water_rock_1D_material       # file containing material index for each element
 free_surface_file               = ./DATA/ice_water_rock_1D/ice_water_rock_1D_surface_free   # file containing free surface
 absorbing_surface_file          = ./DATA/ice_water_rock_1D/ice_water_rock_1D_surface_absorb # file containing absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/Tape2007_kernel/Par_file_Tape2007_onerec b/Tape2007_kernel/Par_file_Tape2007_onerec
index d5ff25e..d6e3af1 100644
--- a/Tape2007_kernel/Par_file_Tape2007_onerec
+++ b/Tape2007_kernel/Par_file_Tape2007_onerec
@@ -132,7 +132,7 @@ nodes_coords_file               = ./DATA/ice_water_rock_1D/ice_water_rock_1D_nod
 materials_file                  = ./DATA/ice_water_rock_1D/ice_water_rock_1D_material       # file containing material index for each element
 free_surface_file               = ./DATA/ice_water_rock_1D/ice_water_rock_1D_surface_free   # file containing free surface
 absorbing_surface_file          = ./DATA/ice_water_rock_1D/ice_water_rock_1D_surface_absorb # file containing absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/Tromp2005/Par_file_Tromp2005 b/Tromp2005/Par_file_Tromp2005
index f900b91..8c5070d 100644
--- a/Tromp2005/Par_file_Tromp2005
+++ b/Tromp2005/Par_file_Tromp2005
@@ -131,7 +131,7 @@ nodes_coords_file               = ./DATA/ice_water_rock_1D/ice_water_rock_1D_nod
 materials_file                  = ./DATA/ice_water_rock_1D/ice_water_rock_1D_material       # file containing material index for each element
 free_surface_file               = ./DATA/ice_water_rock_1D/ice_water_rock_1D_surface_free   # file containing free surface
 absorbing_surface_file          = ./DATA/ice_water_rock_1D/ice_water_rock_1D_surface_absorb # file containing absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/Tromp2005/Par_file_Tromp2005_s100 b/Tromp2005/Par_file_Tromp2005_s100
index bd21c71..7573579 100644
--- a/Tromp2005/Par_file_Tromp2005_s100
+++ b/Tromp2005/Par_file_Tromp2005_s100
@@ -131,7 +131,7 @@ nodes_coords_file               = ./DATA/ice_water_rock_1D/ice_water_rock_1D_nod
 materials_file                  = ./DATA/ice_water_rock_1D/ice_water_rock_1D_material       # file containing material index for each element
 free_surface_file               = ./DATA/ice_water_rock_1D/ice_water_rock_1D_surface_free   # file containing free surface
 absorbing_surface_file          = ./DATA/ice_water_rock_1D/ice_water_rock_1D_surface_absorb # file containing absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/Tromp2005_kernel/Par_file_Tromp2005 b/Tromp2005_kernel/Par_file_Tromp2005
index 00c7e4a..f21ea92 100644
--- a/Tromp2005_kernel/Par_file_Tromp2005
+++ b/Tromp2005_kernel/Par_file_Tromp2005
@@ -131,7 +131,7 @@ nodes_coords_file               = ./DATA/ice_water_rock_1D/ice_water_rock_1D_nod
 materials_file                  = ./DATA/ice_water_rock_1D/ice_water_rock_1D_material       # file containing material index for each element
 free_surface_file               = ./DATA/ice_water_rock_1D/ice_water_rock_1D_surface_free   # file containing free surface
 absorbing_surface_file          = ./DATA/ice_water_rock_1D/ice_water_rock_1D_surface_absorb # file containing absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/acoustic_poroelastic/Par_file_acoustic_poroelastic b/acoustic_poroelastic/Par_file_acoustic_poroelastic
index 741e0cb..47ac9e1 100644
--- a/acoustic_poroelastic/Par_file_acoustic_poroelastic
+++ b/acoustic_poroelastic/Par_file_acoustic_poroelastic
@@ -140,7 +140,7 @@ nodes_coords_file               = ./DATA/Mesh_canyon/canyon_nodes_coords_file
 materials_file                  = ./DATA/Mesh_canyon/canyon_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/Mesh_canyon/canyon_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/Mesh_canyon/canyon_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/attenuation/Par_file_attenuation_2D b/attenuation/Par_file_attenuation_2D
index 51351e2..867fe7b 100644
--- a/attenuation/Par_file_attenuation_2D
+++ b/attenuation/Par_file_attenuation_2D
@@ -131,7 +131,7 @@ nodes_coords_file               = ./DATA/Mesh_canyon/canyon_nodes_coords_file
 materials_file                  = ./DATA/Mesh_canyon/canyon_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/Mesh_canyon/canyon_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/Mesh_canyon/canyon_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/canyon/Par_file_canyon b/canyon/Par_file_canyon
index 409f6eb..7ad2660 100644
--- a/canyon/Par_file_canyon
+++ b/canyon/Par_file_canyon
@@ -131,7 +131,7 @@ nodes_coords_file               = ./DATA/mesh/canyon_nodes_coords_file   # file
 materials_file                  = ./DATA/mesh/canyon_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/mesh/canyon_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/mesh/canyon_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/change_all_2D_Par_files.csh b/change_all_2D_Par_files.csh
index d3114ee..eb1b581 100755
--- a/change_all_2D_Par_files.csh
+++ b/change_all_2D_Par_files.csh
@@ -3,16 +3,17 @@
 # I get the list of files using 
 # alias list_all_2D_Par_files_to_change " ls DATA/Par_file EXAMPLES/*/Par_fi* EXAMPLES/*/*/Par_fi* "
 #
-# and then I manually remove EXAMPLES/unused_older_examples_DATA_to_sort  , which is by definition in an obsolete/incompatible format
+# and then I manually remove EXAMPLES/unused_older_examples_DATA_to_sort , which is by definition in an obsolete/incompatible format
 #
 
-foreach file ( DATA/Par_file EXAMPLES/Abel_Brest/Par_file_Abel_Balanche_bathy_source_solid EXAMPLES/acoustic_poroelastic/Par_file_acoustic_poroelastic EXAMPLES/attenuation/Par_file_attenuation_2D EXAMPLES/canyon/Par_file_canyon EXAMPLES/fluid_solid/fluid_solid_external_mesh/Par_file_fluid_solid EXAMPLES/fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/Par_file_fluid_solid EXAMPLES/fluid_solid/from_2000_Geophysics_paper_sinusoidal_ocean_bottom/Par_file_fluid_solid EXAMPLES/Gmsh_example_MPI/Par_file_Gmsh_SqrCircles.in EXAMPLES/Gmsh_example_serial/Par_file_Gmsh_SqrCircles.in EXAMPLES/INDUSTRIAL_FORMAT/Par_file EXAMPLES/init_plane/Par_file_Slave EXAMPLES/init_plane/Par_file_Slave_for EXAMPLES/init_plane/Par_file_Slave_kernel EXAMPLES/M2_UPPA/Par_file_M2_UPPA EXAMPLES/noise_layered/model_0/Par_file_fair EXAMPLES/noise_layered/model_0/Par_file_good EXAMPLES/noise_layered/model_1/Par_file_best EXAMPLES/noise_layered/model_1/Par_file_fair EXAMPLES/noise_layered/model_1/Par_file_good
  EXAMPLES/noise_layered/model_2/Par_file_fair EXAMPLES/noise_layered/model_2/Par_file_good EXAMPLES/noise_uniform/Par_file_noise_1 EXAMPLES/noise_uniform/Par_file_noise_2 EXAMPLES/noise_uniform/Par_file_noise_3 EXAMPLES/Rayleigh_wave_no_crack/Par_file_Rayleigh_2D EXAMPLES/Rayleigh_wave_with_crack/Par_file_Rayleigh_2D EXAMPLES/semi_infinite_homo/Par_file_elastic_2D EXAMPLES/Tape2007_kernel/Par_file_Tape2007_onerec EXAMPLES/Tape2007/Par_file_Tape2007_132rec_checker EXAMPLES/Tape2007/Par_file_Tape2007_onerec EXAMPLES/Tromp2005_kernel/Par_file_Tromp2005 EXAMPLES/Tromp2005/Par_file_Tromp2005 EXAMPLES/Tromp2005/Par_file_Tromp2005_s100 )
+foreach file ( DATA/Par_file EXAMPLES/noise_layered/model_1/Par_file_good EXAMPLES/Abel_Brest/Par_file_Abel_Balanche_bathy_source_solid EXAMPLES/noise_layered/model_2/Par_file_fair EXAMPLES/acoustic_poroelastic/Par_file_acoustic_poroelastic EXAMPLES/noise_layered/model_2/Par_file_good EXAMPLES/attenuation/Par_file_attenuation_2D EXAMPLES/noise_uniform/Par_file_noise_1 EXAMPLES/canyon/Par_file_canyon EXAMPLES/noise_uniform/Par_file_noise_2 EXAMPLES/fluid_solid/fluid_solid_external_mesh/Par_file_fluid_solid EXAMPLES/noise_uniform/Par_file_noise_3 EXAMPLES/fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/Par_file_fluid_solid EXAMPLES/Rayleigh_wave_no_crack/Par_file_Rayleigh_2D EXAMPLES/fluid_solid/from_2000_Geophysics_paper_sinusoidal_ocean_bottom/Par_file_fluid_solid EXAMPLES/Rayleigh_wave_with_crack/Par_file_Rayleigh_2D EXAMPLES/Gmsh_example_MPI/Par_file_Gmsh_SqrCircles.in EXAMPLES/salt_dome/Stacey_homogeneous/Par_file EXAMPLES/Gmsh_example_serial/Par_file_Gmsh_SqrCircles.in 
 EXAMPLES/salt_dome/Stacey_normal/Par_file EXAMPLES/INDUSTRIAL_FORMAT/Par_file EXAMPLES/semi_infinite_homo/Par_file_elastic_2D EXAMPLES/init_plane/Par_file_Slave EXAMPLES/Tape2007_kernel/Par_file_Tape2007_onerec EXAMPLES/init_plane/Par_file_Slave_for EXAMPLES/Tape2007/Par_file_Tape2007_132rec_checker EXAMPLES/init_plane/Par_file_Slave_kernel EXAMPLES/Tape2007/Par_file_Tape2007_onerec EXAMPLES/M2_UPPA/Par_file_M2_UPPA EXAMPLES/Tromp2005_kernel/Par_file_Tromp2005 EXAMPLES/noise_layered/model_0/Par_file_fair EXAMPLES/Tromp2005/Par_file_Tromp2005 EXAMPLES/noise_layered/model_0/Par_file_good EXAMPLES/Tromp2005/Par_file_Tromp2005_s100 EXAMPLES/noise_layered/model_1/Par_file_best EXAMPLES/noise_layered/model_1/Par_file_fair )
 
 set newfile = "../"$file
 
 # DK DK leave the white spaces, in order to have the right alignment with other variables
 ###sed -e '1,$s/PERFORM_CUTHILL_MCKEE           = .true.         # perform inverse Cuthill-McKee (1969) optimization\/permutation for mesh numbering/PERFORM_CUTHILL_MCKEE           = .false.        # perform inverse Cuthill-McKee (1969) optimization\/permutation for mesh numbering (can be very costly and not very useful)/g' < $newfile > __________temp_27_zzzyyyyxxxx__________
-sed -e '1,$s/PML_BOUNDARY_CONDITIONS         = .true./PML_BOUNDARY_CONDITIONS         = .false./g' < $newfile > __________temp_27_zzzyyyyxxxx__________
+#sed -e '1,$s/PML_BOUNDARY_CONDITIONS         = .true./PML_BOUNDARY_CONDITIONS         = .false./g' < $newfile > __________temp_27_zzzyyyyxxxx__________
+sed -e '1,$s/EltPML_xxxxxx/Elements_CPML_list/g' < $newfile > __________temp_27_zzzyyyyxxxx__________
 
 clean_a_Par_file.py __________temp_27_zzzyyyyxxxx__________ $newfile
 
diff --git a/fluid_solid/fluid_solid_external_mesh/Par_file_fluid_solid b/fluid_solid/fluid_solid_external_mesh/Par_file_fluid_solid
index d32d545..49a6e77 100644
--- a/fluid_solid/fluid_solid_external_mesh/Par_file_fluid_solid
+++ b/fluid_solid/fluid_solid_external_mesh/Par_file_fluid_solid
@@ -136,7 +136,7 @@ nodes_coords_file               = ./mesh/nodes_coords  # file containing the nod
 materials_file                  = ./mesh/mat           # file containing the material number for each element
 free_surface_file               = ./mesh/surface_free  # file containing the free surface
 absorbing_surface_file          = ./mesh/surface_abs   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/Par_file_fluid_solid b/fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/Par_file_fluid_solid
index 7df9a8c..4a8f892 100644
--- a/fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/Par_file_fluid_solid
+++ b/fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/Par_file_fluid_solid
@@ -133,7 +133,7 @@ nodes_coords_file               = ./DATA/Mesh_canyon/canyon_nodes_coords_file
 materials_file                  = ./DATA/Mesh_canyon/canyon_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/Mesh_canyon/canyon_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/Mesh_canyon/canyon_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/fluid_solid/from_2000_Geophysics_paper_sinusoidal_ocean_bottom/Par_file_fluid_solid b/fluid_solid/from_2000_Geophysics_paper_sinusoidal_ocean_bottom/Par_file_fluid_solid
index aa364e1..02b4edf 100644
--- a/fluid_solid/from_2000_Geophysics_paper_sinusoidal_ocean_bottom/Par_file_fluid_solid
+++ b/fluid_solid/from_2000_Geophysics_paper_sinusoidal_ocean_bottom/Par_file_fluid_solid
@@ -133,7 +133,7 @@ nodes_coords_file               = ./DATA/Mesh_canyon/canyon_nodes_coords_file
 materials_file                  = ./DATA/Mesh_canyon/canyon_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/Mesh_canyon/canyon_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/Mesh_canyon/canyon_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/init_plane/Par_file_Slave b/init_plane/Par_file_Slave
index c69e926..e9bdc38 100644
--- a/init_plane/Par_file_Slave
+++ b/init_plane/Par_file_Slave
@@ -132,7 +132,7 @@ nodes_coords_file               = ./DATA/ice_water_rock_1D/ice_water_rock_1D_nod
 materials_file                  = ./DATA/ice_water_rock_1D/ice_water_rock_1D_material       # file containing material index for each element
 free_surface_file               = ./DATA/ice_water_rock_1D/ice_water_rock_1D_surface_free   # file containing free surface
 absorbing_surface_file          = ./DATA/ice_water_rock_1D/ice_water_rock_1D_surface_absorb # file containing absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/init_plane/Par_file_Slave_for b/init_plane/Par_file_Slave_for
index 19f5f25..a26860e 100644
--- a/init_plane/Par_file_Slave_for
+++ b/init_plane/Par_file_Slave_for
@@ -132,7 +132,7 @@ nodes_coords_file               = ./DATA/ice_water_rock_1D/ice_water_rock_1D_nod
 materials_file                  = ./DATA/ice_water_rock_1D/ice_water_rock_1D_material       # file containing material index for each element
 free_surface_file               = ./DATA/ice_water_rock_1D/ice_water_rock_1D_surface_free   # file containing free surface
 absorbing_surface_file          = ./DATA/ice_water_rock_1D/ice_water_rock_1D_surface_absorb # file containing absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/init_plane/Par_file_Slave_kernel b/init_plane/Par_file_Slave_kernel
index 5a99bdd..55c664b 100644
--- a/init_plane/Par_file_Slave_kernel
+++ b/init_plane/Par_file_Slave_kernel
@@ -132,7 +132,7 @@ nodes_coords_file               = ./DATA/ice_water_rock_1D/ice_water_rock_1D_nod
 materials_file                  = ./DATA/ice_water_rock_1D/ice_water_rock_1D_material       # file containing material index for each element
 free_surface_file               = ./DATA/ice_water_rock_1D/ice_water_rock_1D_surface_free   # file containing free surface
 absorbing_surface_file          = ./DATA/ice_water_rock_1D/ice_water_rock_1D_surface_absorb # file containing absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/noise_layered/model_0/Par_file_fair b/noise_layered/model_0/Par_file_fair
index 0a924bf..10eb253 100644
--- a/noise_layered/model_0/Par_file_fair
+++ b/noise_layered/model_0/Par_file_fair
@@ -131,7 +131,7 @@ nodes_coords_file               = ./DATA/Mesh_canyon/canyon_nodes_coords_file
 materials_file                  = ./DATA/Mesh_canyon/canyon_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/Mesh_canyon/canyon_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/Mesh_canyon/canyon_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/noise_layered/model_0/Par_file_good b/noise_layered/model_0/Par_file_good
index 84189b5..17431d9 100644
--- a/noise_layered/model_0/Par_file_good
+++ b/noise_layered/model_0/Par_file_good
@@ -131,7 +131,7 @@ nodes_coords_file               = ./DATA/Mesh_canyon/canyon_nodes_coords_file
 materials_file                  = ./DATA/Mesh_canyon/canyon_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/Mesh_canyon/canyon_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/Mesh_canyon/canyon_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/noise_layered/model_1/Par_file_best b/noise_layered/model_1/Par_file_best
index cf193ac..7cd300c 100644
--- a/noise_layered/model_1/Par_file_best
+++ b/noise_layered/model_1/Par_file_best
@@ -132,7 +132,7 @@ nodes_coords_file               = ./DATA/Mesh_canyon/canyon_nodes_coords_file
 materials_file                  = ./DATA/Mesh_canyon/canyon_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/Mesh_canyon/canyon_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/Mesh_canyon/canyon_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/noise_layered/model_1/Par_file_fair b/noise_layered/model_1/Par_file_fair
index 5c1a266..b7ed9c0 100644
--- a/noise_layered/model_1/Par_file_fair
+++ b/noise_layered/model_1/Par_file_fair
@@ -132,7 +132,7 @@ nodes_coords_file               = ./DATA/Mesh_canyon/canyon_nodes_coords_file
 materials_file                  = ./DATA/Mesh_canyon/canyon_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/Mesh_canyon/canyon_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/Mesh_canyon/canyon_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/noise_layered/model_1/Par_file_good b/noise_layered/model_1/Par_file_good
index d301776..9dec092 100644
--- a/noise_layered/model_1/Par_file_good
+++ b/noise_layered/model_1/Par_file_good
@@ -132,7 +132,7 @@ nodes_coords_file               = ./DATA/Mesh_canyon/canyon_nodes_coords_file
 materials_file                  = ./DATA/Mesh_canyon/canyon_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/Mesh_canyon/canyon_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/Mesh_canyon/canyon_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/noise_layered/model_2/Par_file_fair b/noise_layered/model_2/Par_file_fair
index 5c92437..31cb4b1 100644
--- a/noise_layered/model_2/Par_file_fair
+++ b/noise_layered/model_2/Par_file_fair
@@ -133,7 +133,7 @@ nodes_coords_file               = ./DATA/Mesh_canyon/canyon_nodes_coords_file
 materials_file                  = ./DATA/Mesh_canyon/canyon_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/Mesh_canyon/canyon_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/Mesh_canyon/canyon_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/noise_layered/model_2/Par_file_good b/noise_layered/model_2/Par_file_good
index e6c997d..cdbea27 100644
--- a/noise_layered/model_2/Par_file_good
+++ b/noise_layered/model_2/Par_file_good
@@ -133,7 +133,7 @@ nodes_coords_file               = ./DATA/Mesh_canyon/canyon_nodes_coords_file
 materials_file                  = ./DATA/Mesh_canyon/canyon_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/Mesh_canyon/canyon_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/Mesh_canyon/canyon_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/noise_uniform/Par_file_noise_1 b/noise_uniform/Par_file_noise_1
index 16ca901..06e287e 100644
--- a/noise_uniform/Par_file_noise_1
+++ b/noise_uniform/Par_file_noise_1
@@ -131,7 +131,7 @@ nodes_coords_file               = ./DATA/Mesh_canyon/canyon_nodes_coords_file
 materials_file                  = ./DATA/Mesh_canyon/canyon_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/Mesh_canyon/canyon_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/Mesh_canyon/canyon_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/noise_uniform/Par_file_noise_2 b/noise_uniform/Par_file_noise_2
index 03c888c..a9f8fb0 100644
--- a/noise_uniform/Par_file_noise_2
+++ b/noise_uniform/Par_file_noise_2
@@ -131,7 +131,7 @@ nodes_coords_file               = ./DATA/Mesh_canyon/canyon_nodes_coords_file
 materials_file                  = ./DATA/Mesh_canyon/canyon_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/Mesh_canyon/canyon_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/Mesh_canyon/canyon_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/noise_uniform/Par_file_noise_3 b/noise_uniform/Par_file_noise_3
index f1edaaf..0fd6a5e 100644
--- a/noise_uniform/Par_file_noise_3
+++ b/noise_uniform/Par_file_noise_3
@@ -131,7 +131,7 @@ nodes_coords_file               = ./DATA/Mesh_canyon/canyon_nodes_coords_file
 materials_file                  = ./DATA/Mesh_canyon/canyon_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/Mesh_canyon/canyon_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/Mesh_canyon/canyon_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/process_DATA_Par_files_to_update_their_format_when_new_parameters_are_added.py b/process_DATA_Par_files_to_update_their_format_when_new_parameters_are_added.py
index 62ec7e6..294b4a2 100755
--- a/process_DATA_Par_files_to_update_their_format_when_new_parameters_are_added.py
+++ b/process_DATA_Par_files_to_update_their_format_when_new_parameters_are_added.py
@@ -425,7 +425,7 @@ def ProcessParfile_r20561(fic):
             print '----> '+fic+' already processed to r20561'            
             return
     #
-    a1='CPML_element_file               = EltPML_xxxxxx  ' + \
+    a1='CPML_element_file               = Elements_CPML_list  ' + \
     '# file containing the CPML element numbers\n'
 
     #--------------------------------------------------------------------------
diff --git a/salt_dome/Stacey_homogeneous/Par_file b/salt_dome/Stacey_homogeneous/Par_file
index 5a07307..a58dfd7 100644
--- a/salt_dome/Stacey_homogeneous/Par_file
+++ b/salt_dome/Stacey_homogeneous/Par_file
@@ -138,7 +138,7 @@ nodes_coords_file               = ./DATA/modelY1_nodes_coords_file   # file cont
 materials_file                  = ./DATA/modelY1_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/modelY1_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/modelY1_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/salt_dome/Stacey_normal/Par_file b/salt_dome/Stacey_normal/Par_file
index 4184d8e..d083db8 100644
--- a/salt_dome/Stacey_normal/Par_file
+++ b/salt_dome/Stacey_normal/Par_file
@@ -145,7 +145,7 @@ nodes_coords_file               = ./DATA/modelY1_nodes_coords_file   # file cont
 materials_file                  = ./DATA/modelY1_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/modelY1_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/modelY1_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------
diff --git a/semi_infinite_homo/Par_file_elastic_2D b/semi_infinite_homo/Par_file_elastic_2D
index 9378414..d8193ca 100644
--- a/semi_infinite_homo/Par_file_elastic_2D
+++ b/semi_infinite_homo/Par_file_elastic_2D
@@ -131,7 +131,7 @@ nodes_coords_file               = ./DATA/Mesh_canyon/canyon_nodes_coords_file
 materials_file                  = ./DATA/Mesh_canyon/canyon_materials_file   # file containing the material number for each element
 free_surface_file               = ./DATA/Mesh_canyon/canyon_free_surface_file   # file containing the free surface
 absorbing_surface_file          = ./DATA/Mesh_canyon/canyon_absorbing_surface_file   # file containing the absorbing surface
-CPML_element_file               = EltPML_xxxxxx  # file containing the CPML element numbers
+CPML_element_file               = Elements_CPML_list  # file containing the CPML element numbers
 tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
 
 #-----------------------------------------------------------------------------



More information about the CIG-COMMITS mailing list