指定した座標を含むセルのIDを返す。
call cg_iric_read_grid2d_findcell(g_handle, x, y, cell_id, ier)
ier = cg_iRIC_Read_Grid2d_FindCell(g_handle, x, y, &cell_id);
cell_id = cg_iRIC_Read_Grid2d_FindCell(g_handle, x, y)