|
NEP 2.7.0
NetCDF Extension Pack
|
#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] |
Per-product inventory entry (one per GRIB2 product/field)
| char NC_GRIB2_PROD_INFO::abbrev[NC_GRIB2_ABBREV_LEN] |
Parameter abbreviation from g2c_param_abbrev()
| size_t NC_GRIB2_PROD_INFO::bytes_in_msg |
Total length in bytes of the GRIB2 message
| size_t NC_GRIB2_PROD_INFO::bytes_to_msg |
Absolute file byte offset to start of GRIB2 message
| int NC_GRIB2_PROD_INFO::category |
GRIB2 parameter category
| unsigned char NC_GRIB2_PROD_INFO::discipline |
GRIB2 discipline (Table 0.0)
| int NC_GRIB2_PROD_INFO::msg_index |
Zero-based GRIB2 message index
| size_t NC_GRIB2_PROD_INFO::nx |
Grid size in X (longitude) direction
| size_t NC_GRIB2_PROD_INFO::ny |
Grid size in Y (latitude) direction
| int NC_GRIB2_PROD_INFO::param_number |
GRIB2 parameter number
| int NC_GRIB2_PROD_INFO::prod_index |
Zero-based product index within message