UPP (develop)
|
Subroutine that calculates dewpoint temperature. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | caldwp (p1d, q1d, tdwp, t1d) |
Computes dewpoint from P, T, and Q. | |
Subroutine that calculates dewpoint temperature.
Definition in file CALDWP.f.
subroutine caldwp | ( | intent(in) | p1d, |
intent(in) | q1d, | ||
intent(in) | tdwp, | ||
intent(in) | t1d | ||
) |
Computes dewpoint from P, T, and Q.
[in] | P1D | Pressure (Pa). |
[in] | Q1D | Specific humidity (kg/kg). |
[in] | T1D | Temperature (K). |
[out] | TDWP | Dewpoint temperature (K). |
Date | Programmer | Comments |
---|---|---|
1992-12-22 | Russ Treadon | Initial |
1993-10-04 | Russ Treadon | Added check to bound dewpoint temperature to not exceed the ambient temperature. |
1998-06-08 | T Black | Conversion from 1-D to 2-D |
2000-01-04 | Jim Tuccillo | MPI version |
2021-07-23 | Wen Meng | Retrict computation from undefined points |
Definition at line 21 of file CALDWP.f.
References dewpoint().