Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings issued by xESMF #58

Open
jkrasting opened this issue Nov 22, 2020 · 0 comments
Open

Warnings issued by xESMF #58

jkrasting opened this issue Nov 22, 2020 · 0 comments

Comments

@jkrasting
Copy link
Collaborator

Warning errors are coming from seaice.py at Line 188:

obs["ac_r"] = regrid.curv_to_curv(obs["ac"], model["ac"], reuse_weights=False)

Produces:

~/miniconda3/envs/python38/lib/python3.8/site-packages/xarray/core/dataarray.py:679: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison
  return key in self.data
~/miniconda3/envs/python38/lib/python3.8/site-packages/dask/array/core.py:377: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison
  o = func(*args, **kwargs)
~/miniconda3/envs/python38/lib/python3.8/site-packages/xesmf/frontend.py:450: FutureWarning: ``output_sizes`` should be given in the ``dask_gufunc_kwargs`` parameter. It will be removed as direct parameter in a future version.
  dr_out = xr.apply_ufunc(

Module versions:

dask                      2.30.0                     py_0    conda-forge
dask-core                 2.30.0                     py_0    conda-forge
esmf                      8.0.1           nompi_h39dff87_2    conda-forge
esmpy                     8.0.1           nompi_py38h5410a82_2    conda-forge
xarray                    0.16.1                     py_0    conda-forge
xesmf                     0.4.0              pyhd8ed1ab_0    conda-forge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant