calculate_traveltimeコマンド マニュアル

(The documentation of calculate_traveltime command)

Last Update: 2024/9/19


◆機能・用途(Purpose)

指定した2地点間の理論走時を計算する。
Compute the theoretical travel time between two specified locations.


◆ソースコード(Source code)

$YMAEDA_OPENTOOL_DIR/hypo/src/calculate_traveltime.c


◆使用方法(Usage)

コマンドライン引数でパラメータを指定する。 パラメータの一覧を下表に示す。
Specify parameters by command-line arguments. The table below shows a list of parameters.


●「-」から始まらない引数 (Arguments not beginning with “-”)

引数
Argument
与える値
Quantity to be given
第1引数
1st argument
1つ目の地点の座標。 直交座標系で\(x\), \(y\), \(z\)座標をカンマ(,)で区切って与える。 座標の単位はm、\(x\), \(y\)は水平方向、\(z\)は標高(上が正、海水準=0)とする。
The coordinate of the 1st location, expressed as \(x\)-, \(y\)-, and \(z\)-values of a cartesian coordinate system separated by commas (,). The unit of the coordinate must be given in m; \(x\) and \(y\) are horizontal; and \(z\) is elevation (positive is upward, 0 is at sea level).
第2引数
2nd argument
2つ目の地点の座標。 第1引数と同じ形式とする。
The coordinate of the 2nd location, expressed in the same format as the 1st argument.


●1つの「-」から始まる引数 (Arguments beginning with a single “-”)

このコマンドでは1つの「-」から始まる引数は存在しない。
This command does not have arguments beginning with a single “-”.


●「--パラメータ名=パラメータ値」の形式の引数 (Arguments of a form “--Parameter name=Parameter Value”)

「--パラメータ名=パラメータ値」の形式の引数は自由な順番で指定できる。 「-」から始まらない引数の間に挿入しても良い。 相反する指定がなされた場合には後の指定が優先される。 デフォルト値を持つパラメータは省略できる。
Arguments of a form “--Parameter name=Parameter Value” can be placed in an arbitrary order. They can even be inserted between arguments not beginning with “-”. In case of conflicting options being specified, the latter option has a higher priority. Parameters that have default values can be omitted.

パラメータ名
Parameter name
意味
Meaning
可能なパラメータ値
Allowed parameter values
デフォルト値
Default value
velocity_model 使用する速度構造モデル。
A velocity model used.
以下のいずれかを選択する。
Choose from one of the followings.

省略不可
Cannot be omitted


◆動作(Behaviour)

パラメータvelocity_modelで指定した地震波速度構造モデルを使用し、 第1引数と第2引数で指定した2地点間の理論走時を計算する。 結果は標準出力に表示する。
Compute the theoretical travel time between the two locations specified by the 1st and 2nd arguments using the velocity model specified by parameter velocity_model. Display the result into the standard output.


◆使用例(Example)

calculate_traveltime 123.4,567.8,901.2 3456.7,89012.3,-4567.8 --velocity_model=JMA2001_Vp