UPP (develop)
|
otlft() computes lifted index. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | otlft (pbnd, tbnd, qbnd, slindx) |
Computes lifted index at 500mb. | |
otlft() computes lifted index.
This routine lifts a parcel specified by the passed pressure, temperature, and specific humidity to 500mb and then computes a lifted index. This lifted index is the difference between the lifted parcel's temperature at 500mb and the ambient 500mb temperature.
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 |
2021-09-30 | JESSE MENG | 2D DECOMPOSITION |
Definition in file OTLFT.f.
subroutine otlft | ( | real, dimension(ista:iend,jsta:jend), intent(in) | pbnd, |
real, dimension(ista:iend,jsta:jend), intent(in) | tbnd, | ||
real, dimension(ista:iend,jsta:jend), intent(in) | qbnd, | ||
real, dimension(ista:iend,jsta:jend), intent(out) | slindx | ||
) |