Skip to content

Commit ca47404

Browse files
committed
Remove naming of standard name as renaming long name
1 parent 689d833 commit ca47404

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CSET/operators/plot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1660,7 +1660,6 @@ def _calculate_CFAD(
16601660
CFAD_values,
16611661
dim_coords_and_dims=[(vert_coord, 0), (bin_coord, 1)],
16621662
long_name=f"{cube.name()}_cfad",
1663-
standard_name=cube.standard_name,
16641663
units="1",
16651664
)
16661665
CFAD.rename(f"{cube.name()}_cfad")

0 commit comments

Comments
 (0)