UPP
001
|
otlft() computes lifted index. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | OTLFT (PBND, TBND, QBND, SLINDX) |
otlft() computes lifted index.
This routine computes lifts a parcel specified by the passed pressure, temperature, and specific humidity to 500mb and then computes a lifted index. This lifted lifted index is the difference between the lifted parcel's temperature at 500mb and the ambient 500mb temperature.
[in] | PBND | Parcel pressure. |
[in] | TBND | Parcel temperature. |
[in] | QBND | Parcel specific humidity. |
[out] | SLINDX | Lifted index. |
Date | Programmer | Comments |
---|---|---|
1993-03-10 | Russ Treadon | Initial. Modified OTLIFT2 to lift parcels specified by passed P, T, and Q. |
1998-06-15 | T Black | Conversion from 1-D to 2-D |
2000-01-04 | Jim Tuccillo | MPI Version |
2002-06-17 | Mike Baldwin | WRF Version |
2011-04-12 | Geoff Manikin | Use virtual temperature |
2020-11-10 | Jesse Meng | Use UPP_PHYSICS Module |
Definition in file OTLFT.f.