|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ForecastModelRunCollection
Forecast Model Run Collection (.
| Method Summary | |
|---|---|
void |
close()
|
NetcdfDataset |
getBestTimeSeries()
Get a NetcdfDataset that has the "best" time series, across model runs. |
NetcdfDataset |
getFmrcDataset()
Get a NetcdfDataset that is the underlying datasets with the "2d time" |
java.util.List |
getForecastDates()
Get the list of possible forecast dates, to be used in getForecastTimeDataset(). |
NetcdfDataset |
getForecastOffsetDataset(double hours)
Get a NetcdfDataset that has all the data for a fixed forecast offset, across model runs. |
java.util.List |
getForecastOffsets()
Get the list of possible forecast offsets, to be used in getForecastOffsetDataset(). |
NetcdfDataset |
getForecastTimeDataset(java.util.Date forecastTime)
Get a NetcdfDataset that has all the data for a fixed forecast time, across model runs. |
GridDataset |
getGridDataset()
Get the underlying GridDataset. |
java.util.List |
getRunDates()
Get the list of possible run dates, to be used in getRunTimeDataset(). |
NetcdfDataset |
getRunTimeDataset(java.util.Date runTime)
Get a NetcdfDataset that has all the data for a model run. |
boolean |
sync()
Check if file has changed, and reread metadata if needed. |
| Method Detail |
|---|
java.util.List getRunDates()
NetcdfDataset getRunTimeDataset(java.util.Date runTime)
runTime - names the run
java.util.List getForecastDates()
NetcdfDataset getForecastTimeDataset(java.util.Date forecastTime)
forecastTime - the forecast time to fix.
java.util.List getForecastOffsets()
NetcdfDataset getForecastOffsetDataset(double hours)
hours - the forecast offset time to fix, in hours.
NetcdfDataset getBestTimeSeries()
NetcdfDataset getFmrcDataset()
GridDataset getGridDataset()
boolean sync()
throws java.io.IOException
java.io.IOException
void close()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||