(A file format for the configuration file for the subsurface stcture
used in hypo_gridSearch command)
水平成層構造とする。
すなわち、地下を水平な境界面を持ついくつかの層に分割し、
各層内ではP波・S波速度が一様であるものとする。
A horizontally stratified structure is assumed.
This structure is composed of several layers
of uniform P- and S-wave velocities
bounded by horizontal boundaries.
最低2層を必要とする。
At minimum two layers are needed.
1行につき1つの層の情報を書く。
浅い層から深い層へという順番で書く。
Write the information for one layer in each line,
from shallower to deeper layers.
1行は3列から成り、順に
層の上端の標高[m]、層内のP波速度[m/s]、S波速度[m/s]とする。
Each line consists of three columns, which are
the altitude [m] of the upper boundary of the layer,
the P-wave velocity [m/s] in the layer,
and the S-wave velocity [m/s] in the layer.
一番上の層の上端の標高は数値ではなく文字列「surface」と書く。
Write a string “surface” instead of a numerical value
for the upper bound altitude of the uppermost layer.
S波速度は数値のほかに文字列「auto」を与えることもでき、
この場合はP波速度の\(1/\sqrt{3}\)倍が用いられる。
For the S-wave velocity, a string “auto” is allowed
in addition to a numerical value.
The value “auto” results in
\(1/\sqrt{3}\) times the P-wave velocity.
P波速度、S波速度は下層ほど高速でなければならない。
また各層のS波速度は同じ層のP波速度よりも低速でなければならない。
The P- and S-wave velocities in each layer
must be faster than those in the upper layers.
The S-wave velocity in each layer must be slower than
the P-wave velocity in the same layer.
列の区切りにはタブを使用する。
Use tabs to separate the columns.
空行および各行の#から後の部分はコメントとして読み飛ばされるので
自由に挿入できる。
Empty lines and texts after # in each line can be inserted arbitrary,
as they are ignored as comments.