Struct t8_netcdf_variable_t

Struct Documentation

struct t8_netcdf_variable_t

Struct for elementwise data variable for a NetCDF file

Public Members

const char *variable_name

short name of the variable

const char *variable_long_name

long name of the variable

const char *variable_units

unit of the variable

t8_netcdf_variable_type_t datatype

datatype of the variable

int var_user_dimid

The unique identifier netCDF assigns to this variable once it is defined in the file

sc_array_t *var_user_data

user data for the variable