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