cg_iric_read_grid_functional_integer_node_f

  • Reads the values of functional integer grid attribute with dimension

Format (FORTRAN)

call cg_iric_read_grid_functional_integer_node_f(label, dimid, values, ier)

Format (C/C++)

ier = cg_iRIC_Read_Grid_Functional_Integer_Node(label, dimid, values);

Format (Python)

values = cg_iRIC_Read_Grid_Functional_Integer_Node(label, dimid)

Arguments

Table 120 Arguments of cg_iric_read_grid_functional_integer_node_f
Variable name Type I/O Description
label character(*) I Attribute name
dimid integer I ID of “Time” (1 to the number of Time)
values integer, dimension(:), allocatable O Attribute value
ier integer O Error code. 0 means success.