WSL/SLF GitLab Repository

Skip to content
Snippets Groups Projects
Commit ea8f743a authored by Karger's avatar Karger
Browse files

Update classes/BioClim.py

parent a475c319
No related branches found
No related tags found
No related merge requests found
......@@ -312,8 +312,9 @@ class BioClim:
:rtype: xarray
"""
res_arr = xr.apply_ufunc(self._bio3_,
self.tas['tas'],
input_core_dims=[['month']],
self.tasmax['tasmax'],
self.tasmin['tasmin'],
input_core_dims=[['month'],['month']],
dask='parallelized',
dask_gufunc_kwargs=['allow_rechunk'],
vectorize=True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment