UPP
001
|
Subroutine that computes Theta-E. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | CALTHTE (P1D, T1D, Q1D, THTE) |
Subroutine that computes Theta-E.
This routine computes the equivalent potential temperature given pressure, temperature, and specific humidity. The equations of Bolton (MWR,1980) are used.
[in] | P1D | pressure (Pa). |
[in] | T1D | temperature (K). |
[in] | Q1D | specific humidity(kg/kg). |
[out] | THTE | Theta-E (K). |
Date | Programmer | Comments |
---|---|---|
1993-06-18 | Russ Treadon | Initial |
1998-06-16 | T Black | Convesion from 1-D to 2-D |
2000-01-04 | Jim Tuccillo | MPI Version |
2021-07-28 | W Meng | Restrict computation from undefined grids |
Definition in file CALTHTE.f.