cg_iric_getgridcoord3d_f¶
Subroutine to reads a three-dimensional structured grid
Format (FORTRAN)¶
call cg_iric_getgridcoord3d_f(x, y, z, ier)
Format (C/C++)¶
ier = cg_iRIC_GetGridCoord3d(x, y, z);
Format (Python)¶
x, y, z = cg_iRIC_GetGridCoord3d()
Arguments¶
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 |
z |
double precision, dimension(:), allocatable |
O |
z coordinate value of a grid node |
ier |
integer |
O |
Error code. 0 means success. |