Package ucar.nc2.iosp.gempak
Interface GempakConstants
-
- All Known Implementing Classes:
AbstractGempakStationFileReader
,GempakFileReader
,GempakGridReader
,GempakSoundingFileReader
,GempakSurfaceFileReader
public interface GempakConstants
Class to support the GEMPRM.PRM constants
-
-
Field Summary
Fields Modifier and Type Field Description static String
COL
column identifierstatic int
IMISSD
Integer missing valuestatic int
LLGDHD
Max grid hdr lengthstatic int
LLNANL
Grid anl block lengthstatic int
LLNNAV
Grid nav block lengthstatic int
LLSTHL
Max header sizestatic int
MBLKSZ
Block sizestatic int
MDCHAR
Character packingstatic int
MDGDEC
decimal packing?static int
MDGDIF
DIF packingstatic int
MDGGRB
GRIB1 packingstatic int
MDGNMC
NMC packingstatic int
MDGNON
no packingstatic int
MDGRB2
GRIB2 packingstatic int
MDGRID
Grid packingstatic int
MDINTG
Integer packingstatic int
MDREAL
No packingstatic int
MDRPCK
real packingstatic int
MFGD
Grid file typestatic int
MFSF
Surface file typestatic int
MFSN
Sounding File Typestatic int
MTALPH
Alphastatic int
MTAPOL
APOLstatic int
MTHP
HPstatic int
MTIBM
IBMstatic int
MTIGPH
Intergraphstatic int
MTIRIS
Irixstatic int
MTLNUX
Linuxstatic int
MTSUN
Sun (SPARC)static int
MTULTX
Ultrixstatic int
MTVAX
VAXstatic float
RDIFFD
missing value fuzzinessstatic float
RMISSD
float missing valuestatic String
ROW
row identifier
-
-
-
Field Detail
-
MTVAX
static final int MTVAX
VAX- See Also:
- Constant Field Values
-
MTSUN
static final int MTSUN
Sun (SPARC)- See Also:
- Constant Field Values
-
MTIRIS
static final int MTIRIS
Irix- See Also:
- Constant Field Values
-
MTAPOL
static final int MTAPOL
APOL- See Also:
- Constant Field Values
-
MTIBM
static final int MTIBM
IBM- See Also:
- Constant Field Values
-
MTIGPH
static final int MTIGPH
Intergraph- See Also:
- Constant Field Values
-
MTULTX
static final int MTULTX
Ultrix- See Also:
- Constant Field Values
-
MTHP
static final int MTHP
HP- See Also:
- Constant Field Values
-
MTALPH
static final int MTALPH
Alpha- See Also:
- Constant Field Values
-
MTLNUX
static final int MTLNUX
Linux- See Also:
- Constant Field Values
-
IMISSD
static final int IMISSD
Integer missing value- See Also:
- Constant Field Values
-
RMISSD
static final float RMISSD
float missing value- See Also:
- Constant Field Values
-
RDIFFD
static final float RDIFFD
missing value fuzziness- See Also:
- Constant Field Values
-
MFSF
static final int MFSF
Surface file type- See Also:
- Constant Field Values
-
MFSN
static final int MFSN
Sounding File Type- See Also:
- Constant Field Values
-
MFGD
static final int MFGD
Grid file type- See Also:
- Constant Field Values
-
MDREAL
static final int MDREAL
No packing- See Also:
- Constant Field Values
-
MDINTG
static final int MDINTG
Integer packing- See Also:
- Constant Field Values
-
MDCHAR
static final int MDCHAR
Character packing- See Also:
- Constant Field Values
-
MDRPCK
static final int MDRPCK
real packing- See Also:
- Constant Field Values
-
MDGRID
static final int MDGRID
Grid packing- See Also:
- Constant Field Values
-
LLNNAV
static final int LLNNAV
Grid nav block length- See Also:
- Constant Field Values
-
LLNANL
static final int LLNANL
Grid anl block length- See Also:
- Constant Field Values
-
LLSTHL
static final int LLSTHL
Max header size- See Also:
- Constant Field Values
-
LLGDHD
static final int LLGDHD
Max grid hdr length- See Also:
- Constant Field Values
-
MDGNON
static final int MDGNON
no packing- See Also:
- Constant Field Values
-
MDGGRB
static final int MDGGRB
GRIB1 packing- See Also:
- Constant Field Values
-
MDGNMC
static final int MDGNMC
NMC packing- See Also:
- Constant Field Values
-
MDGDIF
static final int MDGDIF
DIF packing- See Also:
- Constant Field Values
-
MDGDEC
static final int MDGDEC
decimal packing?- See Also:
- Constant Field Values
-
MDGRB2
static final int MDGRB2
GRIB2 packing- See Also:
- Constant Field Values
-
ROW
static final String ROW
row identifier- See Also:
- Constant Field Values
-
COL
static final String COL
column identifier- See Also:
- Constant Field Values
-
MBLKSZ
static final int MBLKSZ
Block size- See Also:
- Constant Field Values
-
-