|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParcelMode | |
|---|---|
| ucar.unidata.idv.control | DisplayControls for the IDV - A DisplayControl generally has a data depiction and a control window for modifying or interacting with the display. |
| ucar.unidata.view.sounding | Provides support for aerological diagrams. |
| Uses of ParcelMode in ucar.unidata.idv.control |
|---|
| Methods in ucar.unidata.idv.control that return ParcelMode | |
|---|---|
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 ParcelMode | |
|---|---|
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 ParcelMode | |
|---|---|
static 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 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 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 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 ParcelMode | |
|---|---|
void |
AerologicalCellNetwork.setParcelMode(ParcelMode mode)
Sets the mode for determining the parameters (pressure, temperature, water-vapor mixing-ratio) of the lifting parcel. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||