public class FmrcInvLite extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
class |
FmrcInvLite.Gridset |
static class |
FmrcInvLite.ValueB |
Modifier and Type | Field and Description |
---|---|
CalendarDate |
base |
String |
collectionName |
double[] |
forecastOffset |
List<FmrcInvLite.Gridset> |
gridSets |
List<FmrcInvLite.Gridset.GridInventory> |
invList |
List<String> |
locationList |
Map<String,Integer> |
locationMap |
int |
nruns |
double[] |
offsets |
double[] |
runOffset |
Constructor and Description |
---|
FmrcInvLite(FmrcInv fmrcInv) |
Modifier and Type | Method and Description |
---|---|
FmrcInvLite.Gridset.Grid |
findGrid(String gridName) |
FmrcInvLite.Gridset |
findGridset(String gridName) |
int |
findRunIndex(CalendarDate want) |
TimeInventory |
getConstantForecastDataset(CalendarDate time) |
TimeInventory |
getConstantOffsetDataset(double hour) |
List<CalendarDate> |
getForecastDates() |
double[] |
getForecastOffsets() |
List<CalendarDate> |
getRunDates() |
TimeInventory |
makeBestDatasetInventory() |
TimeInventory |
makeRunTimeDatasetInventory(CalendarDate run) |
void |
showGridInfo(String gridName,
Formatter out) |
public String collectionName
public CalendarDate base
public int nruns
public double[] runOffset
public double[] forecastOffset
public double[] offsets
public List<FmrcInvLite.Gridset> gridSets
public List<FmrcInvLite.Gridset.GridInventory> invList
public FmrcInvLite(FmrcInv fmrcInv)
public int findRunIndex(CalendarDate want)
public List<CalendarDate> getRunDates()
public List<CalendarDate> getForecastDates()
public double[] getForecastOffsets()
public FmrcInvLite.Gridset.Grid findGrid(String gridName)
public FmrcInvLite.Gridset findGridset(String gridName)
public TimeInventory makeBestDatasetInventory()
public TimeInventory makeRunTimeDatasetInventory(CalendarDate run) throws FileNotFoundException
FileNotFoundException
public TimeInventory getConstantForecastDataset(CalendarDate time) throws FileNotFoundException
FileNotFoundException
public TimeInventory getConstantOffsetDataset(double hour) throws FileNotFoundException
FileNotFoundException
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.