public final class AirTemperatureCell extends ComputeCell
Constructor and Description |
---|
AirTemperatureCell(visad.DataReference presRef,
visad.DataReference potTempRef,
visad.Data noData)
Constructs from data references.
|
Modifier and Type | Method and Description |
---|---|
protected visad.Data |
compute(visad.Data[] datums)
Computes the output air temperature.
|
clean, disableRef, enableAllInputRefs, getInputRefs, getOutputRef, noDataField, toString
public AirTemperatureCell(visad.DataReference presRef, visad.DataReference potTempRef, visad.Data noData) throws visad.VisADException, java.rmi.RemoteException
presRef
- The pressure reference.potTempRef
- The potential temperature reference.noData
- The missing data value.visad.VisADException
- if a VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.protected visad.Data compute(visad.Data[] datums) throws visad.TypeException, visad.VisADException, java.rmi.RemoteException
compute
in class ComputeCell
datums
- The input data. datums[0]
is
the input pressure data and datums[1]
is the input potential temperature
data.java.lang.ClassCastException
- if an input data reference has the wrong
type of data object.visad.TypeException
- if a VisAD data object has the wrong type.visad.VisADException
- if a VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.