Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ParcelMode |
AerologicalSoundingControl.getParcelMode()
Returns the mode that is used to determine the initial conditions of the
lifted parcel.
|
Modifier and Type | Method and Description |
---|---|
void |
AerologicalSoundingControl.setParcelMode(ParcelMode mode)
Sets the mode used to determine the initial conditions of the lifted
parcel.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AerologicalCellNetwork.setParcelMode(ParcelMode mode)
Sets the mode for determining the parameters (pressure, temperature,
water-vapor mixing-ratio) of the lifting parcel.
|