rotated -> unrotated latlon grid
Added by Martin Ivanov almost 13 years ago
Hello,
I have WRF data which are on a rotated LatLon grid with Arakawa C-grid staggering.
What can I do with CDO to regrid the data to an unrotated destaggered LatLon grid?
I believe that CDO should at least be able to do the regridding to unrotated grid, shouldn't it?
If I am right, could You please provide to me some example?
Best regards,
Martin
Replies (1)
RE: rotated -> unrotated latlon grid - Added by Jaison-Thomas Ambadan almost 13 years ago
Hi Martin,
I'm not sure if I understood your question correctly. You can use "rotuvb" operator to performs a backward transformation of velocity components U and V from a rotated spherical system to a geographical system.
"cdo -h rotuvb" will give you more info regarding the operator or have a look at https://code.zmaw.de/embedded/cdo/1.5.4/cdo.html#x1-6230002.15.8
Cheers,
J.