You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
It takes ages to load two dates from reforecasts. Shouldnt that work better and faster? @floriankrb@b8raoult
>>> ds = cml.load_dataset("s2s-ai-challenge-training-input", origin="ecmwf", date=["20200102","20200109"], parameter='t2m')
By downloading data from this dataset, you agree to the terms and conditions defined at https://apps.ecmwf.int/datasets/data/s2s/licence/. If you do not agree with such terms, do not download the data.
ds.to_xarray()
>>> ds.to_xarray()
WARNING: ecmwflibs universal: found eccodes at /work/mh0727/m300524/conda-envs/s2s-ai/lib/libeccodes.so
Warning: ecCodes 2.21.0 or higher is recommended. You are running version 2.12.3
/work/mh0727/m300524/conda-envs/s2s-ai/lib/python3.7/site-packages/dask/array/core.py:4299: PerformanceWarning: Increasing number of chunks by factor of 20
**blockwise_kwargs,
/work/mh0727/m300524/conda-envs/s2s-ai/lib/python3.7/site-packages/dask/array/core.py:4299: PerformanceWarning: Increasing number of chunks by factor of 11
**blockwise_kwargs,
/work/mh0727/m300524/conda-envs/s2s-ai/lib/python3.7/site-packages/dask/array/core.py:4299: PerformanceWarning: Increasing number of chunks by factor of 46
**blockwise_kwargs,
/work/mh0727/m300524/conda-envs/s2s-ai/lib/python3.7/site-packages/dask/array/core.py:4299: PerformanceWarning: Increasing number of chunks by factor of 20
**blockwise_kwargs,
/work/mh0727/m300524/conda-envs/s2s-ai/lib/python3.7/site-packages/dask/array/core.py:4299: PerformanceWarning: Increasing number of chunks by factor of 11
**blockwise_kwargs,
/work/mh0727/m300524/conda-envs/s2s-ai/lib/python3.7/site-packages/dask/array/core.py:4299: PerformanceWarning: Increasing number of chunks by factor of 46
**blockwise_kwargs,
... takes more than 10 minutes
I think the challenge here is that we have 20 forecast_reference_times per file and they cannot be stacked easily. As it is now, this is a huge bottleneck.
The text was updated successfully, but these errors were encountered:
It takes ages to load two dates from reforecasts. Shouldnt that work better and faster? @floriankrb @b8raoult
I think the challenge here is that we have 20 forecast_reference_times per file and they cannot be stacked easily. As it is now, this is a huge bottleneck.
The text was updated successfully, but these errors were encountered: