UPP  V11.0.0
 All Data Structures Files Functions Pages
CALDWP.f File Reference

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...
 

Detailed Description

Subroutine related to dewpoint temperature.

Definition in file CALDWP.f.

Function/Subroutine Documentation

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.