|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.view.sounding.AerologicalCellNetwork
public final class AerologicalCellNetwork
A network that computes derived, output, aerological parameters from input, aerological parameters.
| Constructor Summary | |
|---|---|
AerologicalCellNetwork(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 | |
|---|---|
DataReference |
getBuoyancyProfileRef()
Returns the DataCell for the buoyancy profile. |
DataReference |
getCapeRef()
Returns the DataCell for the CAPE. |
DataReference |
getCinRef()
Returns the DataCell for the CIN. |
DataReference |
getDryTrajectoryRef()
Returns the DataCell for the lifted-parcel's dry-adiabatic
trajectory. |
DataReference |
getDryVirtualTemperatureProfileRef()
Returns the DataCell for the lifted-parcel's dry-adiabatic
virtual temperature profile. |
DataReference |
getEnvironmentVirtualTemperatureProfileRef()
Returns the DataCell for the environmental virtual-temperature
profile. |
DataReference |
getLclPressureRef()
Returns the DataCell for the LCL pressure. |
DataReference |
getLclTemperatureRef()
Returns the DataCell for the LCL temperature. |
DataReference |
getLfcRef()
Returns the DataCell for the LFC. |
DataReference |
getLfcTemperatureRef()
Returns the DataReference for the temperature at the LFC. |
DataReference |
getLnbRef()
Returns the DataCell for the Level of Neutral Buoyancy (LNB). |
DataReference |
getLnbTemperatureRef()
Returns teh DataReference for the temperature at the LNB. |
DataReference |
getParcelVirtualTemperatureProfileRef()
Returns the DataCell for the lifted-parcel's pseudo-adiabatic
virtual-temperature profile. |
DataReference |
getProfileDewPointRef()
Returns the DataCell for the profile dew point. |
DataReference |
getProfileMixingRatioRef()
Returns the DataCell for the profile's mixing-ratio. |
DataReference |
getProfileTemperatureRef()
Returns the DataReference for the temperature of the
temperature-profile at the reference pressure. |
DataReference |
getProfileWindRef()
Returns the DataCell for the profile's wind. |
DataReference |
getWetTrajectoryRef()
Returns the DataCell for the lifted-parcel's wet-adiabatic
trajectory. |
DataReference |
getWetVirtualTemperatureProfileRef()
Returns the DataCell 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AerologicalCellNetwork(DataReference tempProfileRef,
DataReference dewProfileRef,
DataReference presRef,
DataReference tempRef,
DataReference minPresRef)
throws VisADException,
RemoteException
tempProfileRef - The temperature profile reference.dewProfileRef - The dew-point profile reference.presRef - The pressure reference.tempRef - The temperature reference.minPresRef - The minimum pressure reference.
NullPointerException - if an argument is null.
VisADException - if a VisAD failure occurs.
RemoteException - if a Java RMI failure occurs.
public AerologicalCellNetwork(DataReference tempProfileRef,
DataReference dewProfileRef,
DataReference presRef,
DataReference tempRef,
DataReference minPresRef,
DataReference windProfileRef)
throws VisADException,
RemoteException
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
NullPointerException - if an argument is null.
VisADException - if a VisAD failure occurs.
RemoteException - if a Java RMI failure occurs.| Method Detail |
|---|
public void setParcelMode(ParcelMode mode)
throws VisADException,
RemoteException
mode - The mode.
VisADException - if a VisAD failure occurs.
RemoteException - if a Java RMI failure occurs.public DataReference getProfileTemperatureRef()
DataReference for the temperature of the
temperature-profile at the reference pressure.
DataReferencepublic DataReference getProfileDewPointRef()
DataCell for the profile dew point.
DataCellpublic DataReference getProfileMixingRatioRef()
DataCell for the profile's mixing-ratio.
DataCellpublic DataReference getProfileWindRef()
DataCell for the profile's wind.
DataCellpublic DataReference getLclTemperatureRef()
DataCell for the LCL temperature.
DataCellpublic DataReference getLclPressureRef()
DataCell for the LCL pressure.
DataCellpublic DataReference getDryTrajectoryRef()
DataCell for the lifted-parcel's dry-adiabatic
trajectory.
DataCellpublic DataReference getWetTrajectoryRef()
DataCell for the lifted-parcel's wet-adiabatic
trajectory.
DataCellpublic DataReference getDryVirtualTemperatureProfileRef()
DataCell for the lifted-parcel's dry-adiabatic
virtual temperature profile.
DataCellpublic DataReference getWetVirtualTemperatureProfileRef()
DataCell for the lifted-parcel's wet-adiabatic
virtual temperature profile.
DataCellpublic DataReference getParcelVirtualTemperatureProfileRef()
DataCell for the lifted-parcel's pseudo-adiabatic
virtual-temperature profile.
DataCellpublic DataReference getEnvironmentVirtualTemperatureProfileRef()
DataCell for the environmental virtual-temperature
profile.
DataCellpublic DataReference getBuoyancyProfileRef()
DataCell for the buoyancy profile.
DataCellpublic DataReference getCapeRef()
DataCell for the CAPE.
DataCellpublic DataReference getLfcRef()
DataCell for the LFC.
DataCellpublic DataReference getLfcTemperatureRef()
DataReference for the temperature at the LFC.
public DataReference getLnbRef()
DataCell for the Level of Neutral Buoyancy (LNB).
DataCellpublic DataReference getLnbTemperatureRef()
DataReference for the temperature at the LNB.
public DataReference getCinRef()
DataCell for the CIN.
DataCell
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||