cg_iric_getgridcoord2d_f

  • Reads a two-dimensional structured grid.

Format (FORTRAN)

call cg_iric_getgridcoord2d_f(x, y, ier)

Format (C/C++)

ier = cg_iRIC_GetGridCoord2d(x, y);

Format (Python)

x, y = cg_iRIC_GetGridCoord2d()

Arguments

Table 98 Arguments of cg_iric_getgridcoord2d_f

Variable name

Type

I/O

Description

x

double precision, dimension(:), allocatable

O

x coordinate value of a grid node

y

double precision, dimension(:), allocatable

O

y coordinate value of a grid node

ier

integer

O

Error code. 0 means success.