diff --git a/esmvaltool/cmorizers/data/formatters/datasets/esacci_cloud.py b/esmvaltool/cmorizers/data/formatters/datasets/esacci_cloud.py index c40801ffc6..f91cac4e85 100644 --- a/esmvaltool/cmorizers/data/formatters/datasets/esacci_cloud.py +++ b/esmvaltool/cmorizers/data/formatters/datasets/esacci_cloud.py @@ -176,6 +176,8 @@ def _concatenate_and_save_monthly_cubes( if attach == "-AMPM": cube = monthly_statistics(cube) + cube.remove_coord("month_number") + cube.remove_coord("year") # Regrid the cube to the target grid (e.g., 0.5x0.5) cube = regrid(cube, target_grid="0.5x0.5", scheme="area_weighted")