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
I have investigated this issue over the last week.
The simplest version of the issue with grid objects can be illustrated when trying to access any array that involved arithmetic operations on dataarrays. one of them is :
grd['cell_area_at_t_location']
It appears that this behavior is related to the default use of lock=False when opening NEMO files.
a slice of a grid object defined with chunks appears to be disfunctionnal.
eg.
this works :
but this raises an exception
The text was updated successfully, but these errors were encountered: