cg_iRIC_Read_Grid2d_Close

Closes the grid opened with cg_iRIC_Read_Grid2d_Open, cg_iRIC_Read_Sol_Grid2d_Open.

Format (FORTRAN)

call cg_iRIC_Read_Grid2d_Close(grid_handle, ier)

Format (C/C++)

ier = cg_iRIC_Read_Grid2d_Close(grid_handle)

Format (Python)

cg_iRIC_Read_Grid2d_Close(grid_handle)

Arguments and returned value

grid_handle

Table 379 Description of grid_handle

Item

Value

Name

grid_handle

Input/Output

Input

Description

The handle of the grid

Data type (FORTRAN)

integer

Data type (C/C++)

int

Data type (Python)

int

ier

Table 380 Description of ier

Item

Value

Name

ier

Input/Output

Output

Description

Error code. 0 means success, other values mean error.

Data type (FORTRAN)

integer

Data type (C/C++)

int

Data type (Python)

(Not defined)