cg_iric_writegridcoord1d_f¶
Outputs a one-dimensional structured grid.
Format (FORTRAN)¶
call cg_iric_writegridcoord1d_f(nx, x, ier)
Format (C/C++)¶
ier = cg_iRIC_WriteGridCoord1d(nx, x);
Format (Python)¶
cg_iRIC_WriteGridCoord1d(nx, x)
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
nx |
integer |
I |
Number of grid nodes in the i direction |
x |
double precision, dimension(:), allocatable |
I |
x coordinate value of a grid node |
ier |
integer |
O |
Error code. 0 means success. |