mirror of https://github.com/ecmwf/eccodes.git
Add flag for rotated octahedral
This commit is contained in:
parent
79f4f72b5f
commit
040cf5b467
|
@ -1335,6 +1335,7 @@ int grib_points_get_values(grib_handle* h, grib_points* points, double* val);
|
|||
#define GRIB_UTIL_GRID_SPEC_POLAR_STEREOGRAPHIC 8
|
||||
|
||||
#define GRIB_UTIL_GRID_SPEC_OCTAHEDRAL_GG 9
|
||||
#define GRIB_UTIL_GRID_SPEC_ROTATED_OCTAHEDRAL_GG 10
|
||||
|
||||
typedef struct grib_util_grid_spec {
|
||||
|
||||
|
|
Loading…
Reference in New Issue