From 539bc3c8da2495cde4b5b360b3232dd0f6d8ac0b Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Tue, 30 May 2023 12:25:21 -0600 Subject: [PATCH] BUFR Upper air soundings - small change to comment about temp and dewpoint unit conversion --- examples/notebooks/Upper_Air_BUFR_Soundings.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb b/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb index 273f349..21ff74a 100644 --- a/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb +++ b/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb @@ -335,7 +335,7 @@ "source": [ "### Convert Units\n", "\n", - "We need to modify the units several of the data parameters are returned in. Here we convert Temperature units from Kelvin to Celsius, convert pressure to milibars, and extract wind for both the u and v directional components in Knots and Radians. " + "We need to modify the units several of the data parameters are returned in. Here we convert the units for Temperature and Dewpoint from Kelvin to Celsius, convert pressure to milibars, and extract wind for both the u and v directional components in Knots and Radians. " ] }, {