SCORPIO  1.7.0
List of all members | Public Attributes
var_desc_t Struct Reference

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_Offsetrequest_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...
 

Detailed Description

Variable description structure.

Member Data Documentation

◆ fillbuf

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.

◆ fillvalue

void* var_desc_t::fillvalue

◆ ndims

int var_desc_t::ndims

◆ nreqs

int var_desc_t::nreqs

Number of requests bending with pnetcdf.

◆ pio_type

int var_desc_t::pio_type

◆ rb_pend

PIO_Offset var_desc_t::rb_pend

◆ rec_var

int var_desc_t::rec_var

◆ record

int var_desc_t::record

The record number to be written.

Ignored if there is no unlimited dimension.

◆ request

int* var_desc_t::request

FIXME: Combine request related members to a separate struct.

ID of each outstanding pnetcdf request for this variable.

◆ request_sz

PIO_Offset* var_desc_t::request_sz

Size of each outstanding pnetcdf request for this variable.

◆ type_size

PIO_Offset var_desc_t::type_size

◆ use_fill

int var_desc_t::use_fill

Non-zero if fill mode is turned on for this var.

◆ varid

int var_desc_t::varid

◆ vdesc

char var_desc_t::vdesc[PIO_MAX_NAME+1]

◆ vname

char var_desc_t::vname[PIO_MAX_NAME+1]

◆ vrsize

PIO_Offset var_desc_t::vrsize

◆ wb_pend

PIO_Offset var_desc_t::wb_pend

The documentation for this struct was generated from the following file: