[cig-commits] r19460 - in seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES: . unused_older_examples_DATA_to_sort

xie.zhinan at geodynamics.org xie.zhinan at geodynamics.org
Tue Jan 24 11:05:05 PST 2012


Author: xie.zhinan
Date: 2012-01-24 11:05:04 -0800 (Tue, 24 Jan 2012)
New Revision: 19460

Added:
   seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/
   seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/Par_file_no_canyon
   seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/SOURCE_no_canyon
   seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/interf_paco.dat
   seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/interface_sinus.dat
   seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/interfaces_no_canyon.dat
   seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/profilx.dat
   seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/profily.dat
   seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/topoarticle.dat
Log:
add unused_older_examples_DATA_to_sort example


Added: seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/Par_file_no_canyon
===================================================================
--- seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/Par_file_no_canyon	                        (rev 0)
+++ seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/Par_file_no_canyon	2012-01-24 19:05:04 UTC (rev 19460)
@@ -0,0 +1,102 @@
+
+# title of job, and file that contains interface data
+title                           = Calcul Mexique Alejandro
+interfacesfile                  = interfaces_no_canyon.dat
+
+# data concerning mesh, when generated using third-party app (more info in README)
+read_external_mesh              = .false.
+mesh_file                       = ./DATA/Mesh_canyon/canyon_mesh_file   # file containing the mesh
+nodes_coords_file               = ./DATA/Mesh_canyon/canyon_nodes_coords_file   # file containing the nodes coordinates
+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
+tangential_detection_curve_file = ./DATA/courbe_eros_nodes # file containing the curve delimiting the velocity model
+
+# parameters concerning partitioning
+nproc                           = 1              # number of processes
+partitioning_method             = 1              # ascending order = 1, Metis = 2, Scotch = 3
+                                                 
+# geometry of the model (origin lower-left corner = 0,0) and mesh description
+xmin                            = 0.d0           # abscissa of left side of the model
+xmax                            = 19.d0        # abscissa of right side of the model
+nx                              = 95             # number of elements along X
+ngnod                           = 4              # number of control nodes per element (4 or 9)
+initialfield                    = .true.        # use a plane wave as source or not
+add_Bielak_conditions           = .true.        # add Bielak conditions or not if initial plane wave
+assign_external_model           = .false.        # define external earth model or not
+TURN_ANISOTROPY_ON              = .false.        # turn anisotropy on or off for solid medium
+TURN_ATTENUATION_ON             = .false.        # turn attenuation on or off for solid medium
+
+# absorbing boundaries parameters
+absorbing_conditions            = .true.	 # absorbing boundary active or not
+absorbbottom                    = .true.         
+absorbright                     = .true.
+absorbtop                       = .false.
+absorbleft                      = .true.
+
+# time step parameters
+nt                              = 4000           # total number of time steps
+deltat                          = 2.5e-3          # duration of a time step
+
+# source parameters
+source_surf                     = .false.        # source inside the medium or at the surface
+xs                              = 2.          # source location x in meters
+zs                              = 3.          # source location z in meters
+source_type                     = 1              # elastic force or acoustic pressure = 1 or moment tensor = 2
+time_function_type              = 1              # Ricker = 1, first derivative = 2, Gaussian = 3, Dirac = 4, Heaviside = 5
+f0                              = 2.0           # dominant source frequency (Hz) if not Dirac or Heaviside
+angleforce                      = 30.             # angle of the source (for a force only)
+Mxx                             = 1.             # Mxx component (for a moment tensor source only)
+Mzz                             = 1.             # Mzz component (for a moment tensor source only)
+Mxz                             = 0.             # Mxz component (for a moment tensor source only)
+factor                          = 1.d10          # amplification factor
+force_normal_to_surface         = .false.        # angleforce normal to surface (external mesh and curve file needed)
+
+# constants for attenuation
+N_SLS                           = 2                      # number of standard linear solids for attenuation 
+QKappa_attenuation              = 136.4376068115         # quality factor P for attenuation
+Qmu_attenuation                 = 136.4376068115         # quality factor S for attenuation
+f0_attenuation                  = 5.196152422706633      # (Hz) relevant only if source is a Dirac or a Heaviside, else it is f0
+
+# receiver set parameters for seismograms
+seismotype                      = 1              # record 1=displ 2=veloc 3=accel 4=pressure
+generate_STATIONS               = .false.         # creates a STATION file in ./DATA
+nreceiversets                   = 1              # number of receiver sets
+anglerec                        = 0.d0           # angle to rotate components at receivers
+rec_normal_to_surface           = .false.        # base anglerec normal to surface (external mesh and curve file needed)
+
+# first receiver set
+nrec                            = 60             # number of receivers
+xdeb                            = 800.           # first receiver x in meters
+zdeb                            = 900.          # first receiver z in meters
+xfin                            = 800.          # last receiver x in meters (ignored if onlyone receiver)
+zfin                            = 900.          # last receiver z in meters (ignored if onlyone receiver)
+enreg_surf_same_vertical        = .true.         # receivers inside the medium or at the surface
+
+# display parameters
+NTSTEP_BETWEEN_OUTPUT_INFO      = 200            # display frequency in time steps
+output_postscript_snapshot      = .true.         # output Postscript snapshot of the results
+output_color_image              = .true.         # output color image of the results
+imagetype                       = 1              # display 1=displ 2=veloc 3=accel 4=pressure
+cutsnaps                        = 1.             # minimum amplitude in % for snapshots
+meshvect                        = .true.         # display mesh on vector plots or not
+modelvect                       = .false.        # display velocity model on vector plots
+boundvect                       = .true.         # display boundary conditions on plots
+interpol                        = .true.         # interpolation of the display or not
+pointsdisp                      = 6              # points for interpolation of display (set to 1 for lower-left corner only)
+subsamp                         = 1              # subsampling of color snapshots
+sizemax_arrows                  = 1.d0           # maximum size of arrows on vector plots in cm
+gnuplot                         = .true .        # generate a GNUPLOT file for the grid
+outputgrid                      = .false.        # save the grid in a text file or not
+
+# velocity and density models
+nbmodels                        = 1              # nb of different models
+# define models as (model_number,1,rho,vp,vs,0,0) or (model_number,2,rho,c11,c13,c33,c44)
+# set vs to zero to make a given model acoustic
+# the mesh can contain both acoustic and elastic models simultaneously
+#1 1 1.00d0 1.732050807d0 1.0d0 0 0
+1 1 1.d0 2.d0 1.d0 0 0
+
+# define the different regions of the model in the (nx,nz) spectral element mesh
+nbregions                       = 1              # nb of regions and model number for each
+1 95  1 45 1

