public interface ForecastModelRunCollection
| Modifier and Type | Method and Description |
|---|---|
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<java.util.Date> |
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<java.lang.Double> |
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<java.util.Date> |
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.
|
java.util.List<java.util.Date> getRunDates()
NetcdfDataset getRunTimeDataset(java.util.Date runTime) throws java.io.IOException
runTime - names the runjava.io.IOException - on read errorjava.util.List<java.util.Date> getForecastDates()
NetcdfDataset getForecastTimeDataset(java.util.Date forecastTime) throws java.io.IOException
forecastTime - the forecast time to fix.java.io.IOException - on read errorjava.util.List<java.lang.Double> getForecastOffsets()
NetcdfDataset getForecastOffsetDataset(double hours) throws java.io.IOException
hours - the forecast offset time to fix, in hours.java.io.IOException - on read errorNetcdfDataset getBestTimeSeries() throws java.io.IOException
java.io.IOException - on read errorNetcdfDataset getFmrcDataset()
GridDataset getGridDataset()
boolean sync()
throws java.io.IOException
java.io.IOException - on io errorvoid close()
throws java.io.IOException
java.io.IOException