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
static String COL
          column identifier
static int IMISSD
          Integer missing value
static int LLGDHD
          Max grid hdr length
static int LLNANL
          Grid anl block length
static int LLNNAV
          Grid nav block length
static int LLSTHL
          Max header size
static int MBLKSZ
          Block size
static int MDCHAR
          Character packing
static int MDGDEC
          decimal packing?
static int MDGDIF
          DIF packing
static int MDGGRB
          GRIB1 packing
static int MDGNMC
          NMC packing
static int MDGNON
          no packing
static int MDGRB2
          GRIB2 packing
static int MDGRID
          Grid packing
static int MDINTG
          Integer packing
static int MDREAL
          No packing
static int MDRPCK
          real packing
static int MFGD
          Grid file type
static int MFSF
          Surface file type
static int MFSN
          Sounding File Type
static int MTALPH
          Alpha
static int MTAPOL
          APOL
static int MTHP
          HP
static int MTIBM
          IBM
static int MTIGPH
          Intergraph
static int MTIRIS
          Irix
static int MTLNUX
          Linux
static int MTSUN
          Sun (SPARC)
static int MTULTX
          Ultrix
static int MTVAX
          VAX
static float RDIFFD
          missing value fuzziness
static float RMISSD
          float missing value
static 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


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.