[cig-commits] [commit] devel, master: set the PML_INSTEAD_OF_FREE_SURFACE to .true. to include computation of top CPML layer (4c30b64)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 16:52:57 PDT 2014


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

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

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

commit 4c30b64b3edc9d2e30f4787b0d0d9228473a16af
Author: Xie Zhinan <xiezhinan1984 at gmail.com>
Date:   Thu Apr 11 15:54:04 2013 +0000

    set the PML_INSTEAD_OF_FREE_SURFACE to .true. to include computation of top CPML layer


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

4c30b64b3edc9d2e30f4787b0d0d9228473a16af
 .../DATA/Par_file                                                     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/homogeneous_halfspace_HEX8_elastic_absorbing_CPML_6sides/DATA/Par_file b/homogeneous_halfspace_HEX8_elastic_absorbing_CPML_6sides/DATA/Par_file
index f3910ac..f83dbf4 100644
--- a/homogeneous_halfspace_HEX8_elastic_absorbing_CPML_6sides/DATA/Par_file
+++ b/homogeneous_halfspace_HEX8_elastic_absorbing_CPML_6sides/DATA/Par_file
@@ -15,7 +15,7 @@ SUPPRESS_UTM_PROJECTION         = .true.
 NPROC                           = 4
 
 # time step parameters
-NSTEP                           = 5000
+NSTEP                           = 100
 DT                              = 0.05
 
 # number of nodes for 2D and 3D shape functions for hexahedra
@@ -53,7 +53,7 @@ OLSEN_ATTENUATION_RATIO         = 0.05
 PML_CONDITIONS                  = .true.
 
 # C-PML top surface
-PML_INSTEAD_OF_FREE_SURFACE     = .false.
+PML_INSTEAD_OF_FREE_SURFACE     = .true.
 
 # C-PML dominant frequency
 f0_FOR_PML                      = 0.05555



More information about the CIG-COMMITS mailing list