Skip to content

Commit

Permalink
Further refinement.
Browse files Browse the repository at this point in the history
  • Loading branch information
kayeekayee committed Dec 23, 2021
1 parent a812f98 commit 2d58e3a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions sorc/ncep_post.fd/CALDWP.f
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
!> @file
!> @brief Subroutine that computes dewpoint temperature.
!> @brief Subroutine related to dewpoint temperature.
!
!> Computes dewpoint from P, T, and Q
!>
!> @param[in] P1D - Pressure (Pa)
!> @param[in] Q1D - Specific humidity (kg/kg)
!> @param[in] T1D - Temperature (K)
!> @param[out] TDWP - Dewpoint temperature (K)
!> @param[in] P1D Pressure (Pa)
!> @param[in] Q1D Specific humidity (kg/kg)
!> @param[in] T1D Temperature (K)
!> @param[out] TDWP Dewpoint temperature (K)
!>
!> Program history
!> - 92-12-22 Russ Treadon
Expand Down

0 comments on commit 2d58e3a

Please sign in to comment.