[cig-commits] r19340 - in seismo/2D/SPECFEM2D/trunk/EXAMPLES/fluid_solid: from_2000_Geophysics_paper_flat_ocean_bottom from_2000_Geophysics_paper_sinusoidal_ocean_bottom

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Sun Jan 8 18:59:36 PST 2012


Author: dkomati1
Date: 2012-01-08 18:59:36 -0800 (Sun, 08 Jan 2012)
New Revision: 19340

Modified:
   seismo/2D/SPECFEM2D/trunk/EXAMPLES/fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/Par_file_fluid_solid
   seismo/2D/SPECFEM2D/trunk/EXAMPLES/fluid_solid/from_2000_Geophysics_paper_sinusoidal_ocean_bottom/Par_file_fluid_solid
Log:
fixed the number of receivers (from 11 to 110)


Modified: seismo/2D/SPECFEM2D/trunk/EXAMPLES/fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/Par_file_fluid_solid
===================================================================
--- seismo/2D/SPECFEM2D/trunk/EXAMPLES/fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/Par_file_fluid_solid	2012-01-09 02:50:50 UTC (rev 19339)
+++ seismo/2D/SPECFEM2D/trunk/EXAMPLES/fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/Par_file_fluid_solid	2012-01-09 02:59:36 UTC (rev 19340)
@@ -44,7 +44,7 @@
 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)

Modified: seismo/2D/SPECFEM2D/trunk/EXAMPLES/fluid_solid/from_2000_Geophysics_paper_sinusoidal_ocean_bottom/Par_file_fluid_solid
===================================================================
--- seismo/2D/SPECFEM2D/trunk/EXAMPLES/fluid_solid/from_2000_Geophysics_paper_sinusoidal_ocean_bottom/Par_file_fluid_solid	2012-01-09 02:50:50 UTC (rev 19339)
+++ seismo/2D/SPECFEM2D/trunk/EXAMPLES/fluid_solid/from_2000_Geophysics_paper_sinusoidal_ocean_bottom/Par_file_fluid_solid	2012-01-09 02:59:36 UTC (rev 19340)
@@ -44,7 +44,7 @@
 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