[cig-commits] [commit] devel, master: fixed the number of receivers (from 11 to 110) (b61599b)

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


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

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

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

commit b61599b6409f6653ade596a1a1fbb36b870bd70e
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Mon Jan 9 02:59:36 2012 +0000

    fixed the number of receivers (from 11 to 110)


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

b61599b6409f6653ade596a1a1fbb36b870bd70e
 .../from_2000_Geophysics_paper_flat_ocean_bottom/Par_file_fluid_solid   | 2 +-
 .../Par_file_fluid_solid                                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 3e9e20c..bf03b21 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
@@ -44,7 +44,7 @@ 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 set (repeat these 6 lines and adjust nreceiversets  accordingly)
-nrec                            = 11             # number of receivers
+nrec                            = 110            # number of receivers
 xdeb                            = 2500.d0        # first receiver x in meters
 zdeb                            = 2933.33333d0   # first receiver z in meters
 xfin                            = 6000.d0        # last receiver x in meters (ignored if onlyone receiver)
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 17a8f96..90d7515 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
@@ -44,7 +44,7 @@ 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 set (repeat these 6 lines and adjust nreceiversets  accordingly)
-nrec                            = 11             # number of receivers
+nrec                            = 110            # number of receivers
 xdeb                            = 2500.d0        # first receiver x in meters
 zdeb                            = 2933.33333d0   # first receiver z in meters
 xfin                            = 6000.d0        # last receiver x in meters (ignored if onlyone receiver)



More information about the CIG-COMMITS mailing list