'forecast_reference_time': length 6 on the data but length 1 on coordinate 'forecast_reference_time'

Hi

I’m trying the read the seasonal data from here, with a lead time of: [‘1’, ‘2’, ‘3’, ‘4’, ‘5’, ‘6’], using the rioxarray Python library.

Seasonal forecast anomalies on single levels (copernicus.eu)

forecast =rxr.open_rasterio(f"{os.getcwd()+ ‘/download.nc’}").rio.write_crs(“EPSG:4326”)

Unfortunately, I am encountering the following error with the new Beta API

ValueError: conflicting sizes for dimension ‘forecast_reference_time’: length 6 on the data but length 1 on coordinate ‘forecast_reference_time’

I think the netCDF files are not formatted correctly.