Skip to content

Commit 520148b

Browse files
authored
Fix aux coords in ESACCI-CLOUD cmorizer (#4129)
1 parent e977fce commit 520148b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

esmvaltool/cmorizers/data/formatters/datasets/esacci_cloud.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ def _concatenate_and_save_monthly_cubes(
176176

177177
if attach == "-AMPM":
178178
cube = monthly_statistics(cube)
179+
cube.remove_coord("month_number")
180+
cube.remove_coord("year")
179181

180182
# Regrid the cube to the target grid (e.g., 0.5x0.5)
181183
cube = regrid(cube, target_grid="0.5x0.5", scheme="area_weighted")

0 commit comments

Comments
 (0)