cg_iric_read_grid2d_findcell

指定した座標を含むセルのIDを返す。

形式 (FORTRAN)

call cg_iric_read_grid2d_findcell(g_handle, x, y, cell_id, ier)

形式 (C/C++)

ier = cg_iRIC_Read_Grid2d_FindCell(g_handle, x, y, &cell_id);

形式 (Python)

cell_id = cg_iRIC_Read_Grid2d_FindCell(g_handle, x, y)

引数

表 186 cg_iric_read_grid2d_findcell の引数
変数名 I/O 内容
g_handle integer I 格子のハンドル
x double precision I X座標
y double precision I Y座標
cell_id integer O セルID
ier integer O エラーコード。0なら成功。該当するセルが見つからなかったら12が返される。