|
| static int | nc4_set_var_type (nc_type xtype, int endianness, size_t type_size, char *type_name, NC_TYPE_INFO_T **typep) |
| |
| static int | grib2_var_list_add (NC_GRP_INFO_T *grp, const char *name, int ndims, nc_type xtype, int endianness, size_t type_size, char *type_name, void *format_var_info, NC_VAR_INFO_T **var) |
| |
| static int | grib2_add_int_att (NCindex *att_list, const char *name, int value) |
| |
| static int | grib2_add_str_att (NCindex *att_list, const char *name, const char *value) |
| |
| static int | grib2_add_float_att (NCindex *att_list, const char *name, float value) |
| |
| int | NC_GRIB2_open (const char *path, int mode, int basepe, size_t *chunksizehintp, void *parameters, const NC_Dispatch *dispatch, int ncid) |
| |
| int | NC_GRIB2_abort (int ncid) |
| |
| int | NC_GRIB2_close (int ncid, void *ignore) |
| |
| int | NC_GRIB2_inq_format (int ncid, int *formatp) |
| |
| int | NC_GRIB2_inq_format_extended (int ncid, int *formatp, int *modep) |
| |
| int | NC_GRIB2_get_vara (int ncid, int varid, const size_t *start, const size_t *count, void *value, nc_type memtype) |
| |
GRIB2 file reader functions.
- Author
- Edward Hartnett
- Date
- 2026-03-08
- Copyright
- Intelligent Data Design, Inc. All rights reserved.