Skip to content

Commit 0efe699

Browse files
committed
2 parents 70bfcac + b7fa578 commit 0efe699

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

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

197197
if attach == "-AMPM":
198198
cube = monthly_statistics(cube)
199-
cube.remove_coord("month_number")
200-
cube.remove_coord("year")
201199

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

0 commit comments

Comments
 (0)