cg_iric_read_grid_functionaltimesize_f

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

Format (FORTRAN)

call cg_iric_read_grid_functionaltimesize_f(label, count, ier)

Format (C/C++)

ier = cg_iRIC_Read_Grid_FunctionalTimeSize(label, &count);

Format (Python)

This function does not exists for Python.

Arguments

Table 115 Arguments of cg_iric_read_grid_functionaltimesize_f
Variable name Type I/O Description
label character(*) I Attribute name
count integer O The number of values of dimension “Time”
ier integer O Error code. 0 means success.