Uses of Class
ucar.nc2.dt.fmrc.FmrcInventory

Packages that use FmrcInventory
ucar.nc2.dt.fmrc Support classes for Forecast Model Run Collections. 
 

Uses of FmrcInventory in ucar.nc2.dt.fmrc
 

Methods in ucar.nc2.dt.fmrc that return FmrcInventory
static FmrcInventory FmrcInventory.makeFromCatalog(DiskCache2 cache, String catURL, String collectionName, int maxDatasets, int mode)
           
static FmrcInventory FmrcInventory.makeFromCatalog(String catURL, String collectionName, int maxDatasets, int mode)
          Create a ForecastModelRun Collection from the datasets in a catalog.
static FmrcInventory FmrcInventory.makeFromDirectory(String fmrcDefinitionPath, String collectionName, DiskCache2 fmr_cache, String dirName, String suffix, int mode)
          Create a ForecastModelRun Collection from the files in a directory.
 

Methods in ucar.nc2.dt.fmrc with parameters of type FmrcInventory
 void FmrcDefinition.addVertCoordsFromCollectionInventory(FmrcInventory fmrc)
          Add just the vertical coord info to the definition
 void FmrcDefinition.makeFromCollectionInventory(FmrcInventory fmrc)
           
 void FmrcReport.report(FmrcInventory fmrc, PrintStream out, boolean showMissing)
           
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.