<html><head></head><body><div class="yahoo-style-wrap" style="font-family:Arial, Helvetica, sans-serif;font-size:16px;"><div dir="ltr" data-setdir="false"><div>Hello all:<br><br>I've downloaded some ECMWF open data GRIB files and I've used CDO to convert them to NetCDF files to open them directly in GrADS... That all works great, but GrADS doesn't recognize the variables 10u or 10v (ugrid and vgrid at 10m).<br><br>When I open the GRIBs (and also the NetCDF files that I created) CDO shows the list of variables as: <br><br><font face=""lucida console", sans-serif" color="#cd232c">gh skt r tp t u v sp st msl 10u 2t 10v tcwv q lsm vo d ro</font><br><br>I can display the wind in GrADS using the variables u and v and it plots perfectly, but I can't seem to get GrADS to recognize 10u and 10v... I get the following error:<br><br><font face=""lucida console", sans-serif" color="#cd232c">ga-> d mag(10u,10v)<br> Syntax Error:  Expected operator or ')'<br> Operation Error:  Error from mag function<br>   Error ocurred at column 1<br> DISPLAY error:  Invalid expression<br>   Expression = mag(10u,10v)<br> ga-><br><br> ga-> d 10u;10v<br> Syntax Error:  Expected operator or ')'<br>   Error ocurred at column 3<br> DISPLAY error:  Invalid expression<br>   Expression = 10u<br> ga-></font><br><br>I can plot everything perfectly using u and v, but I need to plot the 10m wind data, and I can't figure out how to set the z level to 10m... The levels that CDO shows are:<br><br> <font face=""lucida console", sans-serif" color="#cd232c">$ cdo showlevel C:/Progra~1/PCGrADS/win32e/20231014120000-15h-oper-fc.grib2<br>  100000 92500 85000 70000 50000 30000 25000 20000 5000<br>  0<br>  100000 92500 85000 70000 50000 30000 25000 20000 5000<br>  0<br>  100000 92500 85000 70000 50000 30000 25000 20000 5000<br>  100000 92500 85000 70000 50000 30000 25000 20000 5000<br>  100000 92500 85000 70000 50000 30000 25000 20000 5000<br>  0<br>  0<br>  0<br>  10<br>  2<br>  10<br>  0<br>  100000 92500 85000 70000 50000 30000 25000 20000 5000<br>  0<br>  100000 92500 85000 70000 50000 30000 25000 20000 5000<br>  100000 92500 85000 70000 50000 30000 25000 20000 5000<br>  0<br> cdo    showlevel: Processed 19 variables [2.17s 53MB].</font><br><br>How can I get GrADS to recognize the 10m wind variables?<br><br>Thank you,<br><br>Bill<br><br><font face=""lucida console", sans-serif" color="#808080">--<br><br>Bill Reilly<br><br>(+34) 686-110-748<br><br>bill@passageweather.com<br>www.passageweather.com</font><br><br><br><br><br></div><div><br></div></div></div></body></html>