From 2d58e3a8ae52e3891f53604add9499fa36b8c64e Mon Sep 17 00:00:00 2001 From: kayee Date: Wed, 22 Dec 2021 17:37:48 -0700 Subject: [PATCH] Further refinement. --- sorc/ncep_post.fd/CALDWP.f | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/sorc/ncep_post.fd/CALDWP.f b/sorc/ncep_post.fd/CALDWP.f index 21dafdcf7..f6e594e98 100644 --- a/sorc/ncep_post.fd/CALDWP.f +++ b/sorc/ncep_post.fd/CALDWP.f @@ -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