mirror of https://github.com/ecmwf/eccodes.git
Added utility function for grib2: decide if a product def template is for EPS
This commit is contained in:
parent
4b5c42a123
commit
7e34d69386
|
@ -1075,6 +1075,7 @@ grib_string_list *grib_util_get_mars_param(const char *param_id);
|
|||
grib_handle *grib_util_set_spec(grib_handle *h, const grib_util_grid_spec *spec, const grib_util_packing_spec *packing_spec, int flags, const double *data_values, size_t data_values_count, int *err);
|
||||
int grib_moments(grib_handle *h, double east, double north, double west, double south, int order, double *moments, long *count);
|
||||
int parse_keyval_string(char* grib_tool, char* arg, int values_required, int default_type, grib_values values[], int* count);
|
||||
int is_productDefinitionTemplateNumber_EPS(long productDefinitionTemplateNumber);
|
||||
|
||||
/* compile.c */
|
||||
void grib_compile_flags(grib_compiler *c, long flags);
|
||||
|
|
2097
src/grib_util.c
2097
src/grib_util.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue