[cig-commits] r18870 - seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Thu Sep 1 06:46:18 PDT 2011


Author: dkomati1
Date: 2011-09-01 06:46:17 -0700 (Thu, 01 Sep 2011)
New Revision: 18870

Removed:
   seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/Par_file_Ronan_SV_30
   seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/Par_file_canyon
   seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/Paul_external_9node_mesh/
   seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/SOURCE.adj
   seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/SOURCE.regular
   seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/SOURCE_Ronan_SV_30
   seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/SOURCE_canyon
   seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/STATIONS
   seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/STATIONS_canyon
   seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/interfaces_Ronan_SV_30.dat
Log:
removed some obsolete examples


Deleted: seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/Par_file_Ronan_SV_30
===================================================================
--- seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/Par_file_Ronan_SV_30	2011-09-01 13:42:50 UTC (rev 18869)
+++ seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/Par_file_Ronan_SV_30	2011-09-01 13:46:17 UTC (rev 18870)
@@ -1,100 +0,0 @@
-
-# title of job, and file that contains interface data
-title                           = Test for flat canyon Ronan SV 30 degrees
-interfacesfile                  = interfaces_Ronan_SV_30.dat
-
-# data concerning mesh, when generated using third-party app (more info in README)
-read_external_mesh              = .false.
-mesh_file                       = ./DATA/unstructured_fluid_solid_test/mesh          # file containing the mesh
-nodes_coords_file               = ./DATA/unstructured_fluid_solid_test/nodes_coords  # file containing the nodes coordinates
-materials_file                  = ./DATA/unstructured_fluid_solid_test/mat           # file containing the material number for each element
-free_surface_file               = ./DATA/unstructured_fluid_solid_test/surface_free  # file containing the free surface
-absorbing_surface_file          = ./DATA/unstructured_fluid_solid_test/surface_abs   # 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                              = 70             # 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                              = 2000             # total number of time steps
-deltat                          = 1.e-2          # duration of a time step
-
-# source parameters
-source_surf                     = .true.        # source inside the medium or at the surface
-xs                              = 0.          # source location x in meters
-zs                              = 0.          # 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                              = 8.0           # dominant source frequency (Hz) if not Dirac or Heaviside
-angleforce                      = 0.             # 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 line parameters for seismograms
-seismotype                      = 1              # record 1=displ 2=veloc 3=accel 4=pressure
-generate_STATIONS               = .true.         # creates a STATION file in ./DATA
-nreceiverlines                  = 1              # number of receiver lines
-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 line
-nrec                            = 11             # number of receivers
-xdeb                            = 0.           # first receiver x in meters
-zdeb                            = 0.          # first receiver z in meters
-xfin                            = 10.          # last receiver x in meters (ignored if onlyone receiver)
-zfin                            = 0.          # 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      = 100            # 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                         = .false.        # 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.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 70  1 28 1

Deleted: seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/Par_file_canyon
===================================================================
--- seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/Par_file_canyon	2011-09-01 13:42:50 UTC (rev 18869)
+++ seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/Par_file_canyon	2011-09-01 13:46:17 UTC (rev 18870)
@@ -1,102 +0,0 @@
-
-# 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                              = 70             # number of elements along X
-ngnod                           = 4              # number of control nodes per element (4 or 9)
-initialfield                    = .false.        # 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                              = 5000           # total number of time steps
-deltat                          = 2.e-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                              = 1.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 line parameters for seismograms
-seismotype                      = 1              # record 1=displ 2=veloc 3=accel 4=pressure
-generate_STATIONS               = .true.         # creates a STATION file in ./DATA
-nreceiverlines                  = 1              # number of receiver lines
-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 line
-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      = 250            # 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 70  1 28 1

Deleted: seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/SOURCE.adj
===================================================================
--- seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/SOURCE.adj	2011-09-01 13:42:50 UTC (rev 18869)
+++ seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/SOURCE.adj	2011-09-01 13:46:17 UTC (rev 18870)
@@ -1,13 +0,0 @@
-# source 1
-source_surf                     = .false.        # source inside the medium or at the surface
-xs                              = 2500.          # source location x in meters
-zs                              = 2500.          # 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                              = 10           # dominant source frequency (Hz) if not Dirac or Heaviside
-tshift                          = 0.          # offset of the source, irrelevant if NSOURCES=1
-angleforce                      = -90.             # 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

