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

#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_Tproducts
 

Detailed Description

Per-file GRIB2 state

Field Documentation

◆ g2cid

int NC_GRIB2_FILE_INFO::g2cid

File ID returned by g2c_open()

◆ num_messages

int NC_GRIB2_FILE_INFO::num_messages

Number of GRIB2 messages in the file

◆ num_products

int NC_GRIB2_FILE_INFO::num_products

Total number of products across all messages

◆ num_x

size_t NC_GRIB2_FILE_INFO::num_x

Grid size in X (longitude) direction

◆ num_y

size_t NC_GRIB2_FILE_INFO::num_y

Grid size in Y (latitude) direction

◆ path

char* NC_GRIB2_FILE_INFO::path

Path to the open GRIB2 file

◆ products

NC_GRIB2_PROD_INFO_T* NC_GRIB2_FILE_INFO::products

Per-product inventory array (num_products entries)


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