cg_iric_write_grid_real_cell_f

  • Outputs grid attribute values defined at grid cells with real number value.

Format (FORTRAN)

call cg_iric_read_grid_real_cell_f(label, values, ier)

Format (C/C++)

ier = cg_iRIC_Write_Grid_Real_Cell(label, values);

Format (Python)

cg_iRIC_Write_Grid_Real_Cell(label, values)

Arguments

Table 163 Arguments of cg_iric_write_grid_real_cell_f

Variable name

Type

I/O

Description

label

character(*)

I

Attribute name

values

double precision, dimension(:), allocatable

O

Attribute values

ier

integer

O

Error code. 0 means success.