コメント行 (Comment lines) point: 点の定義 (Definitions of points) plane: 面の定義 (Definitions of planes) area:
• • • |
P1[TAB]10.0[TAB]20.0[TAB]30.0 P2[TAB]400.0[TAB]500.0[TAB]600.0 P3[TAB]-7000.0[TAB]8000.0[TAB]-9000.0 |
S1[TAB]P1:P2:P3 S2[TAB]P1:P2:P4 S3[TAB]P1:P3:P4 S4[TAB]P2:P3:P4 |
plane[TAB]S1 S2 S3 S4 S5 S6 S7 S8 S9 S10 |
plane[TAB]S1 S2 S3 S4 S5 plane[TAB]S6 S7 S8 S9 S10 |
plane[TAB]S1 S3 S5 S7 S9 S10 S8 S6 S4 S2 |
点 Point |
密度[kg/m\(^3\)] Density [kg/m\(^3\)] |
P波速度[m/s] P-wave velocity [m/s] |
S波速度[m/s] S-wave velocity (m/s) |
P1 | 2100 | 2500 | 1500 |
P2 | 2200 | 3000 | この点では値を定義しない Do not define the value at this point |
P3 | 2300 | 3200 | この点では値を定義しない Do not define the value at this point |
P4 | 2400 | この点では値を定義しない Do not define the value at this point |
1800 |
P5 | この点では値を定義しない Do not define the value at this point |
3500 | 2000 |
P6 | この点では値を定義しない Do not define the value at this point |
この点では値を定義しない Do not define the value at this point |
2200 |
rho[TAB]P1[TAB]2100.0 rho[TAB]P2[TAB]2200.0 rho[TAB]P3[TAB]2300.0 rho[TAB]P4[TAB]2400.0 Vp[TAB]P1[TAB]2500.0 Vp[TAB]P2[TAB]3000.0 Vp[TAB]P3[TAB]3200.0 Vp[TAB]P5[TAB]3500.0 Vs[TAB]P1[TAB]1500.0 Vs[TAB]P4[TAB]1800.0 Vs[TAB]P5[TAB]2000.0 Vs[TAB]P6[TAB]2200.0 |
rho[TAB]P1[TAB]2100.0 Vp[TAB]P1[TAB]2500.0 Vs[TAB]P1[TAB]1500.0 rho[TAB]P2[TAB]2200.0 Vp[TAB]P2[TAB]3000.0 rho[TAB]P3[TAB]2300.0 Vp[TAB]P3[TAB]3200.0 rho[TAB]P4[TAB]2400.0 Vs[TAB]P4[TAB]1800.0 Vp[TAB]P5[TAB]3500.0 Vs[TAB]P5[TAB]2000.0 Vs[TAB]P6[TAB]2200.0 |
Vp[TAB]P1[TAB]2500.0 Vp[TAB]P2[TAB]3000.0 Vp[TAB]P3[TAB]3200.0 Vp[TAB]P5[TAB]3500.0 Vs[TAB]P1[TAB]1500.0 Vs[TAB]P4[TAB]1800.0 Vs[TAB]P5[TAB]2000.0 Vs[TAB]P6[TAB]2200.0 rho[TAB]P1[TAB]2100.0 rho[TAB]P2[TAB]2200.0 rho[TAB]P3[TAB]2300.0 rho[TAB]P4[TAB]2400.0 |
小領域名 Subdomain name |
小領域の空間範囲 The spatial extent of the subdomain |
小領域内での構造 The structure in the subdomain |
A | \(x<0\)の範囲。但し小領域Cを除く。 The range of \(x<0\), except for the subdomain C. |
下記の値を持つ一様な構造。 A uniform structure with the values below.
|
B | \(x\geq 0\)の範囲。但し小領域Cを除く。 The range of \(x\geq 0\), except for the subdomain C. |
|
C | 4点\((0,1000,-2000)\), \((500,-1000,-2000)\), \((-500,-1000,-2000)\),
\((0,0,-1000)\)を頂点とする三角錐の領域。 A delta cone volume with the apexes at \((0,1000,-2000)\), \((500,-1000,-2000)\), \((-500,-1000,-2000)\), and \((0,0,-1000)\). |
下記の値を持つ一様な構造。 A uniform structure with the values below.
|
####################################### ## 点の定義 ## Definitions of points ####################################### point: # 地下構造の定義域の端 # ※区切りの良い数字を避ける必要がある。 # Ends of the definition ranges of the structure # ∗Need to avoid exact values. edge_WSD[TAB]-10000.01[TAB]-10000.01[TAB]-10000.01 edge_WSU[TAB]-10000.01[TAB]-10000.01[TAB]5000.0 edge_WND[TAB]-10000.01[TAB]10000.0[TAB]-10000.01 edge_WNU[TAB]-10000.01[TAB]10000.0[TAB]5000.0 edge_ESD[TAB]10000.0[TAB]-10000.01[TAB]-10000.01 edge_ESU[TAB]10000.0[TAB]-10000.01[TAB]5000.0 edge_END[TAB]10000.0[TAB]10000.0[TAB]-10000.01 edge_ENU[TAB]10000.0[TAB]10000.0[TAB]5000.0 # 小領域AとBの境界 # The interfaces between subdomains A and B edge_BSD[TAB]0.0[TAB]-10000.01[TAB]-10000.01 edge_BSU[TAB]0.0[TAB]-10000.01[TAB]5000.0 edge_BND[TAB]0.0[TAB]10000.0[TAB]-10000.01 edge_BNU[TAB]0.0[TAB]10000.0[TAB]5000.0 # 小領域Cの端 # The ends of the subdomain C edge_C_N[TAB]0.0[TAB]1000.0[TAB]-2000.0 edge_C_SE[TAB]500.0[TAB]-1000.0[TAB]-2000.0 edge_C_SW[TAB]-500.0[TAB]-1000.0[TAB]-2000.0 edge_C_T[TAB]0.0[TAB]0.0[TAB]-1000.0 # 小領域BにおけるP波速度の定義点 # ※z=0mと2500mでの速度を与える必要があるので、 # 0mの点を3点 + 2500mの点を1点 # 互いに平面上に乗らないように適当に与える。 # Points to define the P-wave velocities in the subdomain B # ∗ The P-wave velocities must be given at z = 0 and 2500 m. # To realize it, define them at arbitrary three points at z = 0 m # and one point at z = 2500 m # avoiding the four points to be on a flat plane. sea_level1[TAB]0.0[TAB]0.0[TAB]0.0 sea_level2[TAB]1000.0[TAB]0.0[TAB]0.0 sea_level3[TAB]0.0[TAB]1000.0[TAB]0.0 point_2500[TAB]0.0[TAB]0.0[TAB]2500.0 ####################################### ## 面の定義 ## Definitions of planes ####################################### plane: # 定義域の西端 # The western end of the definition range west1[TAB]edge_WSD:edge_WND:edge_WSU west2[TAB]edge_WND:edge_WSU:edge_WNU # 定義域の東端 # The eastern end of the definition range east1[TAB]edge_ESD:edge_END:edge_ESU east2[TAB]edge_END:edge_ESU:edge_ENU # 定義域の南端 # The southern end of the definition range south1[TAB]edge_WSD:edge_ESD:edge_WSU south2[TAB]edge_ESD:edge_WSU:edge_ESU # 定義域の北端 # The northern end of the definition range north1[TAB]edge_WSD:edge_ESD:edge_WSU north2[TAB]edge_ESD:edge_WSU:edge_ESU # 定義域の下端 # The lower end of the definition range bottom1[TAB]edge_WSD:edge_WND:edge_ESD bottom2[TAB]edge_WND:edge_ESD:edge_END # 定義域の上端 # The upper end of the definition range roof1[TAB]edge_WSU:edge_WNU:edge_ESU roof2[TAB]edge_WNU:edge_ESU:edge_ENU # 小領域AとBの境界面 # The interface between subdomains A and B boundary1[TAB]edge_BSD:edge_BND:edge_BSU boundary2[TAB]edge_BND:edge_BSU:edge_BNU # 小領域Cの表面 # The surfaces of the subdomain C C_NE[TAB]edge_C_N:edge_C_SE:edge_C_T C_NW[TAB]edge_C_N:edge_C_SW:edge_C_T C_S[TAB]edge_C_SE:edge_C_SW:edge_C_T C_B[TAB]edge_C_SE:edge_C_SW:edge_C_N ################################################# ## 小領域の定義 ## Definitions of subdomains ################################################# area: # 小領域A # ※小領域Cの定義を後で書くことでCの範囲の地震波速度・密度は上書きされるので # ここではCの存在は無視して良い。 # Subdomain A # ∗ The subdomain C needs not be considered # because the velocities and densities in C # will be overwritten later. newarea A plane[TAB]west1 west2 boundary1 boudary2 south1 south2 north1 north2 plane[TAB]bottom1 bottom2 roof1 roof2 #面が多いので見やすいように2行に分割した (Because there are many planes, they were divided to two lines to improve the readability) rho[TAB]edge_WSD[TAB]2500.0 rho[TAB]edge_WSU[TAB]2500.0 rho[TAB]edge_WND[TAB]2500.0 rho[TAB]edge_BSD[TAB]2500.0 Vp[TAB]edge_WSD[TAB]3500.0 Vp[TAB]edge_WSU[TAB]3500.0 Vp[TAB]edge_WND[TAB]3500.0 Vp[TAB]edge_ESD[TAB]3500.0 #小領域外の点も利用可 (Points outside of the subdomain can be used) Vs[TAB]edge_WND[TAB]2000.0 Vs[TAB]edge_WNU[TAB]2000.0 #このようにVpと異なる点で定義しても良い (The definition points can be different between Vp and Vs) Vs[TAB]edge_WSD[TAB]2000.0 Vs[TAB]edge_END[TAB]2000.0 # 小領域B # Subdomain B newarea B plane[TAB]boundary1 boudary2 east1 east2 south1 south2 north1 north2 plane[TAB]bottom1 bottom2 roof1 roof2 rho[TAB]edge_WSD[TAB]2500.0 rho[TAB]edge_WSU[TAB]2500.0 rho[TAB]edge_WND[TAB]2500.0 rho[TAB]edge_BSD[TAB]2500.0 Vp[TAB]sea_level1[TAB]4000.0 Vp[TAB]sea_level2[TAB]4000.0 Vp[TAB]sea_level3[TAB]4000.0 Vp[TAB]point_2500[TAB]2000.0 # Vsは省略 # Vs is omitted # 小領域C # Subdomain C newarea C plane[TAB]C_NE C_NW C_S C_B rho[TAB]edge_C_SE[TAB]10.0 rho[TAB]edge_C_SW[TAB]3000.0 rho[TAB]edge_C_N[TAB]3000.0 rho[TAB]edge_C_T[TAB]3000.0 Vp[TAB]edge_C_SE[TAB]5000.0 Vp[TAB]edge_C_SW[TAB]5000.0 Vp[TAB]edge_C_N[TAB]5000.0 Vp[TAB]edge_C_T[TAB]5000.0 Vs[TAB]edge_C_SE[TAB]3000.0 Vs[TAB]edge_C_SW[TAB]3000.0 Vs[TAB]edge_C_N[TAB]3000.0 Vs[TAB]edge_C_T[TAB]3000.0 rho[TAB]edge_C_SE[TAB]3000.0 #同じ点の値が複数回指定された場合は後の指定が採用される (If the value at a point is specified twice or more, the latest value is adopted) |