Best way to interpolate cubed sphere grid to a regular lat-lon grid? #3003
ali-ramadhan
started this conversation in
General
Replies: 2 comments
-
Will the interpolation utilities we've built for Lagrangian particle advection work for this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @ali-ramadhan , sorry for my late comment. I am not sure if and/or how we have a conversion to lat-long for viz purposes. Perhaps @kpamnany knows? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This would be pretty useful for outputting cubed sphere fields for visualization purposes.
We may want a separate method for writing raw cubed sphere field data in case some users want to close budgets or do some more careful analysis.
We might need the
VectorField
abstraction (#1585) first as velocities on different faces might have to rotated first before interpolating and outputting them.ClimateMachine.jl might also want (or already have?) such a way of interpolating cubed sphere data to a lat-lon grid? I guess it's somewhat you might want to do for any curvilinear grid on the sphere.
cc @valeriabarra @simonbyrne
Beta Was this translation helpful? Give feedback.
All reactions