2007/05/06 22:01:10 -19.23 -179.45 705
The following compares this source inversion to the USGS Rapid Moment Tensor Solution and to the Harvard CMT solutions, if they are available.
SLU Moment Tensor Solution 2007/05/06 22:01:10 Best Fitting Double Couple Mo = 4.32e+24 dyne-cm Mw = 5.69 Z = 10 km Plane Strike Dip Rake NP1 82 57 130 NP2 205 50 45 Principal Axes: Axis Value Plunge Azimuth T 4.32e+24 57 49 N 0.00e+00 33 238 P -4.32e+24 4 145 Moment Tensor: (dyne-cm) Component Value Mxx -2.33e+24 Mxy 2.65e+24 Mxz 1.55e+24 Myy -6.78e+23 Myz 1.31e+24 Mzz 3.00e+24 -------------- ---------------####### --------------############## -------------################# -------------##################### -------------####################### ------------########################## ------------############ ############# -----------############# T ############# -----------############## ############## -----------#############################-- ----------#############################--- ----------##########################------ ##------########################-------- #####---####################------------ #######----########------------------- ######------------------------------ #####----------------------------- ####---------------------- - ####--------------------- P #--------------------- -------------- Harvard Convention Moment Tensor: R T F 3.00e+24 1.55e+24 -1.31e+24 1.55e+24 -2.33e+24 -2.65e+24 -1.31e+24 -2.65e+24 -6.78e+23 |
07/05/06 22:01:10.75 FIJI REGION Epicenter: -19.212 -179.450 MW 6.1 USGS MOMENT TENSOR SOLUTION Depth 682 No. of sta: 11 Moment Tensor; Scale 10**18 Nm Mrr= 1.36 Mtt= 0.06 Mpp=-1.42 Mrt= 0.29 Mrp=-0.47 Mtp=-0.22 Principal axes: T Val= 1.51 Plg=74 Azm= 38 N 0.01 13 184 P -1.51 9 276 Best Double Couple:Mo=1.5*10**18 NP1:Strike= 22 Dip=38 Slip= 112 NP2: 175 55 74 --##### -----###########- ------#############-- -------###############--- ---------###############----- ---------#################----- ---------#################----- -------####### #######------ P -------####### T #######------ -------####### #######------ ----------################------- ----------################------- ----------##############------- ----------#############-------- ----------##########--------- ---------#######--------- --------####--------- ------##--------- #####-- |
y 6, 2007, FIJI REGION, MW=6.1 Goran Ekstrom CENTROID-MOMENT-TENSOR SOLUTION GCMT EVENT: C200705062201A DATA: II IU CU IC L.P.BODY WAVES: 75S, 149C, T= 40 MANTLE WAVES: 45S, 46C, T=125 TIMESTAMP: Q-20070507020517 CENTROID LOCATION: ORIGIN TIME: 22:01:12.3 0.2 LAT:19.35S 0.02;LON:179.13W 0.02 DEP:692.3 1.9;TRIANG HDUR: 2.6 MOMENT TENSOR: SCALE 10**25 D-CM RR= 1.340 0.028; TT=-0.355 0.036 PP=-0.987 0.041; RT= 0.396 0.041 RP=-0.336 0.039; TP=-0.726 0.036 PRINCIPAL AXES: 1.(T) VAL= 1.530;PLG=70;AZM= 37 2.(N) -0.068; 20; 212 3.(P) -1.464; 1; 303 BEST DBLE.COUPLE:M0= 1.50*10**25 NP1: STRIKE= 52;DIP=47;SLIP= 118 NP2: STRIKE=194;DIP=50;SLIP= 63 --------### ---------########## ---------############## ---------################# P -------###################- ------####################-- ---------####### #########--- ---------######## T #########---- --------######### ########----- --------###################------ --------##################------- -------################-------- -------##############---------- ------############----------- ------#######-------------- #####------------------ ####--------------- #---------- |
The following broadband stations passed the QC and were used for the source inversion. COLA COR CTAO ERM FITZ HAWA INCN KIP MA2 MAJO MBWA NEW NWAO PET PFO PMSA POHA STKA TATO TAU TPNV TUC WRAB WRAK WVOR
All observed and Greens function waveforms are corrected to instrument response to ground velocity in meters/sec for the passband of 0.004 - 5 Hz. The traces were then lowpass filtered at 0.25 Hz and interpolated to a sample rate of 1 second.
For the deviatoric moment tensor inversion, the observed traces and Green's functions are read in an cut using the following commands
##### # Driver script for the teleseismic waveform inversion # # The depth HS must be of the form 0010 for a depth of 1.0 km # of 6700 for a depth of 670.0 km # # The Filter_Band is an integer with the following meansing # # FILTER_BAND 1/FH 1/FL # 1 60 12 for Mw < 6.4 # 2 100 20 6.4 =< Mw < 6.8 # 3 120 40 6.8 =< Mw < 7.2 # 4 143 80 7.2 =< Mw < 9.3 ##### # Source duration - halfwidth of triangular function # this filters only the Green functions # # halfwidth = 1.05 * 10-8 * M0^1/3 (M0 is dyne-cm) # # MW half-width (sec) # 5.0 0.75 # 6.0 2.45 # 7.0 7.7 # 8.0 24.5 # 9.0 74.3 # 0.5*(MW - 9) # or half-width=74.3*10 # or echo 5.58 | awk '{print 74.3*exp(0.5*log(10.0)*(0250 - 9.0)) }' ##### # Processing window for P (use SAC variable A for P arrival # Start A - 30 # End A + 2*HALFWIDTH + 0.03*HS + 30 + 1/FH # Processing window for SH (use SAC variable T0 for SH arrival # Start T0 - 60 # End T0 + 2*HALFWIDTH + 0.06*HS + 30 + 1/FH # Processing window for SV (use SAC variable T1 for SV arrival # Start T1 - 60 # End T1 + 2*HALFWIDTH + 0.06*HS + 30 + 1/FH # # The term involving HS serves to include the depth phases and # to exclude the PP or SS at most distanace #####The cut windows attempt to include the P, pP, sP, pS, S and sS arrivals. However, oen must be very careful about the fact that PP may be included in some distance ranges.
The waveforms are then bandpass filtered by the application of the following high- and low-pass stages (an optional microseism filter):
hp c 0.0167 2 lp c 0.0833 2 int br c 0.12 0.25 n 4 p 2The traces were next integrated to ground displacment in meters. Finally the observed data are interpolated to ahve the same sampling at the Green's functions.
The source inversion is a multipass operation since a lower frequency filter band is used for larger earthquakes and since a search is made over depth. Up to three passed of the outer loop are made, after which the moment magnitude is determined and filter settings readjusted. The inner loop over depth samples all depths from 0 to 800 km with 5 km increments in depth to 50 km, followed by 10 km depth sampling for the remaining range.
The following filter ranges are used according to the moment magnitude Mw:
FILTER_BAND 1/FH(s) 1/FL(s) 1 60 12 Mw < 6.4 2 100 20 6.4 < Mw <= 6.9 3 120 40 Mw > 6.9
The map displays the distribution of stations used for this source inversion.
![]() Location of the earthquake (yellow star) and great circle path from the epicenter to each station (red) [created using GMT (Wessel, P., and W. H. F. Smith, New version of Generic Mapping Tools released, EOS Trans. AGU, 76 329, 1995.)] |
For this data set the favored solution is
WVFMTD96 25.0 40. 63. -104. 5.58 0.206 0.492E-06 0.205 0.454 0.217E-06 3.3
The following figures show the sensitivity of the goodness of fit parameter so source depth, the waveform comparison as a function of epicentral distance in degrees and the source to station azimuth
![]() |
Goodness of fit as a function of source depth. The measure is 1 - SUM (o -p)2 / SUM o2. A value of 1.0 is the best fit. The best double couple mechanism for the solution depth is plotted above goodness of fit value to indicate how the mefhanism may change with depth. |
P-wave Z component |
![]() |
Comparison of the observed traces (red) and solution predicted traces (blue) ordered in terms of increasing epicentral distance. Each pair of traces is annotated with the station name, epicentral distance in degrees, source to station azimuth in degrees. Each pair of traces is plotted with the same scale and the peak amplitudes are indicated at the lect of each trace. Finally the time shift between the P-wave first arrival picked and the the theoretical P-wave first arrival in the predicted trace is indicated, with a positive sign indicating that the predicted trace has been shifted to the right by the given number of seconds. as a function of source to station azimuth in degrees (D). The purpose of this display is to highlight the azimuthal dependence on the first motion. The traces are annotated with the station name at the top. |
SH-wave T component |
![]() |
Comparison of the observed traces (red) and solution predicted traces (blue) ordered in terms of increasing epicentral distance. Each pair of traces is annotated with the station name, epicentral distance in degrees, source to station azimuth in degrees. Each pair of traces is plotted with the same scale and the peak amplitudes are indicated at the lect of each trace. Finally the time shift between the P-wave first arrival picked and the the theoretical P-wave first arrival in the predicted trace is indicated, with a positive sign indicating that the predicted trace has been shifted to the right by the given number of seconds. as a function of source to station azimuth in degrees (D). The purpose of this display is to highlight the azimuthal dependence on the first motion. The traces are annotated with the station name at the top. |
SV-wave R component |
![]() |
Comparison of the observed traces (red) and solution predicted traces (blue) ordered in terms of increasing epicentral distance. Each pair of traces is annotated with the station name, epicentral distance in degrees, source to station azimuth in degrees. Each pair of traces is plotted with the same scale and the peak amplitudes are indicated at the lect of each trace. Finally the time shift between the P-wave first arrival picked and the the theoretical P-wave first arrival in the predicted trace is indicated, with a positive sign indicating that the predicted trace has been shifted to the right by the given number of seconds. as a function of source to station azimuth in degrees (D). The purpose of this display is to highlight the azimuthal dependence on the first motion. The traces are annotated with the station name at the top. |
All observed and Greens function waveforms are corrected to instrument response to ground velocity in meters/sec for the passband of 0.004 - 5 Hz. The traces were then lowpass filtered at 0.25 Hz and interpolated to a sample rate of 1 second.
For the grid search, the observed traces and Green's functions are read in an cut using the following commands
##### # Driver script for the teleseismic waveform inversion # # The depth HS must be of the form 0010 for a depth of 1.0 km # of 6700 for a depth of 670.0 km # # The Filter_Band is an integer with the following meansing # # FILTER_BAND 1/FH 1/FL # 1 60 12 for Mw < 6.4 # 2 100 20 6.4 =< Mw < 6.8 # 3 120 40 6.8 =< Mw < 7.2 # 4 143 80 7.2 =< Mw < 9.3 ##### # Source duration - halfwidth of triangular function # this filters only the Green functions # # halfwidth = 1.05 * 10-8 * M0^1/3 (M0 is dyne-cm) # # MW half-width (sec) # 5.0 0.75 # 6.0 2.45 # 7.0 7.7 # 8.0 24.5 # 9.0 74.3 # 0.5*(MW - 9) # or half-width=74.3*10 # or echo 5.69 | awk '{print 74.3*exp(0.5*log(10.0)*(0100 - 9.0)) }' ##### # Processing window for P (use SAC variable A for P arrival # Start A - 30 # End A + 2*HALFWIDTH + 0.03*HS + 30 + 1/FH # Processing window for SH (use SAC variable T0 for SH arrival # Start T0 - 60 # End T0 + 2*HALFWIDTH + 0.06*HS + 30 + 1/FH # Processing window for SV (use SAC variable T1 for SV arrival # Start T1 - 60 # End T1 + 2*HALFWIDTH + 0.06*HS + 30 + 1/FH # # The term involving HS serves to include the depth phases and # to exclude the PP or SS at most distanace #####The cut windows attempt to include the P, pP, sP, pS, S and sS arrivals. However, oen must be very careful about the fact that PP may be included in some distance ranges.
The waveforms are then bandpass filtered by the application of the following high- and low-pass stages (an optional microseism filter):
hp c 0.0167 2 lp c 0.0833 2 int br c 0.12 0.25 n 4 p 2The traces were next integrated to ground displacment in meters. Finally the observed data are interpolated to ahve the same sampling at the Green's functions.
The source inversion is a multipass operation since a lower frequency filter band is used for larger earthquakes and since a search is made over depth. Up to three passed of the outer loop are made, after which the moment magnitude is determined and filter settings readjusted. The inner loop over depth samples all depths from 0 to 800 km with 5 km increments in depth to 50 km, followed by 10 km depth sampling for the remaining range.
The following filter ranges are used according to the moment magnitude Mw:
FILTER_BAND 1/FH(s) 1/FL(s) 1 60 12 Mw < 6.4 2 100 20 6.4 < Mw <= 6.9 3 120 40 Mw > 6.9
The map displays the distribution of stations used for this source inversion.
![]() Location of the earthquake (yellow star) and great circle path from the epicenter to each station (red) [created using GMT (Wessel, P., and W. H. F. Smith, New version of Generic Mapping Tools released, EOS Trans. AGU, 76 329, 1995.)] |
For this data set the favored solution is
WVFGRD96 10.0 205 50 45 5.69 0.2801
The following figures show the sensitivity of the goodness of fit parameter so source depth, the waveform comparison as a function of epicentral distance in degrees and the source to station azimuth
![]() |
Goodness of fit as a function of source depth. The measure is 1 - SUM (o -p)2 / SUM o2. A value of 1.0 is the best fit. The best double couple mechanism for the solution depth is plotted above goodness of fit value to indicate how the mefhanism may change with depth. |
P-wave Z component |
![]() |
Comparison of the observed traces (red) and solution predicted traces (blue) ordered in terms of increasing epicentral distance. Each pair of traces is annotated with the station name, epicentral distance in degrees, source to station azimuth in degrees. Each pair of traces is plotted with the same scale and the peak amplitudes are indicated at the lect of each trace. Finally the time shift between the P-wave first arrival picked and the the theoretical P-wave first arrival in the predicted trace is indicated, with a positive sign indicating that the predicted trace has been shifted to the right by the given number of seconds. as a function of source to station azimuth in degrees (D). The purpose of this display is to highlight the azimuthal dependence on the first motion. The traces are annotated with the station name at the top. |
SH-wave T component |
![]() |
Comparison of the observed traces (red) and solution predicted traces (blue) ordered in terms of increasing epicentral distance. Each pair of traces is annotated with the station name, epicentral distance in degrees, source to station azimuth in degrees. Each pair of traces is plotted with the same scale and the peak amplitudes are indicated at the lect of each trace. Finally the time shift between the P-wave first arrival picked and the the theoretical P-wave first arrival in the predicted trace is indicated, with a positive sign indicating that the predicted trace has been shifted to the right by the given number of seconds. as a function of source to station azimuth in degrees (D). The purpose of this display is to highlight the azimuthal dependence on the first motion. The traces are annotated with the station name at the top. |
SV-wave R component |
![]() |
Comparison of the observed traces (red) and solution predicted traces (blue) ordered in terms of increasing epicentral distance. Each pair of traces is annotated with the station name, epicentral distance in degrees, source to station azimuth in degrees. Each pair of traces is plotted with the same scale and the peak amplitudes are indicated at the lect of each trace. Finally the time shift between the P-wave first arrival picked and the the theoretical P-wave first arrival in the predicted trace is indicated, with a positive sign indicating that the predicted trace has been shifted to the right by the given number of seconds. as a function of source to station azimuth in degrees (D). The purpose of this display is to highlight the azimuthal dependence on the first motion. The traces are annotated with the station name at the top. |
Starting Processing : Fri May 18 15:17:42 UTC 2007 Starting query to get files : Fri May 18 15:17:42 UTC 2007 Starting stareq for response: Fri May 18 15:24:08 UTC 2007 Starting deconvolution : Fri May 18 15:26:31 UTC 2007 Starting trace rotation : Fri May 18 15:27:38 UTC 2007 Starting distance selection : Fri May 18 15:27:57 UTC 2007 Starting trace QC : Fri May 18 15:28:01 UTC 2007 Starting Grid Search : Fri May 18 15:34:32 UTC 2007 Starting MTD : Fri May 18 15:40:13 UTC 2007 Starting documentation : Fri May 18 15:43:24 UTC 2007