From c04b1f3c233b6e19b47779a3f48a20674b646d16 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Tue, 30 May 2023 12:16:25 -0600 Subject: [PATCH] Upper Air BUFR Soundings update - fix small comment mistake from degrees F to degrees K --- 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 7f4a05a..273f349 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 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 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. " ] }, {