uvcurv2orth

rotation of u and v vectors from curvilinear grid to orthogonal grid

You are now following this Submission

[ur,vr] = uvcurv2orth(x,y, u,v)

rotate curvilinear vector field to orthogonal vector field the output is calculated for the original curvilinear locations.
input:
x - a 2D array with x locations (long)
y - a 2D array with y locations (lat)
u - curvilinear direction u vector field
v - curvilinear direction v vector field
(1,1 is south west corner for all arrays)

output:
u and v arrays of the input array size with the vector components on orthogonal grid (long and lat)

Cite As

yair suari (2026). uvcurv2orth (https://uk.mathworks.com/matlabcentral/fileexchange/17893-uvcurv2orth), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0