Currently, kinematic calculation functions (vorticity, advection, etc.) take arguments of dx, dy grid spacing in distance units. I'd like to calculate these functions for my data on a 0.5°x0.5° lat-lon grid. It would be useful to be able to do these calculations with dx, dy input as lat/lon degrees.
I.e. v_vorticity(u, v, 0.5,0.5, latlon=Y)
Currently, kinematic calculation functions (vorticity, advection, etc.) take arguments of dx, dy grid spacing in distance units. I'd like to calculate these functions for my data on a 0.5°x0.5° lat-lon grid. It would be useful to be able to do these calculations with dx, dy input as lat/lon degrees.
I.e. v_vorticity(u, v, 0.5,0.5, latlon=Y)