cg_iric_read_sol_cell_real_f

  • Reads the double-precision real-type calculation result, having a value for each grid cell.

Format (FORTRAN)

call cg_iric_read_sol_cell_real_f(step, label, val, ier)

Format (C/C++)

ier = cg_iRIC_Read_Sol_Cell_Real(step, label, val);

Format (Python)

val = cg_iRIC_Read_Sol_Cell_Real(step, label)

Arguments

Table 211 Arguments of cg_iric_read_sol_cell_real_f

Variable name

Type

I/O

Description

step

integer

I

Result Step Number

label

character(*)

I

Name

val

double precision, dimension(:,:), allocatable

O

Value (In case of 3D grid, double precision, dimension(:,:,:), allocatable)

ier

integer

O

Error code. 0 means success.