waterPMLコマンドの出力ファイル
スナップショットの設定
(Output files of waterPML command —
configuration of snapshots)
- スナップショットの領域毎に別々のファイルに出力される。
Information on different snapshot volumes
are written into different files.
- is番目の領域におけるスナップショットの設定は
パラメータoutputdirで指定したディレクトリの下に
parameters/snapshot.is+1.logのファイル名で出力される。
The configuration for isth snapshot volume
is written into a file named parameters/snapshot.is+1.log
and created under the directory
specified by parameter outputdir.
- 先頭行には
struct TF_snapshot型構造体
のメンバbodynameの値が「bodyname=値」の形式で出力される。
The 1st line indicates the value of member bodyname of a
struct TF_snapshot-type structure
with a format “bodyname=value”.
- 次の行には
struct TF_snapshot型構造体
のメンバsnapnameの値が「snapname=値」の形式で出力される。
The next line indicates the value of member snapname of a
struct TF_snapshot-type structure
with a format “snapname=value”.
- 次の行には
struct TF_snapshot型構造体
のメンバnmin[0], nmax[0], ninc[0]の値が
「nmin[0]=値,nmax[0]=値,ninc[0]=値」の形式で出力される。
The next line indicates the values of members
nmin[0], nmax[0], and ninc[0] of a
struct TF_snapshot-type structure
with a format
“nmin[0]=value,nmax[0]=value,ninc[0]=value”.
- 次の行にはメンバnmin[1], nmax[1], ninc[1]の値が同様に出力される。
更に次の行にはnmin[2], nmax[2], ninc[2]の値が同様に出力される。
The next line indicates the values of members
nmin[1], nmax[1], and ninc[1]
in the same manner,
followed by nmin[2], nmax[2], and ninc[2]
in the next line.
- 次の行には
struct TF_snapshot型構造体
のメンバrangeStr[0], xincの値が
「rangeStr[0]=値,xinc=値」の形式で出力される。
The next line indicates the values of members
rangeStr[0] and xinc of a
struct TF_snapshot-type structure
with a format
“rangeStr[0]=value,xinc=value”.
- 次の行にはメンバrangeStr[1], yincの値が同様に出力される。
更に次の行にはrangeStr[2], zincの値が同様に出力される。
The next line indicates the values of members
rangeStr[1] and yinc in the same manner,
followed by rangeStr[2] and zinc
in the next line.
- パラメータuse_prevの値をyesにした場合には
既存のファイルへの追加書き込みとなる。
この場合、その区切りには以下の2行が出力される。
If the value of parameter use_prev is yes,
this data is added to an existing file.
In this case, the two lines shown below separates
individual runs of computations.