PIO  2.5.4
List of all members | Public Attributes
var_desc_t Struct Reference

Variable description structure. More...

#include <pio.h>

Public Attributes

int varid
 Variable ID.
 
int rec_var
 Non-zero if this is a record var (i.e. More...
 
int record
 The record number to be written. More...
 
int * request
 ID of each outstanding pnetcdf request for this variable.
 
int nreqs
 Number of requests pending with pnetcdf.
 
void * fillvalue
 Holds the fill value of this var.
 
int ndims
 Number of dimensions for this var.
 
int use_fill
 Non-zero if fill mode is turned on for this var.
 
void * fillbuf
 Buffer that contains the holegrid fill values used to fill in missing sections of data when using the subset rearranger.
 
int pio_type
 The PIO data type.
 
int pio_type_size
 The size, in bytes, of the PIO data type.
 
MPI_Datatype mpi_type
 The MPI type of the data.
 
int mpi_type_size
 The size in bytes of a datum of MPI type mpitype.
 
UT_hash_handle hh
 Hash table entry.
 

Detailed Description

Variable description structure.

Member Data Documentation

◆ rec_var

int var_desc_t::rec_var

Non-zero if this is a record var (i.e.

uses unlimited dimension).

◆ record

int var_desc_t::record

The record number to be written.

Ignored if there is no unlimited dimension.


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