cg_iric_read_real_f

  • Reads the value of a double-precision real-type variable from the

Format (FORTRAN)

call cg_iric_read_real_f(label, realvalue, ier)

Format (C/C++)

ier = cg_iRIC_Read_Real(label, &realvalue);

Format (Python)

realvalue = cg_iRIC_Read_Real(label)

Arguments

Table 89 Arguments of cg_iric_read_real_f
Variable name Type I/O Description
label character(*) I Name of the variable defined in the solver definition file
realvalue double precision O Real number read from the CGSN file
ier integer O Error code. 0 means success.