public final String getLevelUnit(Index.GribRecord gr) {
   return Grib2Tables.getTypeSurfaceUnit(gr.levelType1);
 }