cg_iric_read_grid_functionaldimensionsize_f¶
Reads the number of values of dimension for functional grid attribute
Format (FORTRAN)¶
call cg_iric_read_grid_functionaldimensionsize_f(label, dimname, count, ier)
Format (C/C++)¶
ier = cg_iRIC_Read_Grid_FunctionalTime(label, dimname, &count);
Format (Python)¶
This function does not exists for Python.
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
label |
character(*) |
I |
Attribute name |
dimname |
character(*) |
I |
Dimension name |
count |
integer |
O |
The number of values of dimension “Time” |
ier |
integer |
O |
Error code. 0 means success. |