Package | Description |
---|---|
ucar.unidata.view.sounding |
Provides support for aerological diagrams.
|
Modifier and Type | Class and Description |
---|---|
class |
BuoyancyProfileBean
A Java Bean that computes an atmospheric buoyancy-profile of the trajectory
of a parcel of air from in-situ temperature and dew-point profiles.
|
class |
CapeBean
A Java Bean that computes the Convective Available Potential Energy (CAPE)
an atmospheric buoyancy-profile.
|
class |
CinBean
A Java Bean that computes the Convective INhibition (CIN) from a buoyancy
profile, a starting pressure, and the pressure at the Level of Free
Convection (LFC).
|
class |
DewPointExtractorBean
A Java Bean that extracts the dew-point temperature from a dew-point
temperature profile at a given pressure.
|
class |
LclPressureBean
A Java Bean that computes the pressure of the saturation-point from an
initial pressure and temperature, and a saturation-point pressure
|
class |
LclTemperatureBean
A Java Bean that computes the temperature of the saturation-point from an
initial pressure, temperature, and water-vapor mixing-ratio.
|
class |
LfcBean
A Java Bean that computes the Level of Free Convection (LFC) from
an atmospheric buoyancy-profile.
|
class |
SaturationMixingRatioBean
A Java Bean that computes saturation mixing ratio from a pressure and the
dew-point at that pressure.
|
class |
WetTrajectoryBean
A Java Bean that computes the trajectory of a parcel of saturated air lifted
pseudo-adiabatically from its saturation point.
|
Modifier and Type | Method and Description |
---|---|
ClockedBean |
ClockedBeanCycleException.getClockedBean()
Returns the clocked JavaBean at which a cycle was detected.
|
Constructor and Description |
---|
ClockedBeanCycleException(ClockedBean bean)
Constructs from the clocked JavaBean that is part of a cycle.
|