UPP  V11.0.0
 All Data Structures Files Functions Pages
TRPAUS.f File Reference

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

Detailed Description

trpaus() computes tropopause data.

Author
Russ Treadon W/NP2
Date
1992-12-22

Definition in file TRPAUS.f.

Function/Subroutine Documentation

subroutine TRPAUS ( real, dimension(im,jm), intent(out)  PTROP,
real, dimension(im,jm), intent(out)  TTROP,
real, dimension(im,jm), intent(out)  ZTROP,
real, dimension(im,jm), intent(out)  UTROP,
real, dimension(im,jm), intent(out)  VTROP,
real, dimension(im,jm), intent(out)  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.

Parameters
[out]PTROPTropopause pressure.
[out]TTROPTropopause temperature.
[out]ZTROPTropopause height.
[out]UTROPTropopause u wind component.
[out]VTROPTropopause v wind component.
[out]SHTROPVertical wind shear at tropopause.

Program history log:

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
Author
Russ Treadon W/NP2
Date
1992-12-22

Definition at line 35 of file TRPAUS.f.