Skip to content

Commit

Permalink
Per #2841, update compute_tc_diag.py to no longer skip writing radial…
Browse files Browse the repository at this point in the history
… and tangential wind diagnostics.
  • Loading branch information
JohnHalleyGotway committed Jun 21, 2024
1 parent 42d6b4d commit f097345
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/python/tc_diag/compute_tc_diag.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f097345

Please sign in to comment.