Computer Programs in Seismology Tutorial

Synthetics for horizontal DAS

Introduction

The purpose of this tutorial is to model strain and displacement at DAS elements of an actual array. thus it differs from the tutorial CPSstrain in that example can be modified to model actual data sets.

The file ../CPSSTRAIN/strain.pdf describes the theory of the CPS codes used to model the displacement, strain and stress fields.

Coordinate systems

The following figures illustrate the geometry of the problem and the angles involved. The epicenter generates the seismic wavefield which then propagates to the DAS element. At distances short enough that one can ignore the curvature of the earth, the back azimuth from the DAS element to the epicenter is just 180o plus azimuth from the source. When this is not true, then this simple relation does not hold.

The xr, xφ, xz and x1, x2, x3 are right-hand coordinate systems with the xz and x3 axes positive downward.

Figure 1 illustrates the coordinate that governs the radiation of the source. The great circle path from the source to the receiver leaves the source at an azimuth of φ.

Figure 2 displays the coordinate system at the receiver. xr is the direction of the incident ray from the source. The azimuth from the source, φ and back azimuth, BAZ, are computed given the geographic coordinates of the source (ELAT,ELON) and receiver (STLA, STLO).

Figure 3 describes the orientation of the DAS element. In the presentation here, the DAS element is aligned with the x1 axis, which trends in a direction defined by AZDAS.

Figure 4 shows the relationship between the incident wavefield and the DAS coordinate system. The angle θ = BAZ + 180 - AZDAS is used to transform the displacements, stresses and strains in the (r,φ,z) coordinate system tot he desired (1,2,3) coordinate system.

φ - azimuth with respect to North from the
source to the receiver. The angle φ affects the radiation pattern from the source.
Figure 1
BAZ - back-azimuth with respect to North from the receiver back to the source. This angle is usually used to rotate observed horizontal motions to radial and transverse with respect to the incident ray. The radial direction away from the source is at an azimuth of π + BAZ .
Figure 2
AZDAS - direction of a local x1 axis at the receiver. We will assume that this is the local direction of the DAS line.
Figure 3.
θ - angle from the positive x1 axis to the radial direction from the source.
Figure 4

All angles are measured in a clockwise direction

In order to model the observed Ux and exx at the DAS element, the following steps are performed:

Detailed example

Download the DOSTRAIN.tgz and unpack it using the command

gunzip -c DASSTRAIN.tgz | tar xf - 

The will create the directory DASSTRAIN with shell scripts DOITWK and DOITSW. The first computes complete synthetics using wavenumber integration, while the second uses surface-wave modal superposition.

Wavenumber integration

cd DASSTRAIN
DOITWK

The script DOITWK is based on a real data set. The script consists of the following sections:

Profile of DAS elements. The epicenter is indicated by the star.

True amplitude lot of the u1 ground velocity along the profile. Positive amplitudes are shaded. The red tics indicate the theoretical P and S first-arrival times.

True amplitude lot of the E11 ground strain along the profile. Positive amplitudes are shaded. The red tics indicate the theoretical P and S first-arrival times.

Modal superposition

cd DASSTRAIN
DOITSW

This script invokes the surface wave codes. Since the surface wave synthetic will include only those arrivals with phase velocities less than or equal to the halfspace S-wave velocity and since the example has the source in the medium where VP is 6 km/s, the model used for the wavenumber integration will not be able to model the wavefield due to the direct P wave. To address this a layer is placed at depth with VP=14 km/s and VS=7 km/s. The resulting synthetics are known as locked mode synthetics.

The next two figures overlay the wavenumebr integration and locked mode synthetics using different colors for each.. the comparison is excellent.

True amplitude lot of the u1 ground velocity along the profile. Positive amplitudes are shaded. The red tics indicate the theoretical P and S first-arrival times.

True amplitude lot of the E11 ground strain along the profile. Positive amplitudes are shaded. The red tics indicate the theoretical P and S first-arrival times.

Discussion

One interesting aspect of this study is that the initial P-wave amplitudes are very small for this source mechanism. Another interesting feature is that the E11 is very similar in appearance to the u1 ground velocity.

Support scripts

The scripts EPSTOPNG and DOPLTPNG are sued to convert EPS and the CPS PLT files to PNG bit graphics using the ImageMagick package convert. These were used to create the graphics of this tutorial.