<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 "gxout shaded" and then "gxout contour", otherwise, as in your script, the contours would be covered by the temperature shading.<br></div>I would also suggest commenting or deleting "set t 21 44'" .<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"><<a href="mailto:zaib.envsc@gmail.com" target="_blank">zaib.envsc@gmail.com</a>></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>'reinit'</div><div>'sdfopen d:/JRA/oct2004/<a href="http://oct2004.nc" target="_blank">oct2004.nc</a>'</div><div>'set display color white'</div><div>'c'</div><div>'set lat 23 38'</div><div>'set lon 58 78'</div><div>'set z 7'</div><div>'set e 1'</div><div>'set t 21 44'</div><div>***</div><div>'set vpage 0 11 0 8.5'</div><div>'set timelab off'</div><div>'set grads off'</div><div>'set grid off'</div><div>'set mpdset hires'</div><div>'set csmooth on'</div><div>'set gxout contour'</div><div>'set cthick 0.5'</div><div>'set clopts 0.6 0.6 0.15'</div><div>'set ccolor 1'</div><div>'define w=ave(hgt,t=21,t=44)'</div><div>'d w'</div><div>'set gxout shaded'</div><div>'define tm1= ave(tmp-273.15,t=21,t=44)'</div><div>*'color -10 40 2 -kind blue->cyan->white->yellow->orange->red->maroon'</div><div>'d tm1'</div><div>'set gxout vector'</div><div>'set arrscl 1 20'</div><div>'set ccolor 1'</div><div>'define x = ave(ugrd,t=21,t=44)'</div><div>'define y = ave(vgrd,t=21,t=44)'</div><div>'d x;y'</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>