Added: seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/SOURCE_no_canyon
===================================================================
--- seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/SOURCE_no_canyon	                        (rev 0)
+++ seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/SOURCE_no_canyon	2012-01-24 19:05:04 UTC (rev 19460)
@@ -0,0 +1,13 @@
+# source parameters
+source_surf                     = .false.        # source inside the medium or at the surface
+xs                              = 2.          # source location x in meters
+zs                              = 3.          # source location z in meters
+source_type                     = 1              # elastic force or acoustic pressure = 1 or moment tensor = 2
+time_function_type              = 1              # Ricker = 1, first derivative = 2, Gaussian = 3, Dirac = 4, Heaviside = 5
+f0                              = 1.0           # dominant source frequency (Hz) if not Dirac or Heaviside
+t0                              = 0.0            # time shift when multi sources (if one source, must be zero)
+angleforce                      = 30.             # angle of the source (for a force only)
+Mxx                             = 1.             # Mxx component (for a moment tensor source only)
+Mzz                             = 1.             # Mzz component (for a moment tensor source only)
+Mxz                             = 0.             # Mxz component (for a moment tensor source only)
+factor                          = 1.d10          # amplification factor

Added: seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/interf_paco.dat
===================================================================
--- seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/interf_paco.dat	                        (rev 0)
+++ seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/interf_paco.dat	2012-01-24 19:05:04 UTC (rev 19460)
@@ -0,0 +1,212 @@
+   211
+   0.    4000.0000000000
+     33.333333333333    4000.0000000000
+     66.666666666667    4000.0000000000
+    100.000000000000    4000.0000000000
+     133.33333333333    4000.0000000000
+     166.66666666667    4000.0000000000
+     200.00000000000    4000.0000000000
+     233.33333333333    4000.0000000000
+     266.66666666667    4000.0000000000
+     300.00000000000    4000.0000000000
+     333.33333333333    4000.0000000000
+     366.66666666667    4000.0000000000
+     400.00000000000    4000.0000000000
+     433.33333333333    4000.0000000000
+     466.66666666667    4000.0000000000
+     500.00000000000    4000.0000000000
+     533.33333333333    4000.0000000000
+     566.66666666667    4000.0000000000
+     600.00000000000    4000.0000000000
+     633.33333333333    4000.0000000000
+     666.66666666667    4000.0000000000
+     700.00000000000    4000.0000000000
+     733.33333333333    4000.0000000000
+     766.66666666667    4000.0000000000
+     800.00000000000    4000.0000000000
+     833.33333333333    4000.0000000000
+     866.66666666667    4000.0000000000
+     900.00000000000    4000.0000000000
+     933.33333333333    4000.0000000000
+     966.66666666667    4000.0000000000
+    1000.00000000000    4000.0000000000
+     1033.3333333333    4000.0000000000
+     1066.6666666667    4000.0000000000
+     1100.0000000000    4000.0000000000
+     1133.3333333333    4000.0000000000
+     1166.6666666667    4000.0000000000
+     1200.0000000000    4000.0000000000
+     1233.3333333333    4000.0000000000
+     1266.6666666667    4000.0000000000
+     1300.0000000000    4000.0000000000
+     1333.3333333333    4000.0000000000
+     1366.6666666667    4000.0000000000
+     1400.0000000000    4000.0000000000
+     1433.3333333333    4000.0000000000
+     1466.6666666667    4000.0000000000
+     1500.0000000000    4000.0000000000
+     1533.3333333333    4000.0000000000
+     1566.6666666667    4000.0000000000
+     1600.0000000000    4000.0000000000
+     1633.3333333333    4000.0000000000
+     1666.6666666667    4000.0000000000
+     1700.0000000000    4000.0000000000
+     1733.3333333333    4000.0000000000
+     1766.6666666667    4000.0000000000
+     1800.0000000000    4000.0000000000
+     1833.3333333333    4000.0000000000
+     1866.6666666667    4000.0000000000
+     1900.0000000000    4000.0000000000
+     1933.3333333333    4000.0000000000
+     1966.6666666667    4000.0000000000
+     2000.0000000000    4000.0000000000
+     2033.3333333333    4000.0000000000
+     2066.6666666667    4000.0000000000
+     2100.0000000000    4000.0000000000
+     2133.3333333333    4000.0000000000
+     2166.6666666667    4000.0000000000
+     2200.0000000000    4000.0000000000
+     2233.3333333333    4000.0000000000
+     2266.6666666667    4000.0000000000
+     2300.0000000000    4000.0000000000
+     2333.3333333333    4000.0000000000
+     2366.6666666667    4000.0000000000
+     2400.0000000000    4000.0000000000
+     2433.3333333333    4000.0000000000
+     2466.6666666667    4000.0000000000
+     2500.0000000000    4000.0000000000
+     2533.3333333333    3998.6304738452
+     2566.6666666667    3994.5369001959
+     2600.0000000000    3987.7641291015
+     2633.3333333333    3978.3863644593
+     2666.6666666667    3966.5063510209
+     2700.0000000000    3952.2542486992
+     2733.3333333333    3935.7862065095
+     2766.6666666667    3917.2826517676
+     2800.0000000000    3896.9463132909
+     2833.3333333333    3875.0000002591
+     2866.6666666667    3851.6841610696
+     2900.0000000000    3827.2542489351
+     2933.3333333333    3801.9779230848
+     2966.6666666667    3776.1321162334
+     3000.0000000000    3750.0000004487
+     3033.3333333333    3723.8678846591
+     3066.6666666667    3698.0220777930
+     3100.0000000000    3672.7457519184
+     3133.3333333333    3648.3158397503
+     3166.6666666667    3625.0000005181
+     3200.0000000000    3603.0536874351
+     3233.3333333333    3582.7173488994
+     3266.6666666667    3564.2137940910
+     3300.0000000000    3547.7457518283
+     3333.3333333333    3533.4936494278
+     3366.6666666667    3521.6136359057
+     3400.0000000000    3512.2358711758
+     3433.3333333333    3505.4630999907
+     3466.6666666667    3501.3695262486
+     3500.0000000000    3500.0000000000
+     3533.3333333333    3501.3695260610
+     3566.6666666667    3505.4630996175
+     3600.0000000000    3512.2358706212
+     3633.3333333333    3521.6136351757
+     3666.6666666667    3533.4936485304
+     3700.0000000000    3547.7457507733
+     3733.3333333333    3564.2137928900
+     3766.6666666667    3582.7173475655
+     3800.0000000000    3603.0536859830
+     3833.3333333333    3624.9999989637
+     3866.6666666667    3648.3158381106
+     3900.0000000000    3672.7457502113
+     3933.3333333333    3698.0220760373
+     3966.6666666667    3723.8678828740
+     4000.0000000000    3749.9999986538
+     4033.3333333333    3776.1321144484
+     4066.6666666667    3801.9779213292
+     4100.0000000000    3827.2542472281
+     4133.3333333333    3851.6841594298
+     4166.6666666667    3874.9999987046
+     4200.0000000000    3896.9463118388
+     4233.3333333333    3917.2826504337
+     4266.6666666667    3935.7862053084
+     4300.0000000000    3952.2542476442
+     4333.3333333333    3966.5063501234
+     4366.6666666667    3978.3863637293
+     4400.0000000000    3987.7641285469
+     4433.3333333333    3994.5368998227
+     4466.6666666667    3998.6304736576
+     4500.0000000000    4000.0000000000
+     4533.3333333333    4000.0000000000
+     4566.6666666667    4000.0000000000
+     4600.0000000000    4000.0000000000
+     4633.3333333333    4000.0000000000
+     4666.6666666667    4000.0000000000
+     4700.0000000000    4000.0000000000
+     4733.3333333333    4000.0000000000
+     4766.6666666667    4000.0000000000
+     4800.0000000000    4000.0000000000
+     4833.3333333333    4000.0000000000
+     4866.6666666667    4000.0000000000
+     4900.0000000000    4000.0000000000
+     4933.3333333333    4000.0000000000
+     4966.6666666667    4000.0000000000
+     5000.0000000000    4000.0000000000
+     5033.3333333333    4000.0000000000
+     5066.6666666667    4000.0000000000
+     5100.0000000000    4000.0000000000
+     5133.3333333333    4000.0000000000
+     5166.6666666667    4000.0000000000
+     5200.0000000000    4000.0000000000
+     5233.3333333333    4000.0000000000
+     5266.6666666667    4000.0000000000
+     5300.0000000000    4000.0000000000
+     5333.3333333333    4000.0000000000
+     5366.6666666667    4000.0000000000
+     5400.0000000000    4000.0000000000
+     5433.3333333333    4000.0000000000
+     5466.6666666667    4000.0000000000
+     5500.0000000000    4000.0000000000
+     5533.3333333333    4000.0000000000
+     5566.6666666667    4000.0000000000
+     5600.0000000000    4000.0000000000
+     5633.3333333333    4000.0000000000
+     5666.6666666667    4000.0000000000
+     5700.0000000000    4000.0000000000
+     5733.3333333333    4000.0000000000
+     5766.6666666667    4000.0000000000
+     5800.0000000000    4000.0000000000
+     5833.3333333333    4000.0000000000
+     5866.6666666667    4000.0000000000
+     5900.0000000000    4000.0000000000
+     5933.3333333333    4000.0000000000
+     5966.6666666667    4000.0000000000
+     6000.0000000000    4000.0000000000
+     6033.3333333333    4000.0000000000
+     6066.6666666667    4000.0000000000
+     6100.0000000000    4000.0000000000
+     6133.3333333333    4000.0000000000
+     6166.6666666667    4000.0000000000
+     6200.0000000000    4000.0000000000
+     6233.3333333333    4000.0000000000
+     6266.6666666667    4000.0000000000
+     6300.0000000000    4000.0000000000
+     6333.3333333333    4000.0000000000
+     6366.6666666667    4000.0000000000
+     6400.0000000000    4000.0000000000
+     6433.3333333333    4000.0000000000
+     6466.6666666667    4000.0000000000
+     6500.0000000000    4000.0000000000
+     6533.3333333333    4000.0000000000
+     6566.6666666667    4000.0000000000
+     6600.0000000000    4000.0000000000
+     6633.3333333333    4000.0000000000
+     6666.6666666667    4000.0000000000
+     6700.0000000000    4000.0000000000
+     6733.3333333333    4000.0000000000
+     6766.6666666667    4000.0000000000
+     6800.0000000000    4000.0000000000
+     6833.3333333333    4000.0000000000
+     6866.6666666667    4000.0000000000
+     6900.0000000000    4000.0000000000
+     6933.3333333333    4000.0000000000
+     6966.6666666667    4000.0000000000
+     7000.0000000000    4000.0000000000

