[cig-commits] [commit] devel, master: removed an unused (extra) receiver in the 2D attenuation example (d4880a5)

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


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

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

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

commit d4880a57022a4e8f5886c4396ed92f4324062b0e
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Tue Dec 27 21:36:14 2011 +0000

    removed an unused (extra) receiver in the 2D attenuation example


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

d4880a57022a4e8f5886c4396ed92f4324062b0e
 attenuation/Par_file_attenuation_2D | 10 +++++-----
 attenuation/README                  |  0
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/attenuation/Par_file_attenuation_2D b/attenuation/Par_file_attenuation_2D
index f8531b1..9e6e5e5 100644
--- a/attenuation/Par_file_attenuation_2D
+++ b/attenuation/Par_file_attenuation_2D
@@ -44,12 +44,12 @@ rec_normal_to_surface           = .false.        # base anglerec normal to surfa
 SU_FORMAT                       = .false.        # output seismograms in Seismic Unix format (adjoint traces will be read in the same format)
 
 # first receiver line
-nrec                            = 2             # number of receivers
-xdeb                            = 1400.d0
+nrec                            = 1              # number of receivers
+xdeb                            = 1500.d0
 zdeb                            = 1500.d0
-xfin                            = 1500.d0
-zfin                            = 1500.d0
-enreg_surf_same_vertical        = .false.         # receivers inside the medium or at the surface
+xfin                            = 99999.d0       # ignored because only one receiver
+zfin                            = 99999.d0       # ignored because only one receiver
+enreg_surf_same_vertical        = .false.        # receivers inside the medium or at the surface
 
 # display parameters
 NTSTEP_BETWEEN_OUTPUT_INFO      = 100            # display frequency in time steps



More information about the CIG-COMMITS mailing list