cg_iric_read_grid_functional_integer_cell_f

  • Reads the values of functional integer grid attribute with dimension

Format (FORTRAN)

call cg_iric_read_grid_functional_integer_cell_f(label, dimid, values, ier)

Format (C/C++)

ier = cg_iRIC_Read_Grid_Functional_Integer_Cell(label, dimid, values);

Format (Python)

values = cg_iRIC_Read_Grid_Functional_Integer_Cell(label, dimid)

Arguments

Table 122 Arguments of cg_iric_read_grid_functional_integer_cell_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.