public final String getLevelDescription(Index.GribRecord gr) {
   return Grib2Tables.codeTable4_5(gr.levelType1);
 }