source | ユーザがパラメータの順番を間違えないための引数であり、
文字列"source"のみ可(他の文字列を指定するとエラーになる)。
この後の引数がソースに関するパラメータであることを示す。 An argument to avoid a mistake of the order of parameters. Only the value "source" is allowed; if another string is given to here, the program finishes as an error. This argument indicates that the subsequent arguments are parameters of the source. |
sx | 震源位置の\(x\)座標。 The \(x\)-component of the source location. |
sy | 震源位置の\(y\)座標。 The \(y\)-component of the source location. |
sz | 震源位置の\(z\)座標。 The \(z\)-component of the source location. |
source_intensity | 変位や傾斜変動の計算式
に登場する係数\(\frac{3a^3 P}{4\mu}\)。
地震モーメントとの関係は\(M_0=3\pi a^3 P\)である。 The coefficient \(\frac{3a^3 P}{4\mu}\) in the formula of the displacement and tilt. This quantity is related to the seismic moment as \(M_0=3\pi a^3 P\). |
station | ユーザがパラメータの順番を間違えないための引数であり、
文字列"station"のみ可(他の文字列を指定するとエラーになる)。
この後の引数が観測点に関するパラメータであることを示す。 An argument to avoid a mistake of the order of parameters. Only the value "station" is allowed; if another string is given to here, the program finishes as an error. This argument indicates that the subsequent arguments are parameters of the station. |
x | 観測点の\(x\)座標。 The \(x\)-component of the station. |
y | 観測点の\(y\)座標。 The \(y\)-component of the station. |
surface | ユーザがパラメータの順番を間違えないための引数であり、
文字列"surface"のみ可(他の文字列を指定するとエラーになる)。
この後の引数が地表面に関するパラメータであることを示す。 An argument to avoid a mistake of the order of parameters. Only the value "surface" is allowed; if another string is given to here, the program finishes as an error. This argument indicates that the subsequent arguments are parameters of the ground surface. |
z0 | 水平位置\((0,0)\)における地表面の\(z\)座標。 The \(z\)-component of the ground surface at a horizontal location \((0,0)\). |
theta_x | 地表面の\(x\)方向の傾き\(\theta_x\)
(計算式参照)。 The slope, \(\theta_x\), of the ground surface along the \(x\)-direction; see the formula. |
theta_y | 地表面の\(y\)方向の傾き\(\theta_y\)
(計算式参照)。 The slope, \(\theta_y\), of the ground surface along the \(y\)-direction; see the formula. |
unit | 引数theta_x, theta_yの単位で、
radian単位なら"rad"、
°単位なら"deg"を指定する。 The unit of the values of arguments theta_x and theta_y, which is either "rad" if the values are given in radian, or "deg" if the values are given in degrees. |
component | ユーザがパラメータの順番を間違えないための引数であり、
文字列"component"のみ可(他の文字列を指定するとエラーになる)。
この後の引数が成分に関するパラメータであることを示す。 An argument to avoid a mistake of the order of parameters. Only the value "component" is allowed; if another string is given to here, the program finishes as an error. This argument indicates that the subsequent arguments are parameters of the component. |
component_name | 計算する成分。以下のいずれかが指定可能である。 The component to calculate, which can be one of the followings.
|