Added: seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/interface_sinus.dat
===================================================================
--- seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/interface_sinus.dat	                        (rev 0)
+++ seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/interface_sinus.dat	2012-01-24 19:05:04 UTC (rev 19460)
@@ -0,0 +1,75 @@
+#
+# Number of interfaces
+#
+3
+#
+#
+#
+#
+# Interface 1 (Bottom of the mesh)
+#
+2
+0 0
+4000 0
+#
+# Interface 2
+#
+41
+0 1500
+100 1507
+200 1510
+300 1507
+400 1500
+500 1492
+600 1490
+700 1492
+800 1500
+900 1507
+1000 1510
+1100 1507
+1200 1500
+1300 1492
+1400 1490
+1500 1492
+1600 1500
+1700 1507
+1800 1510
+1900 1507
+2000 1500
+2100 1492
+2200 1490
+2300 1492
+2400 1500
+2500 1507
+2600 1510
+2700 1507
+2800 1500
+2900 1492
+3000 1490
+3100 1492
+3200 1500
+3300 1507
+3400 1510
+3500 1507
+3600 1500
+3700 1492
+3800 1490
+3900 1492
+4000 1500
+#
+# Interface 3
+#
+2
+0 2000
+4000 2000
+#
+#Number of spectral elements
+#
+#
+#
+#
+30
+#
+#
+#
+10

