From f097345bedcfcca663e8fb4322eed5b5e00e19fd Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Fri, 21 Jun 2024 19:53:32 +0000 Subject: [PATCH] Per #2841, update compute_tc_diag.py to no longer skip writing radial and tangential wind diagnostics. --- scripts/python/tc_diag/compute_tc_diag.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/python/tc_diag/compute_tc_diag.py b/scripts/python/tc_diag/compute_tc_diag.py index 6a0523784e..bd30464a58 100644 --- a/scripts/python/tc_diag/compute_tc_diag.py +++ b/scripts/python/tc_diag/compute_tc_diag.py @@ -24,9 +24,7 @@ ] # Diagnostic names to be skipped -SKIP_DATA_NAMES = [ - "850RADIAL", "850DVRG", "200VORT" -] +SKIP_DATA_NAMES = [] # Bad data integer value BAD_DATA_INT = 9999