UPP (develop)
|
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. | |
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 |
2021-09-02 | Bo Cui | Decompose UPP in X direction |
Definition in file CALTHTE.f.
subroutine calthte | ( | real, dimension(ista:iend,jsta:jend), intent(in) | p1d, |
real, dimension(ista:iend,jsta:jend), intent(in) | t1d, | ||
real, dimension(ista:iend,jsta:jend), intent(in) | q1d, | ||
real, dimension(ista:iend,jsta:jend), intent(inout) | thte | ||
) |