Added: seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/interfaces_no_canyon.dat
===================================================================
--- seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/interfaces_no_canyon.dat	                        (rev 0)
+++ seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/interfaces_no_canyon.dat	2012-01-24 19:05:04 UTC (rev 19460)
@@ -0,0 +1,26 @@
+#
+# number of interfaces
+#
+ 2
+#
+# for each interface below, we give the number of points and then x,y for each point
+#
+#
+# interface number 1 (bottom of the mesh)
+#
+ 2
+ 0 0
+ 19 0
+#
+# interface number 2 (topography, top of the mesh)
+#
+ 2
+    0 9
+ 19 9
+#
+# for each layer, we give the number of spectral elements in the vertical direction
+#
+#
+# layer number 1 (bottom layer)
+#
+ 45

Added: seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/profilx.dat
===================================================================
--- seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/profilx.dat	                        (rev 0)
+++ seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/profilx.dat	2012-01-24 19:05:04 UTC (rev 19460)
@@ -0,0 +1,215 @@
+-4.030060
+-4.031510
+-4.027550
+-4.022690
+-4.017840
+-4.011910
+-3.999230
+-3.972270
+-3.940420
+-3.909460
+-3.885800
+-3.868120
+-3.853440
+-3.840630
+-3.830040
+-3.818850
+-3.804520
+-3.790030
+-3.776320
+-3.765340
+-3.755920
+-3.746830
+-3.735490
+-3.721820
+-3.703930
+-3.679520
+-3.650700
+-3.620200
+-3.591410
+-3.568040
+-3.547570
+-3.528300
+-3.507120
+-3.485880
+-3.468120
+-3.446460
+-3.420720
+-3.390030
+-3.353750
+-3.313270
+-3.264390
+-3.214030
+-3.179940
+-3.155080
+-3.132110
+-3.106450
+-3.075090
+-3.038830
+-2.991240
+-2.916530
+-2.815720
+-2.748110
+-2.712470
+-2.670830
+-2.618150
+-2.555080
+-2.484160
+-2.405320
+-2.321900
+-2.229520
+-2.133560
+-2.070170
+-2.027820
+-1.974430
+-1.907660
+-1.851900
+-1.790190
+-1.724810
+-1.662320
+-1.613210
+-1.567500
+-1.532530
+-1.499660
+-1.420860
+-1.326870
+-1.238010
+-1.149630
+-1.055670
+-0.951941
+-0.830088
+-0.695442
+-0.535123
+-0.303787
+-0.066964
+0.137585
+0.292947
+0.427345
+0.504895
+0.548948
+0.611893
+0.669241
+0.731076
+0.784069
+0.862715
+0.908088
+0.989800
+1.074750
+1.125830
+1.155250
+1.142880
+1.068660
+0.966157
+1.106490
+1.229600
+1.452710
+1.620460
+1.795150
+1.775980
+1.694660
+1.678880
+1.661540
+1.600500
+1.536210
+1.454460
+1.203100
+0.999440
+0.972028
+0.935924
+0.995477
+1.063760
+1.098300
+1.056350
+0.986176
+0.855505
+0.689433
+0.529934
+0.397784
+0.317342
+0.222705
+0.117320
+0.028807
+-0.040407
+-0.118587
+-0.326905
+-0.574415
+-0.741248
+-0.887590
+-1.010380
+-1.087830
+-1.108840
+-1.160430
+-1.209690
+-1.264010
+-1.319100
+-1.348980
+-1.404960
+-1.485740
+-1.575370
+-1.662450
+-1.738790
+-1.798140
+-1.850290
+-1.905520
+-1.951300
+-1.995390
+-2.063230
+-2.151310
+-2.217030
+-2.278450
+-2.333810
+-2.384270
+-2.421330
+-2.443130
+-2.465170
+-2.567050
+-2.690890
+-2.770720
+-2.838250
+-2.898530
+-2.956700
+-3.026270
+-3.102020
+-3.173380
+-3.233160
+-3.285530
+-3.338610
+-3.390250
+-3.433800
+-3.482320
+-3.537380
+-3.588740
+-3.628460
+-3.662240
+-3.688980
+-3.709740
+-3.732810
+-3.750350
+-3.772050
+-3.797530
+-3.827180
+-3.859440
+-3.890500
+-3.918430
+-3.944920
+-3.968160
+-3.987850
+-4.002890
+-4.012180
+-4.014820
+-4.016240
+-4.021080
+-4.025060
+-4.027960
+-4.030390
+-4.031410
+-4.032690
+-4.034570
+-4.035590
+-4.036420
+-4.037270
+-4.037550
+-4.016490
+-4.008760
+-4.007300
+-4.006200

