Describe the bug
I re-tested the recipe_ecs_constraints.yml for the release (#2354) after the provenance issue was fixed and got the following error in the diagnostics diag_x_volodin_cmip5/ecs_predictor:
Traceback (most recent call last):
File "/mnt/lustre01/pf/b/b309192/ESMValTool/esmvaltool/diag_scripts/emergent_constraints/ecs_scatter.py", line 52, in <module>
from esmvalcore.cmor.fixes import add_plev_from_altitude, add_sigma_factory
File "/mnt/lustre01/pf/b/b309192/ESMValCore/esmvalcore/cmor/fixes.py", line 3, in <module>
from ._fixes.shared import (
File "/mnt/lustre01/pf/b/b309192/ESMValCore/esmvalcore/cmor/_fixes/shared.py", line 18, in <module>
class AtmosphereSigmaFactory(iris.aux_factory.AuxCoordFactory):
AttributeError: module 'iris' has no attribute 'aux_factory'
Not sure why this is surfacing now...
Describe the bug
I re-tested the
recipe_ecs_constraints.ymlfor the release (#2354) after the provenance issue was fixed and got the following error in the diagnosticsdiag_x_volodin_cmip5/ecs_predictor:Not sure why this is surfacing now...