Skip to content

Commit

Permalink
Remove wdir from scalar keys
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad committed Aug 16, 2023
1 parent 7503066 commit 8b40257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/weather_models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# Key values on ModelRunGridSubsetPrediction.
# Wind direction (wdir_tgl_10_b) is handled slightly differently, so not included here.
SCALAR_MODEL_VALUE_KEYS = ('tmp_tgl_2', 'rh_tgl_2', 'wind_tgl_10', 'apcp_sfc_0', 'wdir_tgl_10')
SCALAR_MODEL_VALUE_KEYS = ('tmp_tgl_2', 'rh_tgl_2', 'wind_tgl_10', 'apcp_sfc_0')


class ModelEnum(str, Enum):
Expand Down

0 comments on commit 8b40257

Please sign in to comment.