cg_iric_read_grid_functional_real_node_f

  • Reads the values of functional double-precision grid attribute with

Format (FORTRAN)

call cg_iric_read_grid_functional_real_node_f(label, dimid, values, ier)

Format (C/C++)

ier = cg_iRIC_Read_Grid_Functional_Real_Node(label, dimid, values);

Format (Python)

values = cg_iRIC_Read_Grid_Functional_Real_Node(label, dimid)

Arguments

Table 121 Arguments of cg_iric_read_grid_functional_real_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 double precision, dimension(:), allocatable O Attribute value
ier integer O Error code. 0 means success.