public final class AerologicalCellNetwork
extends java.lang.Object
Constructor and Description |
---|
AerologicalCellNetwork(visad.DataReference tempProfileRef,
visad.DataReference dewProfileRef,
visad.DataReference presRef,
visad.DataReference tempRef,
visad.DataReference minPresRef)
Constructs from input data references.
|
AerologicalCellNetwork(visad.DataReference tempProfileRef,
visad.DataReference dewProfileRef,
visad.DataReference presRef,
visad.DataReference tempRef,
visad.DataReference minPresRef,
visad.DataReference windProfileRef)
Constructs from input data references.
|
Modifier and Type | Method and Description |
---|---|
visad.DataReference |
getBuoyancyProfileRef()
Returns the
DataCell for the buoyancy profile. |
visad.DataReference |
getCapeRef()
Returns the
DataCell for the CAPE. |
visad.DataReference |
getCinRef()
Returns the
DataCell for the CIN. |
visad.DataReference |
getDryTrajectoryRef()
Returns the
DataCell for the lifted-parcel's dry-adiabatic
trajectory. |
visad.DataReference |
getDryVirtualTemperatureProfileRef()
Returns the
DataCell for the lifted-parcel's dry-adiabatic
virtual temperature profile. |
visad.DataReference |
getEnvironmentVirtualTemperatureProfileRef()
Returns the
DataCell for the environmental virtual-temperature
profile. |
visad.DataReference |
getLclPressureRef()
Returns the
DataCell for the LCL pressure. |
visad.DataReference |
getLclTemperatureRef()
Returns the
DataCell for the LCL temperature. |
visad.DataReference |
getLfcRef()
Returns the
DataCell for the LFC. |
visad.DataReference |
getLfcTemperatureRef()
Returns the
DataReference for the temperature at the LFC. |
visad.DataReference |
getLnbRef()
Returns the
DataCell for the Level of Neutral Buoyancy (LNB). |
visad.DataReference |
getLnbTemperatureRef()
Returns teh
DataReference for the temperature at the LNB. |
visad.DataReference |
getParcelVirtualTemperatureProfileRef()
Returns the
DataCell for the lifted-parcel's pseudo-adiabatic
virtual-temperature profile. |
visad.DataReference |
getProfileDewPointRef()
Returns the
DataCell for the profile dew point. |
visad.DataReference |
getProfileMixingRatioRef()
Returns the
DataCell for the profile's mixing-ratio. |
visad.DataReference |
getProfileTemperatureRef()
Returns the
DataReference for the temperature of the
temperature-profile at the reference pressure. |
visad.DataReference |
getProfileWindRef()
Returns the
DataCell for the profile's wind. |
visad.DataReference |
getWetTrajectoryRef()
Returns the
DataCell for the lifted-parcel's wet-adiabatic
trajectory. |
visad.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.
|
public AerologicalCellNetwork(visad.DataReference tempProfileRef, visad.DataReference dewProfileRef, visad.DataReference presRef, visad.DataReference tempRef, visad.DataReference minPresRef) throws visad.VisADException, java.rmi.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.java.lang.NullPointerException
- if an argument is null
.visad.VisADException
- if a VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.public AerologicalCellNetwork(visad.DataReference tempProfileRef, visad.DataReference dewProfileRef, visad.DataReference presRef, visad.DataReference tempRef, visad.DataReference minPresRef, visad.DataReference windProfileRef) throws visad.VisADException, java.rmi.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 referencejava.lang.NullPointerException
- if an argument is null
.visad.VisADException
- if a VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.public void setParcelMode(ParcelMode mode) throws visad.VisADException, java.rmi.RemoteException
mode
- The mode.visad.VisADException
- if a VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.public visad.DataReference getProfileTemperatureRef()
DataReference
for the temperature of the
temperature-profile at the reference pressure.DataReference
public visad.DataReference getProfileDewPointRef()
DataCell
for the profile dew point.DataCell
public visad.DataReference getProfileMixingRatioRef()
DataCell
for the profile's mixing-ratio.DataCell
public visad.DataReference getProfileWindRef()
DataCell
for the profile's wind.DataCell
public visad.DataReference getLclTemperatureRef()
DataCell
for the LCL temperature.DataCell
public visad.DataReference getLclPressureRef()
DataCell
for the LCL pressure.DataCell
public visad.DataReference getDryTrajectoryRef()
DataCell
for the lifted-parcel's dry-adiabatic
trajectory.DataCell
public visad.DataReference getWetTrajectoryRef()
DataCell
for the lifted-parcel's wet-adiabatic
trajectory.DataCell
public visad.DataReference getDryVirtualTemperatureProfileRef()
DataCell
for the lifted-parcel's dry-adiabatic
virtual temperature profile.DataCell
public visad.DataReference getWetVirtualTemperatureProfileRef()
DataCell
for the lifted-parcel's wet-adiabatic
virtual temperature profile.DataCell
public visad.DataReference getParcelVirtualTemperatureProfileRef()
DataCell
for the lifted-parcel's pseudo-adiabatic
virtual-temperature profile.DataCell
public visad.DataReference getEnvironmentVirtualTemperatureProfileRef()
DataCell
for the environmental virtual-temperature
profile.DataCell
public visad.DataReference getBuoyancyProfileRef()
DataCell
for the buoyancy profile.DataCell
public visad.DataReference getCapeRef()
DataCell
for the CAPE.DataCell
public visad.DataReference getLfcRef()
DataCell
for the LFC.DataCell
public visad.DataReference getLfcTemperatureRef()
DataReference
for the temperature at the LFC.public visad.DataReference getLnbRef()
DataCell
for the Level of Neutral Buoyancy (LNB).DataCell
public visad.DataReference getLnbTemperatureRef()
DataReference
for the temperature at the LNB.