UPP
001
|
Subroutine related to 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. More... | |
Subroutine related to 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 |