cg_iric_read_grid_real_node_f

  • Reads the double-precision real-type attribute values defined for

Format (FORTRAN)

call cg_iric_read_grid_real_node_f(label, values, ier)

Format (C/C++)

ier = cg_iRIC_Read_Grid_Real_Node(label, values);

Format (Python)

values = cg_iRIC_Read_Grid_Real_Node(label)

Arguments

Table 101 Arguments of cg_iric_read_grid_real_node_f

Variable name

Type

I/O

Description

label

character(*)

I

Attribute name

values

double precision, dimension(:), allocatable

O

Attribute value

ier

integer

O

Error code. 0 means success.