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

#include <grib2dispatch.h>

Data Fields

int msg_index
 
int prod_index
 
unsigned char discipline
 
int category
 
int param_number
 
size_t nx
 
size_t ny
 
size_t bytes_to_msg
 
size_t bytes_in_msg
 
char abbrev [NC_GRIB2_ABBREV_LEN]
 

Detailed Description

Per-product inventory entry (one per GRIB2 product/field)

Field Documentation

◆ abbrev

char NC_GRIB2_PROD_INFO::abbrev[NC_GRIB2_ABBREV_LEN]

Parameter abbreviation from g2c_param_abbrev()

◆ bytes_in_msg

size_t NC_GRIB2_PROD_INFO::bytes_in_msg

Total length in bytes of the GRIB2 message

◆ bytes_to_msg

size_t NC_GRIB2_PROD_INFO::bytes_to_msg

Absolute file byte offset to start of GRIB2 message

◆ category

int NC_GRIB2_PROD_INFO::category

GRIB2 parameter category

◆ discipline

unsigned char NC_GRIB2_PROD_INFO::discipline

GRIB2 discipline (Table 0.0)

◆ msg_index

int NC_GRIB2_PROD_INFO::msg_index

Zero-based GRIB2 message index

◆ nx

size_t NC_GRIB2_PROD_INFO::nx

Grid size in X (longitude) direction

◆ ny

size_t NC_GRIB2_PROD_INFO::ny

Grid size in Y (latitude) direction

◆ param_number

int NC_GRIB2_PROD_INFO::param_number

GRIB2 parameter number

◆ prod_index

int NC_GRIB2_PROD_INFO::prod_index

Zero-based product index within message


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