Package ucar.unidata.view.sounding
Class AerologicalCellNetwork
java.lang.Object
ucar.unidata.view.sounding.AerologicalCellNetwork
A network that computes derived, output, aerological parameters
from input, aerological parameters.
- Version:
- $Revision: 1.12 $ $Date: 2005/05/13 18:33:21 $
- Author:
- Steven R. Emmerson
-
Constructor Summary
ConstructorsConstructorDescriptionAerologicalCellNetwork
(DataReference tempProfileRef, DataReference dewProfileRef, DataReference presRef, DataReference tempRef, DataReference minPresRef) Constructs from input data references.AerologicalCellNetwork
(DataReference tempProfileRef, DataReference dewProfileRef, DataReference presRef, DataReference tempRef, DataReference minPresRef, DataReference windProfileRef) Constructs from input data references. -
Method Summary
Modifier and TypeMethodDescriptionReturns theDataCell
for the buoyancy profile.Returns theDataCell
for the CAPE.Returns theDataCell
for the CIN.Returns theDataCell
for the lifted-parcel's dry-adiabatic trajectory.Returns theDataCell
for the lifted-parcel's dry-adiabatic virtual temperature profile.Returns theDataCell
for the environmental virtual-temperature profile.Returns theDataCell
for the LCL pressure.Returns theDataCell
for the LCL temperature.Returns theDataCell
for the LFC.Returns theDataReference
for the temperature at the LFC.Returns theDataCell
for the Level of Neutral Buoyancy (LNB).Returns tehDataReference
for the temperature at the LNB.Returns theDataCell
for the lifted-parcel's pseudo-adiabatic virtual-temperature profile.Returns theDataCell
for the profile dew point.Returns theDataCell
for the profile's mixing-ratio.Returns theDataReference
for the temperature of the temperature-profile at the reference pressure.Returns theDataCell
for the profile's wind.Returns theDataCell
for the lifted-parcel's wet-adiabatic trajectory.Returns theDataCell
for the lifted-parcel's wet-adiabatic virtual temperature profile.void
setParcelMode
(ParcelMode mode) Sets the mode for determining the parameters (pressure, temperature, water-vapor mixing-ratio) of the lifting parcel.
-
Constructor Details
-
AerologicalCellNetwork
public AerologicalCellNetwork(DataReference tempProfileRef, DataReference dewProfileRef, DataReference presRef, DataReference tempRef, DataReference minPresRef) throws VisADException, RemoteException Constructs from input data references.- Parameters:
tempProfileRef
- The temperature profile reference.dewProfileRef
- The dew-point profile reference.presRef
- The pressure reference.tempRef
- The temperature reference.minPresRef
- The minimum pressure reference.- Throws:
NullPointerException
- if an argument isnull
.VisADException
- if a VisAD failure occurs.RemoteException
- if a Java RMI failure occurs.
-
AerologicalCellNetwork
public AerologicalCellNetwork(DataReference tempProfileRef, DataReference dewProfileRef, DataReference presRef, DataReference tempRef, DataReference minPresRef, DataReference windProfileRef) throws VisADException, RemoteException Constructs from input data references.- Parameters:
tempProfileRef
- The temperature profile reference.dewProfileRef
- The dew-point profile reference.presRef
- The pressure reference.tempRef
- The temperature reference.minPresRef
- The minimum pressure reference.windProfileRef
- The wind profile reference- Throws:
NullPointerException
- if an argument isnull
.VisADException
- if a VisAD failure occurs.RemoteException
- if a Java RMI failure occurs.
-
-
Method Details
-
setParcelMode
Sets the mode for determining the parameters (pressure, temperature, water-vapor mixing-ratio) of the lifting parcel.- Parameters:
mode
- The mode.- Throws:
VisADException
- if a VisAD failure occurs.RemoteException
- if a Java RMI failure occurs.
-
getProfileTemperatureRef
Returns theDataReference
for the temperature of the temperature-profile at the reference pressure.- Returns:
- The
DataReference
-
getProfileDewPointRef
Returns theDataCell
for the profile dew point.- Returns:
- The
DataCell
-
getProfileMixingRatioRef
Returns theDataCell
for the profile's mixing-ratio.- Returns:
- The
DataCell
-
getProfileWindRef
Returns theDataCell
for the profile's wind.- Returns:
- The
DataCell
-
getLclTemperatureRef
Returns theDataCell
for the LCL temperature.- Returns:
- The
DataCell
-
getLclPressureRef
Returns theDataCell
for the LCL pressure.- Returns:
- The
DataCell
-
getDryTrajectoryRef
Returns theDataCell
for the lifted-parcel's dry-adiabatic trajectory.- Returns:
- The
DataCell
-
getWetTrajectoryRef
Returns theDataCell
for the lifted-parcel's wet-adiabatic trajectory.- Returns:
- The
DataCell
-
getDryVirtualTemperatureProfileRef
Returns theDataCell
for the lifted-parcel's dry-adiabatic virtual temperature profile.- Returns:
- The
DataCell
-
getWetVirtualTemperatureProfileRef
Returns theDataCell
for the lifted-parcel's wet-adiabatic virtual temperature profile.- Returns:
- The
DataCell
-
getParcelVirtualTemperatureProfileRef
Returns theDataCell
for the lifted-parcel's pseudo-adiabatic virtual-temperature profile.- Returns:
- The
DataCell
-
getEnvironmentVirtualTemperatureProfileRef
Returns theDataCell
for the environmental virtual-temperature profile.- Returns:
- The
DataCell
-
getBuoyancyProfileRef
Returns theDataCell
for the buoyancy profile.- Returns:
- The
DataCell
-
getCapeRef
Returns theDataCell
for the CAPE.- Returns:
- The
DataCell
-
getLfcRef
Returns theDataCell
for the LFC.- Returns:
- The
DataCell
-
getLfcTemperatureRef
Returns theDataReference
for the temperature at the LFC.- Returns:
- The LFC temperature reference.
-
getLnbRef
Returns theDataCell
for the Level of Neutral Buoyancy (LNB).- Returns:
- The
DataCell
-
getLnbTemperatureRef
Returns tehDataReference
for the temperature at the LNB.- Returns:
- The LNB temperature reference.
-
getCinRef
Returns theDataCell
for the CIN.- Returns:
- The
DataCell
-