Package ucar.unidata.view.sounding
Class EnergyFeatureCell
java.lang.Object
ucar.unidata.view.sounding.ComputeCell
ucar.unidata.view.sounding.EnergyFeatureCell
Computes a massic energy feature from a profile of massic energy and two
integration limits. Examples include Convective Available Potential Energy
(CAPE) and Convective Inhibition (CIN).
- Version:
- $Revision: 1.5 $ $Date: 2005/05/13 18:33:30 $
- Author:
- Steven R. Emmerson
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEnergyFeatureCell
(String name, DataReference energyProfileRef, DataReference lowerLim, DataReference upperLim) Constructs from references to the massic energy profile and two integration limits. -
Method Summary
Methods inherited from class ucar.unidata.view.sounding.ComputeCell
clean, compute, disableRef, enableAllInputRefs, getInputRefs, getOutputRef, noDataField, toString
-
Field Details
-
noData
The output, missing data value.
-
-
Constructor Details
-
EnergyFeatureCell
public EnergyFeatureCell(String name, DataReference energyProfileRef, DataReference lowerLim, DataReference upperLim) throws VisADException, RemoteException Constructs from references to the massic energy profile and two integration limits.- Parameters:
name
- The name of theComputeCell
.energyProfileRef
- The massic energy profile reference.lowerLim
- The lower limit reference.upperLim
- The upper limit reference.- Throws:
VisADException
- if a VisAD failure occurs.RemoteException
- if a Java RMI failure occurs.
-