From 68f0701839a4a567018321d2194b6bdbc44da542 Mon Sep 17 00:00:00 2001 From: Megan Date: Thu, 5 Mar 2026 13:10:28 -0800 Subject: [PATCH] extended array of profile tempera ture heights to 205 inches above the ground --- metloom/variables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metloom/variables.py b/metloom/variables.py index 5c774d3..1739712 100644 --- a/metloom/variables.py +++ b/metloom/variables.py @@ -193,7 +193,7 @@ class CdecStationVariables(VariableBase): ) ), ) - for d in [-8, 0, 8, 16, 24, 31, 39, 47, 55, 63, 71, 79, 87, 94, 102, 110, 118, 126] # noqa: E501 + for d in [-8, 0, 8, 16, 24, 31, 39, 47, 55, 63, 71, 79, 87, 94, 102, 110, 118, 126, 134, 142, 150, 157, 165, 173, 181, 189, 197, 205] # noqa: E501 ], bases=(VariableBase,), )