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
<xarray.Dataset>
Dimensions: (lat: 25, lev: 2, lon: 53, time: 2920)
Coordinates:
* lat (lat) float32 15.0 17.5 20.0 22.5 25.0 ... 65.0 67.5 70.0 72.5 75.0
* lon (lon) float32 200.0 202.5 205.0 207.5 ... 322.5 325.0 327.5 330.0
* time (time) datetime64[ns] 2013-01-01 ... 2014-12-31T18:00:00
* lev (lev) int64 1 2
Data variables:
air (time, lat, lon) float32 dask.array<chunksize=(20, 25, 53), meta=np.ndarray>
airl (lev, time, lat, lon) float32 dask.array<chunksize=(1, 20, 25, 53), meta=np.ndarray>
~/anaconda3/envs/py3/lib/python3.7/site-packages/xesmf/frontend.py:486: FutureWarning: ``output_sizes`` should be given in the ``dask_gufunc_kwargs`` parameter. It will be removed as direct parameter in a future version.
keep_attrs=keep_attrs
ValueError: dimension 'dim1' in 'output_sizes' must correspond to output_core_dims
airl.chunk({'lev': -1}).apply(regridder) works though
The text was updated successfully, but these errors were encountered:
~/anaconda3/envs/xesmf1/lib/python3.7/site-packages/xesmf/frontend.py:478: FutureWarning: output_sizes should be given in the dask_gufunc_kwargs parameter. It will be removed as direct parameter in a future version.Could you tell me how to solve it? Thanks
keep_attrs=keep_attrs,
airl.chunk({'lev': -1}).apply(regridder)
works thoughThe text was updated successfully, but these errors were encountered: