Skip to content

Commit 7432185

Browse files
committed
Remove naming of standard name as renaming long name
1 parent d5d60a3 commit 7432185

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
@@ -1754,7 +1754,6 @@ def _calculate_CFAD(
17541754
CFAD_values,
17551755
dim_coords_and_dims=[(vert_coord, 0), (bin_coord, 1)],
17561756
long_name=f"{cube.name()}_cfad",
1757-
standard_name=cube.standard_name,
17581757
units="1",
17591758
)
17601759
CFAD.rename(f"{cube.name()}_cfad")

0 commit comments

Comments
 (0)