-
I have two
Now I use
However this process will cost long time, so I want to know why it will become so slow and what's the correct method? |
Beta Was this translation helpful? Give feedback.
Answered by
shoyer
Nov 25, 2024
Replies: 1 comment
-
Try writing |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
forestbat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try writing
xr.concat([data_array1, data_array2], dim='variable'). The syntax you used before (
dim=['basin_id', 'time', 'variable']`) is not valid.