HEALPix: Better error message re nested ordering

This commit is contained in:
shahramn 2024-02-27 11:54:09 +00:00
parent 151654a339
commit 07382ee77f
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ static int init(grib_iterator* iter, grib_handle* h, grib_arguments* args)
if (!STR_EQUAL(ordering, "ring")) {
grib_context_log(h->context, GRIB_LOG_ERROR, "%s: Only ring ordering is supported", ITER);
return GRIB_WRONG_GRID;
return GRIB_GEOCALCULUS_PROBLEM;
}
if (grib_is_earth_oblate(h)) {