Uses of Class
ucar.unidata.view.sounding.ComputeCell

Packages that use ComputeCell
Package
Description
Provides support for aerological diagrams.
  • Uses of ComputeCell in ucar.unidata.view.sounding

    Modifier and Type
    Class
    Description
    final class 
    Computes the sum of two data objects.
    final class 
    Computes a profile of air density from a profile of virtual temperature.
    final class 
    Computes the in-situ air temperature from pressure and temperature.
    final class 
    Computes a buoyancy profile from profiles of parcel and environmental densities.
    final class 
    Computes the Convective Available Potential Energy (CAPE) from a profile of massic energy.
    final class 
    Computes the Convective INhibition (CIN) from a profile of massic energy, the initial release level, and the level of free convection.
    final class 
    Extracts the dew-point temperature from a dew-point temperature profile at a given pressure.
    final class 
    Evaluates a function at a Set domain.
    final class 
    Extracts the Set domain of a Field.
    class 
    Computes the trajectory of a parcel of air lifted pseudo-adiabatically from an initial level to the LCL.
    class 
    Computes a massic energy feature from a profile of massic energy and two integration limits.
    final class 
    Computes the massic energy profile of an atmospheric buoyancy-profile.
    final class 
    Computes a definite integral by evaluating an indefinite integral.
    final class 
    Computes the indefinite integral of a FlatField.
    final class 
    Computes the mean value of an atmospheric profile parameter over a layer.
    final class 
    Computes the condensation pressure at the lifting condensation level (LCL).
    final class 
    Computes the condensation temperature at the lifting condensation level (LCL).
    final class 
    Computes the Level of Free Convection (LFC) from an atmospheric buoyancy-profile.
    final class 
    Computes the level of neutral buoyancy (LNB) from an atmospheric buoyancy-profile.
    final class 
    Computes the maximum pressure of an atmospheric profile.
    final class 
    Computes mixing ratio from a pressure and the dew-point at that pressure.
    final class 
    Computes a profile of water-vapor mixing-ratio from a profile of temperature.
    final class 
    Computes a profile of potential temperature from a profile of temperature.
    final class 
    Cleans a profile by eliminating non-finite pressures and ensuring that the profile is ascending.
    final class 
    Combines two profiles together.
    class 
    Computes the level of a feature from an atmospheric buoyancy-profile.
    final class 
    Evaluates a function at a Real point.
    final class 
    Creates an output Data object from an array of input Data objects.
    final class 
    Creates an output VisAD Tuple individual, data objects.
    final class 
    Computes a profile of virtual temperature from moisture data and a profile of temperature.
    class 
    Computes the trajectory of a parcel of saturated air lifted pseudo-adiabatically from the LCL.
    Modifier and Type
    Method
    Description
    CellCycleException.getComputeCell()
    Returns the ComputeCell at which a cycle was detected.
    Methods in ucar.unidata.view.sounding with parameters of type ComputeCell
    Modifier and Type
    Method
    Description
    void
    CellNetwork.add(ComputeCell cell)
    Adds a cell.
    void
    CellNetwork.remove(ComputeCell cell)
    Removes a cell.
    void
    CellCycleException.setFound(ComputeCell cell)
    Sets the output cell that caused the cycle.