public final String getLevelName(Index.GribRecord gr) {
   return Grib2Tables.getTypeSurfaceNameShort(gr.levelType1);
 }