| Package | Description |
|---|---|
| ucar.nc2.dt.fmrc |
Support classes for Forecast Model Run Collections.
|
| Modifier and Type | Method and Description |
|---|---|
ForecastModelRunInventory.TimeCoord |
FmrcDefinition.RunSeq.findTimeCoordByRuntime(java.util.Date runTime)
Find the TimeCoord the should be used for this runTime
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ForecastModelRunInventory.TimeCoord> |
ForecastModelRunInventory.getTimeCoords()
Get a list of unique TimeCoords, which contain the list of variables that all use that TimeCoord.
|
java.util.List<ForecastModelRunInventory.TimeCoord> |
FmrcInventory.getTimeCoords() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ForecastModelRunInventory.TimeCoord.equalsData(ForecastModelRunInventory.TimeCoord tother)
Instances that have the same offsetHours are equal
|