cg_iric_read_complex_realsingle_f

  • Reads the single precision attribute values of complex type grid

Format (FORTRAN)

call cg_iric_read_complex_realsingle_f(type, num, name, value, ier)

Format (C/C++)

ier = cg_iRIC_Read_Complex_RealSingle(type, num, name, &value);

Format (Python)

This function does not exists for Python.

Arguments

Table 107 Arguments of cg_iric_read_complex_realsingle_f

Variable name

Type

I/O

Description

type

character(*)

I

Attribute name

num

integer

I

Group number

name

character(*)

I

Condition name

value

Real

O

Attribute value

ier

integer

O

Error code. 0 means success.