diff --git a/xarray_ecmwf/engine_ecmwf.py b/xarray_ecmwf/engine_ecmwf.py index ffada0e..b4a8b24 100644 --- a/xarray_ecmwf/engine_ecmwf.py +++ b/xarray_ecmwf/engine_ecmwf.py @@ -166,6 +166,7 @@ def open_dataset( # type:ignore var_def = var_request_chunker.get_coords_attrs_and_dtype(dataset_cacher) except Exception: LOGGER.exception(f"failed to define {var_name}") + continue name, coords, attrs, var_attrs, dtype = var_def # drop_variables: ... and on name if drop_variables is not None and name in drop_variables: