x1 | 走時を計算する一方の地点の水平位置(\(x_1\))。 The horizontal location (\(x_1\)) of one point for the travel time calculation. |
z1 | \(x_1\)に対応する地点の標高(\(z_1\))。 The elevation (\(z_1\)) of the point corresponding to \(x_1\). |
x2 | 走時を計算する他方の地点の水平位置(\(x_2\))。 The horizontal location (\(x_2\)) of the other point for the travel time calculation. |
z2 | \(x_2\)に対応する地点の標高(\(z_2\))。 The elevation (\(z_2\)) of the point corresponding to \(x_2\). |
Nlayers | 層の数。 The number of layers. |
v | 各層の速度を浅い側から順に並べた配列。
配列要素数はNlayersであって
0<v[0]<v[1]<……v[Nlayers-1]
でなければならない。 An array composed of the velocities in individual layers, ordered from shallow to deep. The number of array components must be Nlayers, and the values must satisfy 0<v[0]<v[1]<……v[Nlayers-1]. |
zb | 層境界の標高を浅い側から順に並べた配列。
要素数はNlayers−1であって
zb[0]>zb[1]>…>zb[Nlayers-2]
でなければならない。 An array composed of the elevations of the layer boundaries, ordered from shallow to deep. The number of array components must be Nlayers−1, and the values must satisfy zb[0]>zb[1]>…>zb[Nlayers-2]. |
層 Layer |
標高範囲(m) Elevation range (m) |
速度(m/s) Velocity (m/s) |
1 | \(\geq\)2000 | 2500 |
2 | 500-2000 | 3500 |
3 | 0-500 | 4000 |
4 | \(-\)400-0 | 5500 |
5 | \(\leq -\)400 | 6000 |
層 Layer |
点\(P_0\)からの波線の角度(°) Angle of the ray from \(P_0\) (°) |
点\(Q_0\)からの波線の角度(°) Angle of the ray from \(Q_0\) (°) |
1 | 5.0000 | 38.508 |
2 | 7.0086 | 60.653 |
3 | 8.0160 | 85.000 |
4 | 11.054 | - |
5 | 12.074 | - |
層 Layer |
第2層上端を通る屈折波の波線の角度(°) Angle of the ray that passes through the top of the 2nd layer (°) |
第3層上端を通る屈折波の波線の角度(°) Angle of the ray that passes through the top of the 3rd layer (°) |
第4層上端を通る屈折波の波線の角度(°) Angle of the ray that passes through the top of the 4th layer (°) |
第5層上端を通る屈折波の波線の角度(°) Angle of the ray that passes through the top of the 5th layer (°) |
1 | 45.585 | 38.682 | 27.036 | 24.624 |
2 | 90.000 | 61.045 | 39.521 | 35.685 |
3 | - | 90.000 | 46.658 | 41.810 |
4 | - | - | 90.000 | 66.444 |
5 | - | - | - | 90.000 |
点 Point (m) |
直達波の走時(s) Travel time of the direct wave (s) |
\(P_1(126.2,2200.0)\) | 0.1205 |
\(P_2(143.7,2000.0)\) | 0.2008 |
\(P_3(266.7,1000.0)\) | 0.4886 |
\(P_4(328.1,500.0)\) | 0.6326 |
\(P_5(370.4,200.0)\) | 0.7083 |
\(P_6(398.6,0.0)\) | 0.7588 |
\(P_7(437.6,-200.0)\) | 0.7958 |
\(P_8(476.7,-400.0)\) | 0.8329 |
\(P_9(519.5,-600.0)\) | 0.8670 |
点(m) Point (m) |
直達波の走時(s) Travel time of the direct wave (s) |
第4層上端を通る屈折波の走時(s) Travel time of the refracted wave that passes through the top of the 4th layer (s) |
第5層上端を通る屈折波の走時(s) Travel time of the refracted wave that passes through the top of the 5th layer (s) |
\(Q_1(1343.0,300.0)\) | 0.2868 | 0.2936 | - |
\(Q_2(2486.0,400.0)\) | 0.5737 | 0.5186 | - |
\(Q_3(3057.5,450.0)\) | 0.7171 | 0.6311 | 0.6555 |
\(Q_4(3629.0,500.0)\) | 0.8605 | 0.7436 | 0.7601 |
\(Q_5(5407.6,1500.0)\) | 1.4435 | 1.2873 | 1.2886 |
\(Q_6(6119.0,1900.0)\) | 1.6767 | 1.5048 | 1.5000 |
\(Q_7(6296.9,2000.0)\) | 1.7350 | 1.5592 | 1.5528 |
\(Q_8(6694.7,2500.0)\) | 1.9906 | 1.8097 | 1.8009 |
出発地点(m) Origin (m) |
到達地点(m) Destination (m) |
走時の正解(s) Correct travel time (s) |
関数を用いて計算した走時(s) Travel time calculated with this function (s) |
\(P_0(100,2500)\) | \(P_1(126.2,2200.0)\) | 0.1205 | 0.1205 |
\(P_0(100,2500)\) | \(P_2(143.7,2000.0)\) | 0.2008 | 0.2008 |
\(P_0(100,2500)\) | \(P_3(266.7,1000.0)\) | 0.4886 | 0.4886 |
\(P_0(100,2500)\) | \(P_4(328.1,500.0)\) | 0.6326 | 0.6326 |
\(P_0(100,2500)\) | \(P_5(370.4,200.0)\) | 0.7083 | 0.7083 |
\(P_0(100,2500)\) | \(P_6(398.6,0.0)\) | 0.7588 | 0.7588 |
\(P_0(100,2500)\) | \(P_7(437.6,-200.0)\) | 0.7958 | 0.7958 |
\(P_0(100,2500)\) | \(P_8(476.7,-400.0)\) | 0.8329 | 0.8329 |
\(P_0(100,2500)\) | \(P_9(519.5,-600.0)\) | 0.8670 | 0.8670 |
\(Q_0(200,200)\) | \(Q_1(1343.0,300.0)\) | 0.2868 | 0.2868 |
\(Q_0(200,200)\) | \(Q_2(2486.0,400.0)\) | 0.5186 | 0.5186 |
\(Q_0(200,200)\) | \(Q_3(3057.5,450.0)\) | 0.6311 | 0.6311 |
\(Q_0(200,200)\) | \(Q_4(3629.0,500.0)\) | 0.7436 | 0.7436 |
\(Q_0(200,200)\) | \(Q_5(5407.6,1500.0)\) | 1.2873 | 1.2873 |
\(Q_0(200,200)\) | \(Q_6(6119.0,1900.0)\) | 1.5000 | 1.5000 |
\(Q_0(200,200)\) | \(Q_7(6296.9,2000.0)\) | 1.5528 | 1.5528 |
\(Q_0(200,200)\) | \(Q_8(6694.7,2500.0)\) | 1.8009 | 1.8009 |