Users Manual For tomoDD11 Double-Difference Tomog [PDF]

  • 0 0 0
  • Suka dengan makalah ini dan mengunduhnya? Anda bisa menerbitkan file PDF Anda sendiri secara online secara gratis dalam beberapa menit saja! Sign Up
File loading please wait...
Citation preview

1 User’s manual for tomoDD1.1 (double-difference tomography) for determining event locations and velocity structure from local earthquakes and explosions



By Haijiang Zhang and Clifford Thurber



Department of Geology and Geophysics University of Wisconsin-Madison



Draft



August 2003



2 1. Description tomoDD is the double-difference tomography program to jointly determine event locations and velocity structure by using both absolute and differential arrival time data. The code is based on double-difference location algorithm hypoDD, written by Waldhauser (2001). For both methods, please refer to Waldhauser & Ellsworth(2000), and Zhang & Thurber (2003) for details. 2. Install and syntax This program has been tested successfully on a Sun/Unix platform. Before executing the Makefile to compile and install the program, change the array dimensions in tomoDD.inc and ray_common.inc according to the solved problem and computer memory space. Syntax to run the program tomoDD [control file] 3. Array dimensions in tomoDD.inc and ray_common.inc In tomoDD.inc: It is only necessary to change MAXEVE, MAXSTA and MAXDATA to satisfy the solved problem and computer memory space. For other hypoDD parameters MAXEVE0, MAXDATA0, MAXLAY, MAXCL, tomoDD does not use them any more and you can leave them unchanged. In ray_common.inc: maxnx---maximum number of nodes in x direction maxny--- maximum number of nodes in y direction maxnz--- maximum number of nodes in z direction mxpari--- maximum number of parameters to invert for. maxpar--- maximum number of potential parameters that could be included in the inversion. (For tomoDD purpose, mxpari is equal to maxpar. Both of them should be at least equal to iuses*(maxnz-2)*(maxny-2)*(maxnz-2).) 4. Control file (tomoDD.inp) tomoDD.inp has similar structure to hypoDD.inp, as follows. * tomoDD.inp: * This file is for Parkfield, California dataset



3 *--- input file selection * cross correlation diff times: dt.cc * *catalog P diff times: dt.ct * * event file: event.dat * * station file: station.dat * *--- output file selection * original locations: tomoDD.loc * relocations: tomoDD.reloc * station information: tomoDD.sta * residual information: tomoDD.res * source paramater information: *tomoDD.src *DWS and velocity structure tomoDD.vel *absolute arrival time data absolute.dat * *--- data type selection: * IDAT: 0 = synthetics; 1= cross corr; 2= catalog; 3= cross & cat * IPHA: 1= P; 2= S; 3= P&S * DIST:max dist [km] between cluster centroid and station * IDAT IPHA DIST 2 3 40 * *--- event clustering: * OBSCC: min # of obs/pair for crosstime data (0= no clustering) * OBSCT: min # of obs/pair for network data (0= no clustering) * OBSCC OBSCT CC_format 0 0 2 * *--- solution control: * ISTART: 1 = from single source; 2 = from network sources * ISOLV: 2=lsqr (must be equal to 2) * NSET: number of sets of iteration with specifications following * ISTART ISOLV NSET wgh1 wgh2 wgh3 Air_dep 2 2 8 5 5 5 0 * i3D delt1 ndip iskip scale1 scale2 iusep iuses iuseq 2 0 9 1 0.5 1.00 1 2 0 * invdel ifixl xfac tlim nitpb(1) nitpb(2) stepl 1 0 1.3 0.0005 50 50 0.5 * lat_Orig lon_Orig Z_Orig iorig rota 35.97425 -120.5521 0 1 -40 *



4 *--- data weighting and re-weighting: * NITER: last iteration to used the following weights * WTCCP, WTCCS: weight cross P, S * WTCTP, WTCTS: weight catalog P, S * WRCC, WRCT: residual threshold in sec for cross, catalog data * WDCC, WDCT: max dist [km] between cross, catalog linked pairs * DAMP: damping (for lsqr only) * --- CROSS DATA ----- ----CATALOG DATA ---* NITER WTCCP WTCCS WRCC WDCC WTCTP WTCTS WRCT WDCT WTCD DAMP JOINT THRES 2 0.01 0.01 -9 -9 0.1 0.08 -9 -9 10 300 1 3 2 0.01 0.01 -9 -9 0.1 0.08 -9 -9 10 200 0 3 2 0.01 0.01 -9 -9 0.1 0.08 8 -9 10 300 1 3 2 0.01 0.01 -9 -9 0.1 0.08 8 -9 10 200 0 3 2 0.01 0.01 -9 -9 1.0 0.8 6 -9 0.01 250 1 3 2 0.01 0.01 -9 -9 1.0 0.8 6 -9 0.01 200 0 3 2 0.01 0.01 -9 -9 1.0 0.8 6 10 0.01 250 1 3 5 0.01 0.01 -9 -9 1.0 0.8 6 10 0.01 200 0 3 ** *--- event selection: * CID: cluster to be relocated (0 = all) * ID: cuspids of event to be relocated (8 per line) * CID 0 * ID



Inversion strategy Since slowness models converge faster than the earthquake locations, it will be good to alternate the simultaneous inversion with the event relocations. Parameters description for file tomoDD.inp ISOLV---- must be equal to 2. tomoDD does not use SVD to solve for equations currently due to the large problem size. OBSCC, OBSCT: (in most cases) equal to zero, i.e., treat all the evens as one cluster. CC_FORMAT--- cross-correlation data format: 1= hypoDD format; 2= tomoDD format. WGH1, WGH2, WGH3--- 1st order smoothing constraints applied to slowness changes in X, Y and Z directions, respectively. AIR_DEP--- the event is air quake when the event depth is less than AIR_DEP. IUSES---1= invert Vp only; 2=invert both Vp and Vp/Vs. IUSEQ---0 (do not change) IUSEP---1 (do not change)



5 IORG---1= user defined coordinate center; otherwise hypocentroid is defined as the coordinate center. LAT_ORIG, LON_ORIG, DEP_ORIG: user defined coordinate center. ROTA: coordinate system rotation angles (anticlockwise: -; clockwise: +). tomoDD uses a pseudo-bending ray tracing algorithm to calculate rays and travel times between events and stations. The following parameters are used only for ray tracing purpose (see simul2000 algorithm user’s manual for details): I3D--- 0=no pseudo-bending; 1=use pseudo-bending only in forward problem to compute velocity partial derivatives…; 2=…also use pseudo-bending in earthquake-location subroutine…; 3=…also use diminished curvature below ‘Moho” for initial arcuate rays. (Do not set i3d=3 without such a Moho.) DELT1---originally the epicentral-distance weighting factor. For tomoDD purpose, it is only used with nitpb. NDIP--- number of rotation angles (from –90 to +90) of the plane of the ray to be used in the search for the fastest traveltime. ISKIP--- number if (higher) rotation angles to be skipped on either side of vertical in this search. SCALE1--- set scale1 to the step length (km) for the travel time computation. Set no larger than the node-grid spacing. SCALE2--- scale (km) for the number of paths tried in the ray tracing (roughly, the interval between bends in a ray. XFAC--- convergence enhancement factor for pseudo-bending (1.2