|
| char name[CDF_VAR_NAME_LEN+1]; |
CDF variable name. |
| CDFstatus status; |
status reported by the read operation. |
| int num; |
variable number. |
| int type; |
variable type. |
| int numdim; |
number of dimensions. |
| int var[CDF_MAX_DIMS]; |
dimension variances. |
| int dim[CDF_MAX_DIMS]; |
dimension sizes. |
| int size; |
size of data buffer in bytes. |
| void *data; |
buffer containing the variable data. |
|