We're getting a lot of warnings from appearing in mip convert logs.
For example:
IrisCfMissingVarWarning: Missing CF-netCDF auxiliary coordinate variable 'x', referenced by netCDF variable 'mask_3D_V'
IrisCfMissingVarWarning: Missing CF-netCDF label variable 'y', referenced by netCDF variable 'mask_3D_T'
iris/loading.py:582: IrisLoadWarning: Not all file objects were parsed correctly. See iris.loading.LOAD_PROBLEMS for details.
This was likely handled previously by this commit, but the silencing has probably broken as a result of compliance checker updates.
This issue is to silence them again (double check they should all be silenced or if the loadwarning needs to be investigated).
We're getting a lot of warnings from appearing in mip convert logs.
For example:
IrisCfMissingVarWarning: Missing CF-netCDF auxiliary coordinate variable 'x', referenced by netCDF variable 'mask_3D_V'IrisCfMissingVarWarning: Missing CF-netCDF label variable 'y', referenced by netCDF variable 'mask_3D_T'iris/loading.py:582: IrisLoadWarning: Not all file objects were parsed correctly. See iris.loading.LOAD_PROBLEMS for details.This was likely handled previously by this commit, but the silencing has probably broken as a result of compliance checker updates.
This issue is to silence them again (double check they should all be silenced or if the loadwarning needs to be investigated).