cg_iric_read_complex_functionalwithname_f

  • Reads functional attribute of complex type grid attribute (with

Format (FORTRAN)

call cg_iric_read_complex_functionalwithname_f(type, num, name, paramname, data, ier)

Format (C/C++)

ier = cg_iRIC_Read_Complex_FunctionalWithName(type, num, name, paramname, data);

Format (Python)

data = cg_iRIC_Read_Complex_FunctionalWithName(type, num, name, paramname)

Arguments

Table 111 Arguments of cg_iric_read_complex_functionalwithname_f
Variable name Type I/O Description
type character(*) I Attribute name
num integer I Group number
name character(*) I Condition name
paramname character(*) I Value name
data double precision, dimension(:), allocatable O Value array
ier integer O Error code. 0 means success.