<div dir="ltr"><b>Dear Users,</b><div><br></div><div>I am unable to configure where actually the fault lies! i am trying to display the average of geopotential height, wind vectors and surface temperature in single map. I have combined these variables in one netcdf file. I am calculating their averages step by step.Script is as follows;</div><div><br></div><div><div>&#39;reinit&#39;</div><div>&#39;sdfopen d:/JRA/oct2004/<a href="http://oct2004.nc">oct2004.nc</a>&#39;</div><div>&#39;set display color white&#39;</div><div>&#39;c&#39;</div><div>&#39;set lat 23 38&#39;</div><div>&#39;set lon 58 78&#39;</div><div>&#39;set z 7&#39;</div><div>&#39;set e 1&#39;</div><div>&#39;set t 21 44&#39;</div><div>***</div><div>&#39;set vpage 0 11 0 8.5&#39;</div><div>&#39;set timelab off&#39;</div><div>&#39;set grads off&#39;</div><div>&#39;set grid off&#39;</div><div>&#39;set mpdset hires&#39;</div><div>&#39;set csmooth on&#39;</div><div>&#39;set gxout contour&#39;</div><div>&#39;set cthick 0.5&#39;</div><div>&#39;set clopts 0.6 0.6 0.15&#39;</div><div>&#39;set ccolor 1&#39;</div><div>&#39;define w=ave(hgt,t=21,t=44)&#39;</div><div>&#39;d w&#39;</div><div>&#39;set gxout shaded&#39;</div><div>&#39;define tm1= ave(tmp-273.15,t=21,t=44)&#39;</div><div>*&#39;color -10 40 2 -kind blue-&gt;cyan-&gt;white-&gt;yellow-&gt;orange-&gt;red-&gt;maroon&#39;</div><div>&#39;d tm1&#39;</div><div>&#39;set gxout vector&#39;</div><div>&#39;set arrscl 1 20&#39;</div><div>&#39;set ccolor 1&#39;</div><div>&#39;define x = ave(ugrd,t=21,t=44)&#39;</div><div>&#39;define y = ave(vgrd,t=21,t=44)&#39;</div><div>&#39;d x;y&#39;</div></div></div>