Recently, I used uvmet from WRF-Python to extract the U and V components of wind velocity. However, when I extracted the composite wind speed from uvmet_wspd_wdir, I found that the wind speed calculated using the U and V components differed significantly from the directly extracted wspd values. I checked the source code of the relevant library, and it showed the method I used is consistent with the implementation. I'm not sure what key factors I might have overlooked.