WSL/SLF GitLab Repository
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
chelsa_cmip6
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Karger
chelsa_cmip6
Commits
ea8f743a
Commit
ea8f743a
authored
Jul 11, 2022
by
Karger
Browse files
Options
Downloads
Patches
Plain Diff
Update classes/BioClim.py
parent
a475c319
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
classes/BioClim.py
+3
-2
3 additions, 2 deletions
classes/BioClim.py
with
3 additions
and
2 deletions
classes/BioClim.py
+
3
−
2
View file @
ea8f743a
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment