-
Notifications
You must be signed in to change notification settings - Fork 168
Add Interpolation tutorial v4 #2394
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
Conversation
…ner' into interpolation_tutorial_v4
|
I think it would also be good to make clear in the notebook that these are the interpolators for structured ( @fluidnumerics-joe, do you have a simple fieldset we can use for a tutorial like this too? Do you want to write it? |
|
The C-grid tracer interpolation method now returns values from the bottom-left corner rather than the top-right (as in v3).
@erikvansebille is this because the default indexing is now as in MITgcm or should we change something? |
|
Good catch, @reint-fischer! The parsing of grid indexing to the Interpolators still needs to be fixed, it's on the high-priority "Must have" list before v4 (but no tracking Issue yet). |
If there is a simple |
|
I have scaffolded out some further explanation on interpolation, including on unstructured grids and implementing partial slip and free slip boundary conditions. I think it would be useful to have a separate |
Co-authored-by: Erik van Sebille <[email protected]>
for more information, see https://pre-commit.ci

I have rewritten the interpolation tutorial to work in v4. To do this we needed to fix the
XLinearInvdistLandTracerinterpolator (in #2389).TODO
parcels.interpolators.*Fix C-grid Tracer interpolation