public class CfsrLocalTables extends NcepLocalTables
LocalTables.ParameterSortGribTables.Parameterparamslocalgrib2Table| Modifier and Type | Method and Description |
|---|---|
static CfsrLocalTables |
getCust(Grib2Table table) |
TimeCoord.TinvDate |
getForecastTimeInterval(Grib2Record gr)
Get the time interval in units of gr.getPDS().getTimeUnit()
|
int[] |
getForecastTimeIntervalOffset(Grib2Record gr)
If this has a time interval coordinate, get time interval
|
double |
getForecastTimeIntervalSizeInHours(Grib2Pds pds)
Only use in GribVariable to decide on variable identity when intvMerge = false.
|
String |
getGeneratingProcessName(int genProcess) |
String |
getTablePath(int discipline,
int category,
int number) |
protected void |
initLocalTable() |
static void |
main(String[] args) |
void |
showSpecialPdsInfo(Grib2Record gr,
Formatter f) |
getCategory, getLevelNameShort, getParameter, getParameterRaw, getParameters, getStatisticName, getStatisticNameShort, getStatType, getTableValue, getVariableName, getVertUnitconvertTimeUnit, factory, factory, factory, getForecastDate, getGeneratingProcessTypeName, getLevelName, getProbabilityNameShort, getSubCenterName, getVariableName, isLayer, isLevelUsed, isLocal, lookForProblems, makeParamId, setTimeUnitConverterpublic static CfsrLocalTables getCust(Grib2Table table)
public String getTablePath(int discipline, int category, int number)
getTablePath in class NcepLocalTablespublic String getGeneratingProcessName(int genProcess)
getGeneratingProcessName in interface GribTablesgetGeneratingProcessName in class NcepLocalTablespublic int[] getForecastTimeIntervalOffset(Grib2Record gr)
Grib2CustomizergetForecastTimeIntervalOffset in class Grib2Customizergr - from this recordpublic TimeCoord.TinvDate getForecastTimeInterval(Grib2Record gr)
Grib2CustomizergetForecastTimeInterval in class Grib2Customizergr - Grib recordpublic double getForecastTimeIntervalSizeInHours(Grib2Pds pds)
getForecastTimeIntervalSizeInHours in class Grib2Customizerpds - must be a Grib2Pds.PdsIntervalpublic void showSpecialPdsInfo(Grib2Record gr, Formatter f)
showSpecialPdsInfo in class Grib2Customizerprotected void initLocalTable()
public static void main(String[] args)