cg_iric_read_grid_real_cell_f

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

Format (FORTRAN)

call cg_iric_read_grid_real_cell_f(label, values, ier)

Format (C/C++)

ier = cg_iRIC_Read_Grid_Real_Cell(label, values);

Format (Python)

values = cg_iRIC_Read_Grid_Real_Cell(label)

Arguments

Table 103 Arguments of cg_iric_read_grid_real_cell_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.