waterPMLコマンドの出力ファイル
使用したパラメータの値
(Output files of waterPML command —
the values of parameters used)
- パラメータoutputdirで指定したディレクトリの下に
parameters/parameters.logのファイル名で出力される。
The output file name is parameters/parameters.log
and created under the directory
specified by parameter outputdir.
- コマンドライン引数で与えたパラメータではなく、
プログラム内部で直接用いられるパラメータが出力される。
これらのパラメータ一式は
struct waterPML_parameters型構造体
で定義されている。
Not the parameters given by command-line arguments
but those directly used internally in the computation are written.
These internal parameters are defined by a
struct waterPML_parameters-type structure.
- 1行につき1つのパラメータが「パラメータ名=パラメータ値」の形式で出力される。
ここで「パラメータ名」には
struct waterPML_parameters型構造体
のメンバ名が用いられる。
配列のメンバについてはその全ての要素が
例えば「N[0]=100」のように出力される。
Each line consists of the value of a parameter
in a format “parameter name=parameter value”,
where the name of the corresponding member of a
struct waterPML_parameters-type structure
is used as the “parameter name”.
For array members, all components are written;
for example, “N[0]=100”.
- パラメータ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.