cg_iric_read_grid_functional_real_cell_f

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

Format (FORTRAN)

call cg_iric_read_grid_functional_real_cell_f(label, dimid, values, ier)

Format (C/C++)

ier = cg_iRIC_Read_Grid_Functional_Real_Cell(label, dimid, values);

Format (Python)

values = cg_iRIC_Read_Grid_Functional_Real_Cell(label, dimid)

Arguments

Table 123 Arguments of cg_iric_read_grid_functional_real_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

double precision, dimension(:), allocatable

O

Attribute value

ier

integer

O

Error code. 0 means success.