cg_iric_gotogridcoord3d_f

  • Makes preparations for reading a 3D structured grid.

Format (FORTRAN)

call cg_iric_gotogridcoord3d_f(nx, ny, nz, ier)

Format (C/C++)

ier = cg_iRIC_GotoGridCoord3d(nx, ny, nz);

Format (Python)

nx, ny, nz = cg_iRIC_GotoGridCoord3d()

Arguments

Table 97 Arguments of cg_iric_gotogridcoord3d_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

nz

integer

O

Number of grid nodes in the k direction

ier

integer

O

Error code. 0 means success.