Package ucar.nc2.ncml
Class AggregationFmrc
- java.lang.Object
-
- ucar.nc2.ncml.Aggregation
-
- ucar.nc2.ncml.AggregationOuterDimension
-
- ucar.nc2.ncml.AggregationFmrc
-
- All Implemented Interfaces:
AggregationIF
,ProxyReader
@Deprecated public class AggregationFmrc extends AggregationOuterDimension
Deprecated.do not useImplement NcML Forecast Model Run Collection Aggregation with files that are complete runs (have all forecast times in the same file)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ucar.nc2.ncml.Aggregation
Aggregation.Dataset, Aggregation.DatasetProxyReader, Aggregation.Type, Aggregation.TypicalDataset
-
-
Field Summary
Fields Modifier and Type Field Description protected static Set<NetcdfDataset.Enhance>
fmrcEnhanceMode
Deprecated.-
Fields inherited from class ucar.nc2.ncml.AggregationOuterDimension
aggVarNames, aggVars, cacheList, debugCache, debugInvocation, debugStride, invocation, timeUnitsChange
-
Fields inherited from class ucar.nc2.ncml.Aggregation
cacheDirty, datasetManager, datasets, dateFormatMark, dateFormatter, debug, debugConvert, debugDateParse, debugOpenFile, debugProxy, debugRead, debugSyncDetail, dimName, diskCache2, executor, explicitDatasets, isDate, logger, ncDataset, spiObject, type, typicalDatasetMode
-
-
Constructor Summary
Constructors Constructor Description AggregationFmrc(NetcdfDataset ncd, String dimName, String recheckS)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addDirectoryScanFmrc(String dirName, String suffix, String regexpPatternString, String subdirs, String olderThan, String runMatcher, String forecastMatcher, String offsetMatcher)
Deprecated.void
addExplicitFilesAndRunTimes(Map<String,String> filesRunTimeMap)
Deprecated.protected void
buildNetcdfDataset(CancelTask cancelTask)
Deprecated.Call this to build the dataset objects in the NetcdfDatasetvoid
getDetailInfo(Formatter f)
Deprecated.protected void
makeDatasets(CancelTask cancelTask)
Deprecated.Make the list of Datasets, from explicit and scans.protected void
rebuildDataset()
Deprecated.Call this when rescan has found changed datasets-
Methods inherited from class ucar.nc2.ncml.AggregationOuterDimension
addVariable, buildCoords, getTotalCoords, makeDataset, makeDataset, promoteGlobalAttributes, readTimeCoordinates, reallyRead, reallyRead
-
Methods inherited from class ucar.nc2.ncml.Aggregation
addCollection, addDataset, addDatasetScan, addExplicitDataset, close, findVariable, finish, getDatasets, getDimensionName, getFileTypeDescription, getFileTypeId, getLastModified, getLocation, getType, getTypicalDataset, persistRead, persistWrite, setDatasetAcquireProxy, setDatasetAcquireProxy, setExecutor, setModifications, setPersistenceCache, setTypicalDatasetMode, syncExtend
-
-
-
-
Field Detail
-
fmrcEnhanceMode
protected static Set<NetcdfDataset.Enhance> fmrcEnhanceMode
Deprecated.
-
-
Constructor Detail
-
AggregationFmrc
public AggregationFmrc(NetcdfDataset ncd, String dimName, String recheckS)
Deprecated.
-
-
Method Detail
-
addDirectoryScanFmrc
public void addDirectoryScanFmrc(String dirName, String suffix, String regexpPatternString, String subdirs, String olderThan, String runMatcher, String forecastMatcher, String offsetMatcher)
Deprecated.
-
addExplicitFilesAndRunTimes
public void addExplicitFilesAndRunTimes(Map<String,String> filesRunTimeMap)
Deprecated.
-
makeDatasets
protected void makeDatasets(CancelTask cancelTask) throws IOException
Deprecated.Description copied from class:Aggregation
Make the list of Datasets, from explicit and scans.- Overrides:
makeDatasets
in classAggregation
- Parameters:
cancelTask
- user can cancel- Throws:
IOException
- on i/o error
-
getDetailInfo
public void getDetailInfo(Formatter f)
Deprecated.- Specified by:
getDetailInfo
in interfaceAggregationIF
- Overrides:
getDetailInfo
in classAggregationOuterDimension
-
buildNetcdfDataset
protected void buildNetcdfDataset(CancelTask cancelTask) throws IOException
Deprecated.Description copied from class:Aggregation
Call this to build the dataset objects in the NetcdfDataset- Specified by:
buildNetcdfDataset
in classAggregation
- Parameters:
cancelTask
- maybe cancel- Throws:
IOException
- on read error
-
rebuildDataset
protected void rebuildDataset()
Deprecated.Description copied from class:Aggregation
Call this when rescan has found changed datasets- Overrides:
rebuildDataset
in classAggregationOuterDimension
-
-