From 4fcdcb13c528a4c89e7a7b764122757346040f61 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Tue, 30 May 2023 12:29:05 -0600 Subject: [PATCH] BUFR upper air soundings - small change for comment for converting data units --- 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 5a01bbf..611b049 100644 --- a/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb +++ b/examples/notebooks/Upper_Air_BUFR_Soundings.ipynb @@ -337,7 +337,7 @@ "source": [ "### 5.2 Convert Units\n", "\n", - "We need to modify the units several of the data parameters are returned in. Here we convert Temperature units from Fahrenheit to Celcius, 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. " ] }, {