Deleted: seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/SOURCE.regular
===================================================================
--- seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/SOURCE.regular	2011-09-01 13:42:50 UTC (rev 18869)
+++ seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/SOURCE.regular	2011-09-01 13:46:17 UTC (rev 18870)
@@ -1,17 +0,0 @@
-# source 1
-source_surf                     = .false.        # source inside the medium or at the surface
-xs                              = 1600.          # source location x in meters
-zs                              = 2900.          # source location z in meters
-source_type                     = 2              # 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                              = 15           # dominant source frequency (Hz) if not Dirac or Heaviside
-tshift                          = 0.
-angleforce                      = 00.             # 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
-
-# The components of a moment tensor source must be given in N.m,
-# not in dyne.cm as in the DATA/CMTSOLUTION source file of the 3D version of the code.
-

Deleted: seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/SOURCE_Ronan_SV_30
===================================================================
--- seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/SOURCE_Ronan_SV_30	2011-09-01 13:42:50 UTC (rev 18869)
+++ seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/SOURCE_Ronan_SV_30	2011-09-01 13:46:17 UTC (rev 18870)
@@ -1,13 +0,0 @@
-# source parameters
-source_surf                     = .true.        # source inside the medium or at the surface
-xs                              = 0.          # source location x in meters
-zs                              = 0.          # 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                              = 8.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                      = 0.             # 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

Deleted: seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/SOURCE_canyon
===================================================================
--- seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/SOURCE_canyon	2011-09-01 13:42:50 UTC (rev 18869)
+++ seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/SOURCE_canyon	2011-09-01 13:46:17 UTC (rev 18870)
@@ -1,13 +0,0 @@
-# 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

Deleted: seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/STATIONS
===================================================================
--- seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/STATIONS	2011-09-01 13:42:50 UTC (rev 18869)
+++ seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/STATIONS	2011-09-01 13:46:17 UTC (rev 18870)
@@ -1,11 +0,0 @@
-S0001    AA          300.0000000         2997.7298909       0.0         0.0
-S0002    AA          640.0000000         3008.0430011       0.0         0.0
-S0003    AA          980.0000000         3090.8224062       0.0         0.0
-S0004    AA         1320.0000000         3283.0303923       0.0         0.0
-S0005    AA         1660.0000000         3347.8768862       0.0         0.0
-S0006    AA         2000.0000000         3250.0000000       0.0         0.0
-S0007    AA         2340.0000000         3197.3138031       0.0         0.0
-S0008    AA         2680.0000000         3150.9619873       0.0         0.0
-S0009    AA         3020.0000000         3086.5939051       0.0         0.0
-S0010    AA         3360.0000000         3042.8523748       0.0         0.0
-S0011    AA         3700.0000000         3020.6886768       0.0         0.0

