UPP (develop)
|
Subroutine that computes potential temperature. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | calpot (p1d, t1d, theta) |
Subroutine that computes potential temperature. | |
Subroutine that computes potential temperature.
Given pressure and temperature this routine returns the potential temperature.
[in] | P1D | pressures (Pa). |
[in] | T1D | temperatures (K). |
[out] | THETA | potential temperatures (K). |
Date | Programmer | Comments |
---|---|---|
1992-12-24 | Russ Treadon | Initial |
1998-06-15 | T Black | Convesion from 1-D to 2-D |
2000-01-04 | Jim Tuccillo | MPI Version |
2002-04-24 | Mike Baldwin | WRF Version |
2021-09-02 | Bo Cui | Decompose UPP in X direction |
Definition in file CALPOT.f.
subroutine calpot | ( | 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(inout) | theta | ||
) |