NEP 2.7.0
NetCDF Extension Pack
Loading...
Searching...
No Matches
Data Fields
NC_VAR_GRIB2_INFO Struct Reference

#include <grib2dispatch.h>

Data Fields

int msg_index
 
int prod_index
 
int discipline
 
int category
 
int param_number
 
size_t bytes_to_msg
 
size_t bytes_in_msg
 

Detailed Description

Per-variable format-specific information (used as NC_VAR_INFO_T.format_var_info)

Field Documentation

◆ bytes_in_msg

size_t NC_VAR_GRIB2_INFO::bytes_in_msg

Total length in bytes of the GRIB2 message

◆ bytes_to_msg

size_t NC_VAR_GRIB2_INFO::bytes_to_msg

Absolute file byte offset to start of GRIB2 message

◆ category

int NC_VAR_GRIB2_INFO::category

GRIB2 parameter category

◆ discipline

int NC_VAR_GRIB2_INFO::discipline

GRIB2 discipline (Table 0.0)

◆ msg_index

int NC_VAR_GRIB2_INFO::msg_index

Zero-based index of the GRIB2 message

◆ param_number

int NC_VAR_GRIB2_INFO::param_number

GRIB2 parameter number

◆ prod_index

int NC_VAR_GRIB2_INFO::prod_index

Zero-based product index within message


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