UPP  11.0.0
 All Data Structures Files Functions Pages
OTLFT.f File Reference

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. More...
 

Detailed Description

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.

Parameters
[in]PBNDParcel pressure.
[in]TBNDParcel temperature.
[in]QBNDParcel specific humidity.
[out]SLINDXLifted index.

Program History Log

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
Author
Russ Treadon W/NP2
Date
1993-03-10

Definition in file OTLFT.f.

Function/Subroutine Documentation

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 
)

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.

Parameters
[in]PBNDParcel pressure.
[in]TBNDParcel temperature.
[in]QBNDParcel specific humidity.
[out]SLINDXLifted index.

Definition at line 44 of file OTLFT.f.

References upp_physics::fpvsnew().

Referenced by miscln().