cg_iric_read_grid_functionaltime_f

  • Reads the values of dimension “Time” for functional grid attribute

Format (FORTRAN)

call cg_iric_read_grid_functionaltime_f(label, values, ier)

Format (C/C++)

ier = cg_iRIC_Read_Grid_FunctionalTime(label, values);

Format (Python)

values = cg_iRIC_Read_Grid_FunctionalTime(label)

Arguments

Table 116 Arguments of cg_iric_read_grid_functionaltime_f
Variable name Type I/O Description
label character(*) I Attribute name
values double precision, dimension(:), allocatable O The values of dimension “Time”
ier integer O Error code. 0 means success.