public class FslLocalTables extends NcepLocalTables
LocalTables.ParameterSortGribTables.Parameter| Modifier and Type | Field and Description |
|---|---|
static int |
center_id |
paramslocalgrib2Table| Modifier and Type | Method and Description |
|---|---|
static FslLocalTables |
getCust(Grib2Table table) |
String |
getGeneratingProcessName(int genProcess) |
String |
getLevelName(int id) |
String |
getLevelNameShort(int id) |
GribTables.Parameter |
getParameterRaw(int discipline,
int category,
int number) |
List<GribTables.Parameter> |
getParameters() |
String |
getStatisticNameShort(int id) |
String |
getSubCenterName(int center,
int subcenter) |
String |
getTablePath(int discipline,
int category,
int number) |
protected void |
initLocalTable(Formatter f) |
void |
lookForProblems(Formatter f) |
static void |
main(String[] args) |
getCategory, getParameter, getStatisticName, getStatType, getTableValue, getVariableName, getVertUnitconvertTimeUnit, factory, factory, factory, getForecastDate, getForecastTimeInterval, getForecastTimeIntervalOffset, getForecastTimeIntervalSizeInHours, getGeneratingProcessTypeName, getProbabilityNameShort, getVariableName, isLayer, isLevelUsed, isLocal, makeParamId, setTimeUnitConverter, showSpecialPdsInfopublic static final int center_id
public static FslLocalTables getCust(Grib2Table table)
public String getTablePath(int discipline, int category, int number)
getTablePath in class NcepLocalTablespublic List<GribTables.Parameter> getParameters()
getParameters in class NcepLocalTablespublic GribTables.Parameter getParameterRaw(int discipline, int category, int number)
getParameterRaw in class NcepLocalTablespublic String getSubCenterName(int center, int subcenter)
getSubCenterName in interface GribTablesgetSubCenterName in class Grib2Customizerpublic String getGeneratingProcessName(int genProcess)
getGeneratingProcessName in interface GribTablesgetGeneratingProcessName in class NcepLocalTablespublic String getLevelNameShort(int id)
getLevelNameShort in interface GribTablesgetLevelNameShort in class NcepLocalTablespublic String getLevelName(int id)
getLevelName in class Grib2Customizerpublic String getStatisticNameShort(int id)
getStatisticNameShort in class NcepLocalTablesprotected void initLocalTable(Formatter f)
public void lookForProblems(Formatter f)
lookForProblems in class Grib2Customizerpublic static void main(String[] args)