UPP (develop)
|
otlift() computes SFC to 500mb lifted index. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | otlift (slindx) |
otlift() computes SFC to 500mb lifted index. | |
otlift() computes SFC to 500mb lifted index.
This routine computes a surface to 500mb lifted index. The lifted parcel is from the first atmospheric ETA layer (ie, the ETA layer closest to the model ground). The lifted index is the difference between this parcel's temperature at 500mb and the ambient 500mb temperature.
[out] | SLINDX | lifted index. |
Date | Programmer | Comments |
---|---|---|
????-??-?? | ??? | Subroutine OTLIFT in ETA model. |
1993-03-10 | Russ Treadon | Adapted OTLIFT for use with new post. |
1998-06-18 | T Black | Conversion from 1-D to 2-D |
2000-01-04 | Jim Tuccillo | MPI Version |
2001-10-25 | H Chuang | Modified to process hybrid model output |
2002-06-11 | 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 OTLIFT.f.
subroutine otlift | ( | real, dimension(ista:iend,jsta:jend), intent(out) | slindx | ) |
otlift() computes SFC to 500mb lifted index.
This routine computes a surface to 500mb lifted index. The lifted parcel is from the first atmospheric ETA layer (ie, the ETA layer closest to the model ground). The lifted index is the difference between this parcel's temperature at 500mb and the ambient 500mb temperature.
[out] | SLINDX | lifted index. |
Definition at line 38 of file OTLIFT.f.
Referenced by cldrad().