data | 共通の格子点配置を持つ3次元データを並べた配列。
一定時間刻みのスナップショットを時刻順に並べた配列を想定している。 An array composed of 3-D data that have the same grid node distribution. An array of snapshots defined at a constant time stepping, sorted in the order of time, is assumed. |
size | dataの配列要素数。スナップショットの時刻の個数を表す。 The number of array components of data, which represent the number of time steps of the snapshots. |
t0 | 最初のスナップショットの時刻。 Time of the first snapshot. |
dt | スナップショットの時間刻み。 The time interval of the snapshots. |
x | 時系列データを取り出したい格子点の\(x\)座標。 The \(x\)-coordinate of the grid node where the time series data is to be extracted. |
y | 時系列データを取り出したい格子点の\(y\)座標。 The \(y\)-coordinate of the grid node where the time series data is to be extracted. |
z | 時系列データを取り出したい格子点の\(z\)座標。 The \(z\)-coordinate of the grid node where the time series data is to be extracted. |