compute vorticity with metR
fipoucat opened this issue · 3 comments
fipoucat commented
I have a netcdf file with u and v component of the wind for a region of interest at 0.25 degree resolution.
Is there a way and guidance to compute vorticity at 850hPa for all timesteps?
Thank you
eliocamp commented
Read the data with ReadNetCDF()
and use Vorticity(vx + vy ~ lon + lat)
. Check your units, though.
fipoucat commented
what is vx , vy here?
eliocamp commented
The zonal and meridional vector, respectively.