Uses of Class
ucar.unidata.view.sounding.ParcelMode
Packages that use ParcelMode
Package
Description
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
Provides support for aerological diagrams.
-
Uses of ParcelMode in ucar.unidata.idv.control
Methods in ucar.unidata.idv.control that return ParcelModeModifier and TypeMethodDescriptionfinal ParcelMode
AerologicalSoundingControl.getParcelMode()
Returns the mode that is used to determine the initial conditions of the lifted parcel.Methods in ucar.unidata.idv.control with parameters of type ParcelModeModifier and TypeMethodDescriptionfinal void
AerologicalSoundingControl.setParcelMode
(ParcelMode mode) Sets the mode used to determine the initial conditions of the lifted parcel. -
Uses of ParcelMode in ucar.unidata.view.sounding
Fields in ucar.unidata.view.sounding declared as ParcelModeModifier and TypeFieldDescriptionstatic final ParcelMode
ParcelMode.BOTTOM
Compute a path for a lifted parcel whose initial conditions are based on the pressure, potential-temperature, and mixing-ratio of the sounding at maximum pressure.static final ParcelMode
ParcelMode.LAYER
Compute a path for a lifted parcel whose initial conditions are based on the mean pressure, potential-temperature, and mixing-ratio of the atmospheric layer below the input pressure.static final ParcelMode
ParcelMode.POINT
Compute a path for a lifted parcel whose initial conditions are based on the pressure and temperature of the input point and the mixing-ratio of the dew-point profile at the input pressure.static final ParcelMode
ParcelMode.PRESSURE
Compute a path for a lifted parcel whose initial conditions are based on the temperature and dew-point of the profiles at the input pressure.Methods in ucar.unidata.view.sounding with parameters of type ParcelModeModifier and TypeMethodDescriptionvoid
AerologicalCellNetwork.setParcelMode
(ParcelMode mode) Sets the mode for determining the parameters (pressure, temperature, water-vapor mixing-ratio) of the lifting parcel.