Hi,I want to use the wind speed data at 10m in CCSM4. The only existing datasets are U and V with many levels. How could I caculate wind speed at 10m using U and V?Thank you very much. Lixia
Hi lixia,From what I know, u wind an v wind are the zonal and meridonal winds. In order to derive the magnitude of the wind speed (and lose its direction), you just need to write a code to find the root mean square speed of both the u and v wind at every data point, which is as follows:sqroot(v^2+u^2)RStudio will be a good program to use.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.