SCORPIO
1.7.0
|
Variable description structure. More...
#include <pio.h>
Public Attributes | |
int | varid |
char | vname [PIO_MAX_NAME+1] |
char | vdesc [PIO_MAX_NAME+1] |
int | rec_var |
int | ndims |
int | record |
The record number to be written. More... | |
int * | request |
FIXME: Combine request related members to a separate struct. More... | |
PIO_Offset * | request_sz |
Size of each outstanding pnetcdf request for this variable. More... | |
int | nreqs |
Number of requests bending with pnetcdf. More... | |
void * | fillvalue |
int | pio_type |
PIO_Offset | type_size |
PIO_Offset | vrsize |
PIO_Offset | rb_pend |
PIO_Offset | wb_pend |
int | use_fill |
Non-zero if fill mode is turned on for this var. More... | |
void * | fillbuf |
Buffer that contains the holegrid fill values used to fill in missing sections of data when using the subset rearranger. More... | |
Variable description structure.
void* var_desc_t::fillbuf |
Buffer that contains the holegrid fill values used to fill in missing sections of data when using the subset rearranger.
void* var_desc_t::fillvalue |
int var_desc_t::ndims |
int var_desc_t::nreqs |
Number of requests bending with pnetcdf.
int var_desc_t::pio_type |
PIO_Offset var_desc_t::rb_pend |
int var_desc_t::rec_var |
int var_desc_t::record |
The record number to be written.
Ignored if there is no unlimited dimension.
int* var_desc_t::request |
FIXME: Combine request related members to a separate struct.
ID of each outstanding pnetcdf request for this variable.
PIO_Offset* var_desc_t::request_sz |
Size of each outstanding pnetcdf request for this variable.
PIO_Offset var_desc_t::type_size |
int var_desc_t::use_fill |
Non-zero if fill mode is turned on for this var.
int var_desc_t::varid |
char var_desc_t::vdesc[PIO_MAX_NAME+1] |
char var_desc_t::vname[PIO_MAX_NAME+1] |
PIO_Offset var_desc_t::vrsize |
PIO_Offset var_desc_t::wb_pend |