Skip to content
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

Refactor interpolate to work for Nothing locations and to make sense for Flat topologies #3358

Closed
wants to merge 38 commits into from

Conversation

glwagner
Copy link
Member

@glwagner glwagner commented Oct 23, 2023

This PR changes the syntax for interpolate to

interpolate(to_node, from_field, from_location, from_grid)

to interpolate from_field to_node.

Then to_node may be a 3-tuple for 3D grid/locations, 2-tuple for 2D grids/locations, or 1-tuple for 1D grids/locations.

#3355 is related but these can in principle be merged independently.

Closes #3356

@glwagner glwagner closed this Oct 30, 2023
@glwagner
Copy link
Member Author

I'll re open this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

interpolate doesn't work with Nothing locations
2 participants