Skip to content

Commit 36a9a2c

Browse files
authored
Fix removal of month_number and year coordinates after monthly_statistics preprocessor in E-OBS cmorizer (#4396)
1 parent 19b590f commit 36a9a2c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • esmvaltool/cmorizers/data/formatters/datasets

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ def _extract_variable(short_name, var, res, cfg, filepath, out_dir):
126126

127127
# Calc monthly
128128
cube = monthly_statistics(cube)
129-
cube.remove_coord("month_number")
130-
cube.remove_coord("year")
131129

132130
# Fix metadata
133131
attrs["mip"] = "Amon"

0 commit comments

Comments
 (0)