<div dir="ltr">Hi there,<div><br></div><div>i am trying to display five days average wind speed and direction on map by following commands </div><div><br></div><div><div>'sdfopen d:/jra/dec2011/<a href="http://dec2011.nc">dec2011.nc</a>'</div><div>'set display color white'</div><div>'c'</div><div>'set z 7'</div><div>'set timelab off'</div><div>'set grads off'</div><div>'set grid off'</div><div>'set mpdset hires'</div><div>'set gxout vector'</div><div>'set t 72 92'</div><div>'define wspd=ave(mag(ugrd,vgrd),t=72,t=92))'</div><div>'d wspd'</div><div><br></div></div><div>but output is contours, while i need wind vectors, can anyone improve this script? i guess i need to average wind direction too but they can be displayed together as wind vector.</div><div><br></div><div><br></div><div>Regards</div><div>Zaib</div></div>