public final class MixingRatioCell extends ComputeCell
Constructor and Description |
---|
MixingRatioCell(visad.DataReference dewRef,
visad.DataReference presRef)
Constructs from data references.
|
Modifier and Type | Method and Description |
---|---|
protected visad.Data |
compute(visad.Data[] datums)
Computes the output water-vapor mixing-ratio from pressure and dew-point
temperature.
|
clean, disableRef, enableAllInputRefs, getInputRefs, getOutputRef, noDataField, toString
public MixingRatioCell(visad.DataReference dewRef, visad.DataReference presRef) throws visad.VisADException, java.rmi.RemoteException
dewRef
- The input dew-point reference.presRef
- The input pressure reference.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 in the same order as during
construction: datums[0]
is the
dew-point temperature and datums[1]
is the pressure.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.