print(f'Climetlab-s2s-ai-challenge plugin version : {climetlab_s2s_ai_challenge.__version__}')
xr.set_options(keep_attrs=True)
xr.set_options(display_style='text')
```
%%%% Output: stream
Climetlab version : 0.8.0
Climetlab-s2s-ai-challenge plugin version : 0.6.7
%%%% Output: stream
WARNING: ecmwflibs universal: cannot find a library called MagPlus
/work/mh0727/m300524/conda-envs/s2s-ai/lib/python3.7/site-packages/climetlab/plotting/drivers/magics/actions.py:36: UserWarning: Magics library could not be found
warnings.warn(str(e))
%%%% Output: execute_result
<xarray.core.options.set_options at 0x2ae6e00b6310>
<xarray.core.options.set_options at 0x2ac3e9480050>
%% Cell type:code id: tags:
``` python
# caching path for climetlab
cache_path="/work/mh0727/m300524/S2S_AI/cache"# set your own path
cml.settings.set("cache-directory",cache_path)
```
%% Cell type:code id: tags:
``` python
cache_path="../data"
```
%% Cell type:markdown id: tags:
# Download and cache
Download all files for the observations, forecast and hindcast.
/work/mh0727/m300524/conda-envs/s2s-ai/lib/python3.7/site-packages/xarray/core/accessor_dt.py:381: FutureWarning: dt.weekofyear and dt.week have been deprecated. Please use dt.isocalendar().week instead.
/work/mh0727/m300524/conda-envs/s2s-ai/lib/python3.7/site-packages/xarray/core/accessor_dt.py:381: FutureWarning: dt.weekofyear and dt.week have been deprecated. Please use dt.isocalendar().week instead.