public class FmrcInventory extends Object
Data Structures
List RunTime Date
List ForecastTime Date
List Offsets Double
List VertTimeCoord
double[] values
List TimeCoord
double[] offsetHour
List RunSeq // sequence of runs; ie sequence of TimeCoords; ie actual time coord
List Run run;
Date runDate
TimeCoord
List UberGrid
String name
List RunExpected // corresponds to the runs in the RunSeq, matches to expected inventory
Run run; // actual time coord
ForecastModelRun.Grid grid; // contains actual vert coord for this Run
ForecastModelRun.TimeCoord expected; // expected time coord
FmrcDefinition.Grid expectedGrid; // expected grid, vertCoord
| Modifier and Type | Method and Description |
|---|---|
FmrcDefinition |
getDefinition() |
String |
getDefinitionPath() |
List<ForecastModelRunInventory.EnsCoord> |
getEnsCoords() |
String |
getName() |
List<ucar.nc2.dt.fmrc.FmrcInventory.RunSeq> |
getRunSequences() |
String |
getSuffixFilter() |
List<ForecastModelRunInventory.TimeCoord> |
getTimeCoords() |
List<ForecastModelRunInventory.VertCoord> |
getVertCoords() |
org.jdom2.Document |
makeMatrixDocument()
Create an XML document for the entire collection
|
org.jdom2.Document |
makeMatrixDocument(String varName)
Create an XML document for a variable
|
String |
showOffsetHour(String varName,
String offsetHour) |
String |
writeMatrixXML(String varName) |
void |
writeMatrixXML(String varName,
OutputStream os) |
public String getName()
public String getDefinitionPath()
public List<ForecastModelRunInventory.TimeCoord> getTimeCoords()
public List<ucar.nc2.dt.fmrc.FmrcInventory.RunSeq> getRunSequences()
public List<ForecastModelRunInventory.EnsCoord> getEnsCoords()
public List<ForecastModelRunInventory.VertCoord> getVertCoords()
public String getSuffixFilter()
public FmrcDefinition getDefinition()
public void writeMatrixXML(String varName, OutputStream os) throws IOException
IOExceptionpublic org.jdom2.Document makeMatrixDocument()
public org.jdom2.Document makeMatrixDocument(String varName)
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.