cg_iric_gotogridcoord2d_f

  • Makes preparations for reading a two-dimensional structured grid.

Format (FORTRAN)

call cg_iric_gotogridcoord2d_f(nx, ny, ier)

Format (C/C++)

ier = cg_iRIC_GotoGridCoord2d(nx, ny);

Format (Python)

nx, ny = cg_iRIC_GotoGridCoord2d()

Arguments

Table 96 Arguments of cg_iric_gotogridcoord2d_f

Variable name

Type

I/O

Description

nx

integer

O

Number of grid nodes in the i direction

ny

integer

O

Number of grid nodes in the j direction

ier

integer

O

Error code. 0 means success.