-
Notifications
You must be signed in to change notification settings - Fork 143
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
Remove data_full_zdim from fieldfilebuffer #1936
Conversation
@erikvansebille I had a questions about a failing test that I am encountering dimensions = {
"U": {"lon": "xu_ocean", "lat": "yu_ocean", "depth": "sw_ocean", "time": "time"},
"V": {"lon": "xu_ocean", "lat": "yu_ocean", "depth": "sw_ocean", "time": "time"},
"W": {"lon": "xu_ocean", "lat": "yu_ocean", "depth": "sw_ocean", "time": "time"},
} Looking at each of the datasets, it is true that there isn't a
Updating the dim dict to use
Disabling for now, but just wondering if you can provide additional insight here? |
b49272b
to
7a1b445
Compare
Yes, exactly! This is essentially the same argument that we use in the C-grid interpolation: the Parcels B-grid interpolation scheme expects the grid point on the |
I see. There is also a breakage in |
9b997d6
to
d10d25a
Compare
d10d25a
to
b7f71d6
Compare
Removed
data_full_zdim
from fieldfilebuffer and the calling code.v4-dev
)