UPP (develop)
Loading...
Searching...
No Matches
CALDWP.f File Reference

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.
 

Detailed Description

Subroutine that calculates dewpoint temperature.

Definition in file CALDWP.f.

Function/Subroutine Documentation

◆ caldwp()

subroutine caldwp ( intent(in)  p1d,
intent(in)  q1d,
intent(in)  tdwp,
intent(in)  t1d 
)

Computes dewpoint from P, T, and Q.

Parameters
[in]P1DPressure (Pa).
[in]Q1DSpecific humidity (kg/kg).
[in]T1DTemperature (K).
[out]TDWPDewpoint temperature (K).

Program history log:

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
Author
Russ Treadon W/NP2
Date
1992-12-22

Definition at line 21 of file CALDWP.f.

References dewpoint().

Referenced by mdl2p(), mdlfld(), and miscln().