UPP (develop)
|
trpaus() computes tropopause data. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | trpaus (ptrop, ttrop, ztrop, utrop, vtrop, shtrop) |
This routine computes tropopause data. | |
subroutine trpaus | ( | real, dimension(ista:iend,jsta:jend) | ptrop, |
real, dimension(ista:iend,jsta:jend) | ttrop, | ||
real, dimension(ista:iend,jsta:jend) | ztrop, | ||
real, dimension(ista:iend,jsta:jend) | utrop, | ||
real, dimension(ista:iend,jsta:jend) | vtrop, | ||
real, dimension(ista:iend,jsta:jend) | shtrop | ||
) |
This routine computes tropopause data.
At each mass point a surface up search is made for the first occurrence of a three layer mean lapse rate less than or equal to a critical lapse rate. This critcal lapse rate is 2deg/km. This is in accord with the WMO definition of a tropopause. A maximum tropopause pressure of 500mb is enforced. Onc the tropopause is located in a column, pressure, temperature, u and v winds, and vertical wind shear are computed.
[out] | PTROP | Tropopause pressure. |
[out] | TTROP | Tropopause temperature. |
[out] | ZTROP | Tropopause height. |
[out] | UTROP | Tropopause u wind component. |
[out] | VTROP | Tropopause v wind component. |
[out] | SHTROP | Vertical wind shear at tropopause. |
Date | Programmer | Comments |
---|---|---|
1992-12-22 | Russ Treadon | Initial |
1997-03-06 | Geoff Manikin | Changed criteria for determining the tropopause and added height |
1998-06-15 | T Black | Conversion from 1-D TO 2-D |
2000-01-04 | Jim Tuccillo | MPI Version |
2002-04-23 | Mike Baldwin | WRF Version |
2019-10-30 | Bo Cui | ReMOVE "GOTO" STATEMENT |
2021-09-13 | JESSE MENG | 2D DECOMPOSITION |
Definition at line 35 of file TRPAUS_NAM.f.