| Package | Description |
|---|---|
| ucar.nc2.iosp.gempak | |
| ucar.nc2.iosp.grid | |
| ucar.nc2.iosp.mcidas | |
| ucar.nc2.iosp.vis5d |
| Modifier and Type | Class and Description |
|---|---|
class |
GempakGridRecord
A class to hold grid record information
|
| Modifier and Type | Method and Description |
|---|---|
List<GridRecord> |
GempakGridReader.getGridList()
Get list of grids
|
| Modifier and Type | Method and Description |
|---|---|
protected float[] |
GempakGridServiceProvider._readData(GridRecord gr)
Read the data for this GridRecord
|
String |
GempakLookup.getCategoryName(GridRecord gr) |
String |
GempakLookup.getDisciplineName(GridRecord gr) |
String |
GempakLookup.getLevelDescription(GridRecord gr) |
String |
GempakLookup.getLevelName(GridRecord gr) |
String |
GempakLookup.getLevelUnit(GridRecord gr) |
GridParameter |
GempakLookup.getParameter(GridRecord gr)
gets parameter table, then grib1 parameter based on number.
|
boolean |
GempakLookup.isLayer(GridRecord gr)
Is this a layer?
|
boolean |
GempakLookup.isPositiveUp(GridRecord gr)
is this a PositiveUp VerticalCoordinate.
|
boolean |
GempakLookup.isVerticalCoordinate(GridRecord gr) |
float[] |
GempakGridReader.readGrid(GridRecord gr)
Read the data
|
| Modifier and Type | Field and Description |
|---|---|
protected GridRecord |
GridVariable.firstRecord
first grid record
|
protected GridRecord[] |
GridVariable.recordTracker
record tracker
|
protected GridRecord |
GridVertCoord.typicalRecord
typical record for this vertical coordinate
|
| Modifier and Type | Method and Description |
|---|---|
GridRecord |
GridVariable.findRecord(int ens,
int time,
int level)
Find the grid record for the time and level indices
Canonical ordering is ens, time, level
|
| Modifier and Type | Method and Description |
|---|---|
List<GridRecord> |
GridIndex.getGridRecords()
Grib records of index, one for each parameter.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract float[] |
GridServiceProvider._readData(GridRecord gr)
Read the data for this GridRecord
|
protected void |
GridIndexToNC.addExtraAttributes(GridRecord firstRecord,
GridTableLookup lookup,
NetcdfFile ncfile) |
void |
GridIndex.addGridRecord(GridRecord gr)
adds a GridRecord to the index.
|
int |
GridTimeCoord.findIndex(GridRecord record)
Find the index of a GridRecord in the list of times
|
String |
GridTableLookup.getCategoryName(GridRecord gr)
Get the grid category name
|
String |
GridTableLookup.getDisciplineName(GridRecord gr)
Get the grid discipline name
|
GridHorizCoordSys |
GridIndexToNC.getHorizCoordSys(GridRecord gribRecord) |
String |
GridTableLookup.getLevelDescription(GridRecord gr)
Get the level description
|
String |
GridTableLookup.getLevelName(GridRecord gr)
Get the level name
|
String |
GridTableLookup.getLevelUnit(GridRecord gr)
Get the level unit
|
GridParameter |
GridTableLookup.getParameter(GridRecord gr)
Get the grid parameter that corresponds to this record
|
protected int |
GridVariable.getVertIndex(GridRecord p)
Get the index in the vertical for the particular grid
|
boolean |
GridTableLookup.isLayer(GridRecord gr)
Check to see if this grid is a layer variable
|
boolean |
GridTableLookup.isPositiveUp(GridRecord gr)
Is postitive up for the vertical coordinate
|
boolean |
GridTableLookup.isVerticalCoordinate(GridRecord gr)
If vertical level should be made into a coordinate;
dont do for surface, or levels without a meaningful coordinate value
|
String |
GridVariable.makeLevelName(GridRecord gr,
GridTableLookup lookup)
Make the level name
|
protected boolean |
GridVariable.trackRecords(int time,
int level,
GridRecord p,
RandomAccessFile raf,
boolean messSent) |
| Modifier and Type | Method and Description |
|---|---|
protected GridEnsembleCoord |
GridIndexToNC.addEnsembles(List<GridEnsembleCoord> ensembleCoords,
List<GridRecord> recordList) |
protected GridTimeCoord |
GridIndexToNC.makeGridTimeCoord(List<GridRecord> recordList,
String location) |
protected GridVertCoord |
GridIndexToNC.makeGridVertCoord(List<GridRecord> recordList,
String vname,
GridTableLookup lookup,
GridHorizCoordSys hcs) |
protected boolean |
GridTimeCoord.matchTimes(List<GridRecord> records)
match time values - can this list of GridRecords use this coordinate?
|
| Constructor and Description |
|---|
GridTimeCoord(List<GridRecord> records,
String where)
Create a new GridTimeCoord from the list of GridRecord
|
GridVertCoord(List<GridRecord> records,
String levelName,
GridTableLookup lookup,
GridHorizCoordSys hcs)
Create a new GridVertCoord with the appropriate params
|
| Modifier and Type | Class and Description |
|---|---|
class |
McIDASGridRecord
A class to hold McIDAS grid record information
|
| Modifier and Type | Method and Description |
|---|---|
protected float[] |
McIDASGridServiceProvider._readData(GridRecord gr)
Read the data for this GridRecord
|
String |
McIDASLookup.getCategoryName(GridRecord gr)
gets the CategoryName.
|
String |
McIDASLookup.getDisciplineName(GridRecord gr)
gets the DisciplineName.
|
String |
McIDASLookup.getLevelDescription(GridRecord gr)
gets the LevelDescription.
|
String |
McIDASLookup.getLevelName(GridRecord gr)
gets the LevelName.
|
String |
McIDASLookup.getLevelUnit(GridRecord gr)
gets the LevelUnit.
|
GridParameter |
McIDASLookup.getParameter(GridRecord gr)
gets parameter table, then grib1 parameter based on number.
|
boolean |
McIDASLookup.isLayer(GridRecord gr)
Is this a layer?
|
boolean |
McIDASLookup.isPositiveUp(GridRecord gr)
is this a PositiveUp VerticalCoordinate.
|
boolean |
McIDASLookup.isVerticalCoordinate(GridRecord gr)
is this a VerticalCoordinate.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Vis5DIosp.Vis5DLookup.getCategoryName(GridRecord gr)
gets the CategoryName.
|
String |
Vis5DIosp.Vis5DLookup.getDisciplineName(GridRecord gr)
gets the DisciplineName.
|
String |
Vis5DIosp.Vis5DLookup.getLevelDescription(GridRecord gr)
gets the LevelDescription.
|
String |
Vis5DIosp.Vis5DLookup.getLevelName(GridRecord gr)
gets the LevelName.
|
String |
Vis5DIosp.Vis5DLookup.getLevelUnit(GridRecord gr)
gets the LevelUnit.
|
GridParameter |
Vis5DIosp.Vis5DLookup.getParameter(GridRecord gr)
gets parameter table, then grib1 parameter based on number.
|
boolean |
Vis5DIosp.Vis5DLookup.isLayer(GridRecord gr)
Is this a layer?
|
boolean |
Vis5DIosp.Vis5DLookup.isPositiveUp(GridRecord gr)
is this a PositiveUp VerticalCoordinate.
|
boolean |
Vis5DIosp.Vis5DLookup.isVerticalCoordinate(GridRecord gr)
is this a VerticalCoordinate.
|
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.