Skip to content

Commit ebd84ed

Browse files
committed
Remove naming of standard name as renaming long name
1 parent 5c470b8 commit ebd84ed

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
@@ -1697,7 +1697,6 @@ def _calculate_CFAD(
16971697
CFAD_values,
16981698
dim_coords_and_dims=[(vert_coord, 0), (bin_coord, 1)],
16991699
long_name=f"{cube.name()}_cfad",
1700-
standard_name=cube.standard_name,
17011700
units="1",
17021701
)
17031702
CFAD.rename(f"{cube.name()}_cfad")

0 commit comments

Comments
 (0)