Added: seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/profily.dat
===================================================================
--- seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/profily.dat	                        (rev 0)
+++ seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/profily.dat	2012-01-24 19:05:04 UTC (rev 19460)
@@ -0,0 +1,209 @@
+-4.042630
+-4.033770
+-4.024570
+-4.031010
+-4.027090
+-4.011370
+-3.989330
+-3.963060
+-3.929730
+-3.893400
+-3.854910
+-3.807280
+-3.764700
+-3.718700
+-3.667760
+-3.619570
+-3.579390
+-3.529760
+-3.477630
+-3.427720
+-3.383820
+-3.346060
+-3.312440
+-3.281950
+-3.252910
+-3.222660
+-3.189850
+-3.153580
+-3.113840
+-3.073560
+-3.036520
+-2.994700
+-2.946600
+-2.906230
+-2.856750
+-2.801230
+-2.751650
+-2.709890
+-2.593630
+-2.501410
+-2.339970
+-2.219030
+-2.157610
+-2.126910
+-2.081700
+-2.033360
+-1.993200
+-1.959890
+-1.920950
+-1.885440
+-1.849060
+-1.795820
+-1.723950
+-1.624180
+-1.500000
+-1.379030
+-1.266730
+-1.161710
+-1.064370
+-0.991573
+-0.971158
+-0.935858
+-0.900854
+-0.874644
+-0.842509
+-0.808727
+-0.789044
+-0.797708
+-0.768248
+-0.756078
+-0.738104
+-0.756372
+-0.775592
+-0.795957
+-0.787438
+-0.705082
+-0.595518
+-0.438898
+-0.292028
+-0.145967
+-0.062730
+0.042711
+0.270900
+0.520289
+0.726283
+0.910875
+1.135880
+1.376630
+1.592740
+1.757490
+1.894770
+2.043840
+2.106480
+2.091720
+1.818020
+1.200320
+0.943632
+0.864765
+0.849034
+0.953888
+1.012090
+1.158530
+1.759700
+1.777570
+1.252260
+1.043510
+1.229600
+1.496690
+1.515210
+1.522500
+1.522040
+1.505200
+1.497920
+1.479140
+1.447090
+1.430400
+1.462890
+1.560170
+1.666450
+1.695220
+1.675090
+1.617180
+1.532760
+1.426300
+1.375350
+1.198940
+0.876019
+0.921095
+0.998579
+0.847144
+0.712094
+0.580680
+0.459470
+0.335168
+0.179500
+0.065837
+-0.008686
+-0.125625
+-0.407411
+-0.779719
+-1.215620
+-1.613050
+-1.707880
+-1.708050
+-1.734230
+-1.753980
+-1.773940
+-1.796890
+-1.822940
+-1.854070
+-1.880990
+-1.901660
+-1.965350
+-1.995410
+-1.941710
+-1.898150
+-1.983790
+-2.167880
+-2.287980
+-2.395880
+-2.460820
+-2.487850
+-2.504990
+-2.499650
+-2.511300
+-2.511300
+-2.551220
+-2.608210
+-2.644140
+-2.692670
+-2.720570
+-2.735400
+-2.747100
+-2.788430
+-2.834740
+-2.886570
+-2.951890
+-3.016690
+-3.075140
+-3.116640
+-3.156450
+-3.207550
+-3.258550
+-3.308610
+-3.356020
+-3.398640
+-3.437490
+-3.477580
+-3.513470
+-3.544880
+-3.568640
+-3.600160
+-3.632250
+-3.665310
+-3.697350
+-3.729730
+-3.763660
+-3.795090
+-3.823330
+-3.854270
+-3.883290
+-3.908390
+-3.931510
+-3.955920
+-3.977590
+-3.992900
+-4.004930
+-4.014750
+-4.025040

