Skip to content

Commit

Permalink
Updates name of wet bulb freezing level cube to match the name requir…
Browse files Browse the repository at this point in the history
…ed by hail_size cli. (#1956)

Co-authored-by: Marcus Spelman <[email protected]>

This doesn't need a second review
  • Loading branch information
mspelman07 authored Oct 13, 2023
1 parent 7e2ed68 commit fdc96a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion improver/cli/wet_bulb_freezing_level.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ def process(wet_bulb_temperature: cli.inputcube):
wet_bulb_freezing_level = ExtractLevel(
positive_correlation=False, value_of_level=273.15
)(wet_bulb_temperature)
wet_bulb_freezing_level.rename("wet_bulb_freezing_level")
wet_bulb_freezing_level.rename("wet_bulb_freezing_level_altitude")

return wet_bulb_freezing_level

0 comments on commit fdc96a4

Please sign in to comment.