Deleted: seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/STATIONS_canyon
===================================================================
--- seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/STATIONS_canyon	2011-09-01 13:42:50 UTC (rev 18869)
+++ seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/STATIONS_canyon	2011-09-01 13:46:17 UTC (rev 18870)
@@ -1,80 +0,0 @@
-S0001    AA            9.0000000            9.0000000       0.0         0.0
-S0002    AA            9.0689655            9.0000000       0.0         0.0
-S0003    AA            9.1379310            9.0000000       0.0         0.0
-S0004    AA            9.2068966            9.0000000       0.0         0.0
-S0005    AA            9.2758621            9.0000000       0.0         0.0
-S0006    AA            9.3448276            9.0000000       0.0         0.0
-S0007    AA            9.4137931            9.0000000       0.0         0.0
-S0008    AA            9.4827586            9.0000000       0.0         0.0
-S0009    AA            9.5517241            9.0000000       0.0         0.0
-S0010    AA            9.6206897            9.0000000       0.0         0.0
-S0011    AA            9.6896552            9.0000000       0.0         0.0
-S0012    AA            9.7586207            9.0000000       0.0         0.0
-S0013    AA            9.8275862            9.0000000       0.0         0.0
-S0014    AA            9.8965517            9.0000000       0.0         0.0
-S0015    AA            9.9655172            9.0000000       0.0         0.0
-S0016    AA           10.0344828            9.0000000       0.0         0.0
-S0017    AA           10.1034483            9.0000000       0.0         0.0
-S0018    AA           10.1724138            9.0000000       0.0         0.0
-S0019    AA           10.2413793            9.0000000       0.0         0.0
-S0020    AA           10.3103448            9.0000000       0.0         0.0
-S0021    AA           10.3793103            9.0000000       0.0         0.0
-S0022    AA           10.4482759            9.0000000       0.0         0.0
-S0023    AA           10.5172414            9.0000000       0.0         0.0
-S0024    AA           10.5862069            9.0000000       0.0         0.0
-S0025    AA           10.6551724            9.0000000       0.0         0.0
-S0026    AA           10.7241379            9.0000000       0.0         0.0
-S0027    AA           10.7931034            9.0000000       0.0         0.0
-S0028    AA           10.8620690            9.0000000       0.0         0.0
-S0029    AA           10.9310345            9.0000000       0.0         0.0
-S0030    AA           11.0000000            9.0000000       0.0         0.0
-S0031    AA           11.0123117            8.8435655       0.0         0.0
-S0032    AA           11.0489435            8.6909830       0.0         0.0
-S0033    AA           11.1089935            8.5460095       0.0         0.0
-S0034    AA           11.1909830            8.4122147       0.0         0.0
-S0035    AA           11.2928932            8.2928932       0.0         0.0
-S0036    AA           11.4122147            8.1909830       0.0         0.0
-S0037    AA           11.5460095            8.1089935       0.0         0.0
-S0038    AA           11.6909830            8.0489435       0.0         0.0
-S0039    AA           11.8435655            8.0123117       0.0         0.0
-S0040    AA           12.0000000            8.0000000       0.0         0.0
-S0041    AA           12.1564345            8.0123117       0.0         0.0
-S0042    AA           12.3090170            8.0489435       0.0         0.0
-S0043    AA           12.4539905            8.1089935       0.0         0.0
-S0044    AA           12.5877853            8.1909830       0.0         0.0
-S0045    AA           12.7071068            8.2928932       0.0         0.0
-S0046    AA           12.8090170            8.4122147       0.0         0.0
-S0047    AA           12.8910065            8.5460095       0.0         0.0
-S0048    AA           12.9510565            8.6909830       0.0         0.0
-S0049    AA           12.9876883            8.8435655       0.0         0.0
-S0050    AA           13.0000000            9.0000000       0.0         0.0
-S0051    AA           13.0666667            9.0000000       0.0         0.0
-S0052    AA           13.1333333            9.0000000       0.0         0.0
-S0053    AA           13.2000000            9.0000000       0.0         0.0
-S0054    AA           13.2666667            9.0000000       0.0         0.0
-S0055    AA           13.3333333            9.0000000       0.0         0.0
-S0056    AA           13.4000000            9.0000000       0.0         0.0
-S0057    AA           13.4666667            9.0000000       0.0         0.0
-S0058    AA           13.5333333            9.0000000       0.0         0.0
-S0059    AA           13.6000000            9.0000000       0.0         0.0
-S0060    AA           13.6666667            9.0000000       0.0         0.0
-S0061    AA           13.7333333            9.0000000       0.0         0.0
-S0062    AA           13.8000000            9.0000000       0.0         0.0
-S0063    AA           13.8666667            9.0000000       0.0         0.0
-S0064    AA           13.9333333            9.0000000       0.0         0.0
-S0065    AA           14.0000000            9.0000000       0.0         0.0
-S0066    AA           14.0666667            9.0000000       0.0         0.0
-S0067    AA           14.1333333            9.0000000       0.0         0.0
-S0068    AA           14.2000000            9.0000000       0.0         0.0
-S0069    AA           14.2666667            9.0000000       0.0         0.0
-S0070    AA           14.3333333            9.0000000       0.0         0.0
-S0071    AA           14.4000000            9.0000000       0.0         0.0
-S0072    AA           14.4666667            9.0000000       0.0         0.0
-S0073    AA           14.5333333            9.0000000       0.0         0.0
-S0074    AA           14.6000000            9.0000000       0.0         0.0
-S0075    AA           14.6666667            9.0000000       0.0         0.0
-S0076    AA           14.7333333            9.0000000       0.0         0.0
-S0077    AA           14.8000000            9.0000000       0.0         0.0
-S0078    AA           14.8666667            9.0000000       0.0         0.0
-S0079    AA           14.9333333            9.0000000       0.0         0.0
-S0080    AA           15.0000000            9.0000000       0.0         0.0

Deleted: seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/interfaces_Ronan_SV_30.dat
===================================================================
--- seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/interfaces_Ronan_SV_30.dat	2011-09-01 13:42:50 UTC (rev 18869)
+++ seismo/2D/SPECFEM2D/trunk/EXAMPLES/DATA_to_sort_older_examples/interfaces_Ronan_SV_30.dat	2011-09-01 13:46:17 UTC (rev 18870)
@@ -1,26 +0,0 @@
-#
-# 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
- 5000 0
-#
-# interface number 2 (topography, top of the mesh)
-#
- 2
-    0 9
- 5000 9
-#
-# for each layer, we give the number of spectral elements in the vertical direction
-#
-#
-# layer number 1 (bottom layer)
-#
- 28



More information about the CIG-COMMITS mailing list