|
NEP 2.7.0
NetCDF Extension Pack
|
#include <grib2dispatch.h>
Data Fields | |
| int | g2cid |
| int | num_messages |
| int | num_products |
| size_t | num_y |
| size_t | num_x |
| char * | path |
| NC_GRIB2_PROD_INFO_T * | products |
Per-file GRIB2 state
| int NC_GRIB2_FILE_INFO::g2cid |
File ID returned by g2c_open()
| int NC_GRIB2_FILE_INFO::num_messages |
Number of GRIB2 messages in the file
| int NC_GRIB2_FILE_INFO::num_products |
Total number of products across all messages
| size_t NC_GRIB2_FILE_INFO::num_x |
Grid size in X (longitude) direction
| size_t NC_GRIB2_FILE_INFO::num_y |
Grid size in Y (latitude) direction
| char* NC_GRIB2_FILE_INFO::path |
Path to the open GRIB2 file
| NC_GRIB2_PROD_INFO_T* NC_GRIB2_FILE_INFO::products |
Per-product inventory array (num_products entries)