パラメータ名 Parameter name |
意味 Meaning |
可能なパラメータ値 Allowed parameter values |
デフォルト値 Default value |
snapname | スナップショットの名前。出力ファイル名の一部として用いられる。 The name of a snapshot, used as a part of the output file name. |
ファイル名(ディレクトリパスを含む)として許容可能な文字列。
wholeとallは指定不可。 A string that is available for a file name (including a directory path) other than whole and all. |
領域名 Region name |
xrange | 出力に含める\(x\)座標の範囲。 The range of the \(x\)-coordinate included in the output. |
下限[m]と上限[m]をカンマ(,)で区切って書く。 The lower and upper limits [m] separated by a comma (,). |
省略不可 Cannot be omitted |
yrange | 出力に含める\(y\)座標の範囲。 The range of the \(y\)-coordinate included in the output. |
下限[m]と上限[m]をカンマ(,)で区切って書く。 The lower and upper limits [m] separated by a comma (,). |
省略不可 Cannot be omitted |
zrange | 出力に含める\(z\)座標の範囲。 The range of the \(y\)-coordinate included in the output. |
|
省略不可 Cannot be omitted |
xinc | 出力地点の\(x\)方向の間隔[m]。 The interval [m] of the outputs along the \(x\)-direction. |
\(\Delta x\)の自然数倍。
--snapshot_place=dの場合には奇数倍でなければならない。 A natural number multiple of \(\Delta x\); the multiple must be an odd number in case of --snapshot_place=d. |
\(\Delta x\) |
yinc | 出力地点の\(y\)方向の間隔[m]。 The interval [m] of the outputs along the \(y\)-direction. |
\(\Delta y\)の自然数倍。
--snapshot_place=dの場合には奇数倍でなければならない。 A natural number multiple of \(\Delta y\); the multiple must be an odd number in case of --snapshot_place=d. |
\(\Delta y\) |
zinc | 出力地点の\(z\)方向の間隔[m]。 The interval [m] of the outputs along the \(z\)-direction. |
\(\Delta z\)の自然数倍。
--snapshot_place=dの場合には奇数倍でなければならない。 A natural number multiple of \(\Delta z\); the multiple must be an odd number in case of --snapshot_place=d. |
\(\Delta z\) |
#直方体領域choku1 A rectangular-solid volume “choku1” newsnap choku1 snapname chokuchoku xrange -1234.5,6789.0 yrange -2345.6,7890.1 zrange 0,3000 xinc 20 yinc 10 zinc 30 #直方体領域choku2 A rectangular-solid volume “choku2” newsnap choku2 xrange -2000,5000 yrange 4567.8,9012.3 zrange -1000,6000 zinc 50 #xinc, yincは省略 #The values of xinc and yinc are omitted #地表面gsurface A ground surface “gsurface” newsnap ground_surface snapname gsurface xrange -1234.5,6789.0 yrange -2345.6,7890.1 zrange ssurface xinc 20 yinc 10 |