Class AerologicalCellNetwork

java.lang.Object
ucar.unidata.view.sounding.AerologicalCellNetwork

public final class AerologicalCellNetwork extends Object
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 Details

  • Method Details

    • setParcelMode

      public void setParcelMode(ParcelMode mode) throws VisADException, RemoteException
      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

      public DataReference getProfileTemperatureRef()
      Returns the DataReference for the temperature of the temperature-profile at the reference pressure.
      Returns:
      The DataReference
    • getProfileDewPointRef

      public DataReference getProfileDewPointRef()
      Returns the DataCell for the profile dew point.
      Returns:
      The DataCell
    • getProfileMixingRatioRef

      public DataReference getProfileMixingRatioRef()
      Returns the DataCell for the profile's mixing-ratio.
      Returns:
      The DataCell
    • getProfileWindRef

      public DataReference getProfileWindRef()
      Returns the DataCell for the profile's wind.
      Returns:
      The DataCell
    • getLclTemperatureRef

      public DataReference getLclTemperatureRef()
      Returns the DataCell for the LCL temperature.
      Returns:
      The DataCell
    • getLclPressureRef

      public DataReference getLclPressureRef()
      Returns the DataCell for the LCL pressure.
      Returns:
      The DataCell
    • getDryTrajectoryRef

      public DataReference getDryTrajectoryRef()
      Returns the DataCell for the lifted-parcel's dry-adiabatic trajectory.
      Returns:
      The DataCell
    • getWetTrajectoryRef

      public DataReference getWetTrajectoryRef()
      Returns the DataCell for the lifted-parcel's wet-adiabatic trajectory.
      Returns:
      The DataCell
    • getDryVirtualTemperatureProfileRef

      public DataReference getDryVirtualTemperatureProfileRef()
      Returns the DataCell for the lifted-parcel's dry-adiabatic virtual temperature profile.
      Returns:
      The DataCell
    • getWetVirtualTemperatureProfileRef

      public DataReference getWetVirtualTemperatureProfileRef()
      Returns the DataCell for the lifted-parcel's wet-adiabatic virtual temperature profile.
      Returns:
      The DataCell
    • getParcelVirtualTemperatureProfileRef

      public DataReference getParcelVirtualTemperatureProfileRef()
      Returns the DataCell for the lifted-parcel's pseudo-adiabatic virtual-temperature profile.
      Returns:
      The DataCell
    • getEnvironmentVirtualTemperatureProfileRef

      public DataReference getEnvironmentVirtualTemperatureProfileRef()
      Returns the DataCell for the environmental virtual-temperature profile.
      Returns:
      The DataCell
    • getBuoyancyProfileRef

      public DataReference getBuoyancyProfileRef()
      Returns the DataCell for the buoyancy profile.
      Returns:
      The DataCell
    • getCapeRef

      public DataReference getCapeRef()
      Returns the DataCell for the CAPE.
      Returns:
      The DataCell
    • getLfcRef

      public DataReference getLfcRef()
      Returns the DataCell for the LFC.
      Returns:
      The DataCell
    • getLfcTemperatureRef

      public DataReference getLfcTemperatureRef()
      Returns the DataReference for the temperature at the LFC.
      Returns:
      The LFC temperature reference.
    • getLnbRef

      public DataReference getLnbRef()
      Returns the DataCell for the Level of Neutral Buoyancy (LNB).
      Returns:
      The DataCell
    • getLnbTemperatureRef

      public DataReference getLnbTemperatureRef()
      Returns teh DataReference for the temperature at the LNB.
      Returns:
      The LNB temperature reference.
    • getCinRef

      public DataReference getCinRef()
      Returns the DataCell for the CIN.
      Returns:
      The DataCell