Added: seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/topoarticle.dat
===================================================================
--- seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/topoarticle.dat	                        (rev 0)
+++ seismo/2D/SPECFEM2D/branches/new_branch_for_Xie_Zhinan/trunk/EXAMPLES/unused_older_examples_DATA_to_sort/topoarticle.dat	2012-01-24 19:05:04 UTC (rev 19460)
@@ -0,0 +1,210 @@
+ 209
+   0.    1741.09
+     12.0192    1743.55
+     24.0385    1746.09
+     36.0577    1748.72
+     48.0769    1751.41
+     60.0962    1754.16
+     72.1154    1756.95
+     84.1346    1759.79
+     96.1538    1762.66
+     108.173    1765.56
+     120.192    1768.47
+     132.212    1771.38
+     144.231    1774.30
+     156.250    1777.21
+     168.269    1780.11
+     180.288    1782.99
+     192.308    1785.85
+     204.327    1788.68
+     216.346    1791.46
+     228.365    1794.20
+     240.385    1796.89
+     252.404    1799.52
+     264.423    1802.09
+     276.442    1804.60
+     288.462    1807.02
+     300.481    1809.37
+     312.500    1811.63
+     324.519    1813.80
+     336.538    1815.90
+     348.558    1817.91
+     360.577    1819.86
+     372.596    1821.73
+     384.615    1823.53
+     396.635    1825.27
+     408.654    1826.95
+     420.673    1828.58
+     432.692    1830.19
+     444.712    1831.78
+     456.731    1833.38
+     468.750    1835.00
+     480.769    1836.67
+     492.788    1838.40
+     504.808    1840.21
+     516.827    1842.10
+     528.846    1844.02
+     540.865    1845.95
+     552.885    1847.86
+     564.904    1849.70
+     576.923    1851.44
+     588.942    1853.05
+     600.962    1854.49
+     612.981    1855.74
+     625.000    1856.81
+     637.019    1857.72
+     649.038    1858.49
+     661.058    1859.13
+     673.077    1859.68
+     685.096    1860.15
+     697.115    1860.56
+     709.135    1860.92
+     721.154    1861.22
+     733.173    1861.42
+     745.192    1861.49
+     757.212    1861.39
+     769.231    1861.09
+     781.250    1860.56
+     793.269    1859.75
+     805.288    1858.64
+     817.308    1857.17
+     829.327    1855.28
+     841.346    1852.89
+     853.365    1849.93
+     865.385    1846.34
+     877.404    1842.04
+     889.423    1836.97
+     901.442    1831.04
+     913.462    1824.28
+     925.481    1816.85
+     937.500    1809.00
+     949.519    1800.95
+     961.538    1792.92
+     973.558    1785.14
+     985.577    1777.84
+     997.596    1771.25
+     1009.62    1765.55
+     1021.63    1760.76
+     1033.65    1756.75
+     1045.67    1753.44
+     1057.69    1750.72
+     1069.71    1748.49
+     1081.73    1746.65
+     1093.75    1745.09
+     1105.77    1743.72
+     1117.79    1742.49
+     1129.81    1741.37
+     1141.83    1740.35
+     1153.85    1739.42
+     1165.87    1738.57
+     1177.88    1737.79
+     1189.90    1737.06
+     1201.92    1736.37
+     1213.94    1735.72
+     1225.96    1735.14
+     1237.98    1734.66
+     1250.00    1734.30
+     1262.02    1734.11
+     1274.04    1734.11
+     1286.06    1734.33
+     1298.08    1734.80
+     1310.10    1735.55
+     1322.12    1736.55
+     1334.13    1737.74
+     1346.15    1739.08
+     1358.17    1740.50
+     1370.19    1741.96
+     1382.21    1743.40
+     1394.23    1744.77
+     1406.25    1746.02
+     1418.27    1747.13
+     1430.29    1748.10
+     1442.31    1748.94
+     1454.33    1749.64
+     1466.35    1750.22
+     1478.37    1750.68
+     1490.38    1751.02
+     1502.40    1751.25
+     1514.42    1751.41
+     1526.44    1751.68
+     1538.46    1752.23
+     1550.48    1753.22
+     1562.50    1754.84
+     1574.52    1757.27
+     1586.54    1760.67
+     1598.56    1765.22
+     1610.58    1771.04
+     1622.60    1777.93
+     1634.62    1785.56
+     1646.63    1793.60
+     1658.65    1801.74
+     1670.67    1809.64
+     1682.69    1817.00
+     1694.71    1823.48
+     1706.73    1828.77
+     1718.75    1832.75
+     1730.77    1835.44
+     1742.79    1836.88
+     1754.81    1837.11
+     1766.83    1836.17
+     1778.85    1834.08
+     1790.87    1830.90
+     1802.88    1826.64
+     1814.90    1821.41
+     1826.92    1815.42
+     1838.94    1808.87
+     1850.96    1802.01
+     1862.98    1795.03
+     1875.00    1788.17
+     1887.02    1781.64
+     1899.04    1775.67
+     1911.06    1770.45
+     1923.08    1765.99
+     1935.10    1762.29
+     1947.12    1759.31
+     1959.13    1757.05
+     1971.15    1755.47
+     1983.17    1754.55
+     1995.19    1754.28
+     2007.21    1754.63
+     2019.23    1755.57
+     2031.25    1757.03
+     2043.27    1758.96
+     2055.29    1761.33
+     2067.31    1764.06
+     2079.33    1767.11
+     2091.35    1770.43
+     2103.37    1773.97
+     2115.38    1777.65
+     2127.40    1781.39
+     2139.42    1785.08
+     2151.44    1788.64
+     2163.46    1791.97
+     2175.48    1794.97
+     2187.50    1797.54
+     2199.52    1799.60
+     2211.54    1801.07
+     2223.56    1802.01
+     2235.58    1802.51
+     2247.60    1802.66
+     2259.62    1802.56
+     2271.63    1802.29
+     2283.65    1801.94
+     2295.67    1801.62
+     2307.69    1801.39
+     2319.71    1801.30
+     2331.73    1801.30
+     2343.75    1801.39
+     2355.77    1801.54
+     2367.79    1801.73
+     2379.81    1801.93
+     2391.83    1802.13
+     2403.85    1802.30
+     2415.87    1802.43
+     2427.88    1802.51
+     2439.90    1802.55
+     2451.92    1802.56
+     2463.94    1802.52
+     2475.96    1802.45
+     2487.98    1802.35
+     2500.00    1802.20



More information about the CIG-COMMITS mailing list