<div dir="ltr"><div><div><div>not sure what exactly the problem is but I would suggest a couple modifications to your script.<br></div><br>I think you should first display &quot;gxout shaded&quot; and then &quot;gxout contour&quot;, otherwise, as in your script, the contours would be covered by the temperature shading.<br></div>I would also suggest commenting or deleting  &quot;set t 21 44&#39;&quot; .<br></div>Hope that helps.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 3, 2015 at 9:45 AM, Zaib-un- Nisa <span dir="ltr">&lt;<a href="mailto:zaib.envsc@gmail.com" target="_blank">zaib.envsc@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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" target="_blank">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>
<br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br></div>