NCEPLIBS-w3emc 2.12.0
|
Calculation of the lifted index. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | w3fa06 (p, t, rh, t5, tli) |
Given the pressure,temperature and relative humidity of an air parcel at some point in the atmosphere, calculate the lifted index of the parcel. | |
subroutine w3fa06 | ( | p, | |
t, | |||
rh, | |||
t5, | |||
tli | |||
) |
Given the pressure,temperature and relative humidity of an air parcel at some point in the atmosphere, calculate the lifted index of the parcel.
Lifted index is defined as the temperature difference between the observed 500mb temperature and the supposed temperature that the parcel would obtain if it were lifted dry-adiabatically to saturation and then moved moist adiabatically to the 500mb level.
Program history log:
[in] | P | Parcel pressure in millibars. |
[in] | T | Parcel temperataure in degrees celsius. |
[in] | RH | Parcel relative humidity in percent. |
[in] | T5 | Temperature at the 500mb level in deg. celsius. |
[out] | TLI | Lifted index in degrees celsius tli = 9.9999 iteration diverges; return to user program. |