ucar.nc2.iosp.grib
Class Index2NC
java.lang.Object
ucar.nc2.iosp.grib.Index2NC
public class Index2NC
- extends java.lang.Object
Create a Netcdf File from a ucar.grib.Index
- Version:
- $Revision:63 $ $Date:2006-07-12 21:50:51Z $
- Author:
- caron
|
Method Summary |
static boolean |
isLayer(ucar.grib.Index.GribRecord gr,
ucar.grib.TableLookup lookup)
|
static java.lang.String |
makeLevelName(ucar.grib.Index.GribRecord gr,
ucar.grib.TableLookup lookup)
|
static java.lang.String |
makeLongName(ucar.grib.Index.GribRecord gr,
ucar.grib.TableLookup lookup)
|
static java.lang.String |
makeVariableName(ucar.grib.Index.GribRecord gr,
ucar.grib.TableLookup lookup)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Index2NC
public Index2NC()
isLayer
public static boolean isLayer(ucar.grib.Index.GribRecord gr,
ucar.grib.TableLookup lookup)
makeLevelName
public static java.lang.String makeLevelName(ucar.grib.Index.GribRecord gr,
ucar.grib.TableLookup lookup)
makeVariableName
public static java.lang.String makeVariableName(ucar.grib.Index.GribRecord gr,
ucar.grib.TableLookup lookup)
makeLongName
public static java.lang.String makeLongName(ucar.grib.Index.GribRecord gr,
ucar.grib.TableLookup lookup)