waterPMLコマンドの出力ファイル
観測点の周囲の地形
(Output files of waterPML command —
topography around stations)
- 差分計算に用いた階段状の地形(固体と水/真空のセルの境界面)の
観測点近傍における形状が出力される。
The geometry of the stepwise topography
(the boundary between solid and water/vacuum cells)
used in the finite difference computation
around each station is written.
- 地形を用いる計算の場合のみ出力される。
This file is created only in calculation that uses topography.
- パラメータoutputdirで指定したディレクトリの下に
topography_around_stations/観測点コード.dat
の名前で出力される。
The ooutput file name is
topography_around_stations/station code.dat
and created under the directory
specified by parameter outputdir.
- 出力ファイルの各行は3列から成り、
観測点位置を基準(0)として
第1列は\(x\)方向の相対位置、
第2列は\(y\)方向の相対位置、
第3列はその位置での地表面の\(z\)方向の相対位置を表す。
Each line of the output file consists of three columns.
The 1st and 2nd columns represent
the locations along the \(x\)- and \(y\)-axis directions
relative to the station,
and the 3rd column represents the relative location (\(z\))
of the ground surface at that \((x,y)\).
- 相対位置は格子セルサイズの半分を単位とした整数表記される。
例えば第1列が-2であれば観測点の1つ西の格子セル、
第2列が+4であれば観測点の2つ北の格子セルという意味である。
The relative locations are expressed by an integer;
its unit is a half-grid size.
For example, -2 in the 1st column points to
a grid cell that is by 1 grid west from the station cell;
+4 in the 2nd column does
a cell that is by 2 grids north from the station cell.
- 観測点は格子セルの中心点で近似されるのに対して
地表面は格子セルの境界面に置かれるので、
観測点位置での第3列の値は+1となる。
したがって、例えば第3列が+3の場合には
観測点位置での地表面よりも1格子サイズだけ標高が高い
という意味になる。
The station location is approximated by the center of a grid cell,
while the ground surface is approximated by
an interface of two grid cells.
Therefore, the value of the 3rd column at the station location is +1.
According to this rule, a value of +3 in the 3rd column, for example,
means that the ground surface at that location is
by 1 grid higher than that at the station location.
- 観測点から東西南北3格子セルまでの範囲の地形が出力される。
出力にはPML領域も含まれる。
The topography is written within 3 grid cells
to east, west, south, and north from the station,
including the PML volume.
- パラメータ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.