Dear All,<br><br>I like to plot the olr and win vectors in the same plot. i am trying to plot, but only olr has been plotted. i want to show both in the same plot. please give me solution for them.<br><br>script:1<br><br>&#39;reinit&#39;<br>
&#39;sdfopen h:\ncep\ncep\<a href="http://olr1980.nc">olr1980.nc</a>&#39;<br>&#39;sdfopen h:\ncep\ncep-winds\10m\<a href="http://uwnd.10m.gauss.2010.nc">uwnd.10m.gauss.2010.nc</a>&#39;<br>&#39;sdfopen h:\ncep\ncep-winds\10m\<a href="http://vwnd.10m.gauss.2010.nc">vwnd.10m.gauss.2010.nc</a>&#39;<br>
&#39;enable print h:\ncep\ncep\olrwin-80.gmf&#39;<br>&#39;set lat -35 25&#39;<br>&#39;set lon 265 345&#39;<br>tt=1<br>while(tt&lt;=12)<br>&#39;set t &#39;tt<br>&#39;define ol=ulwrf.1&#39;<br>&#39;set gxout contour&#39;<br>
*&#39;set gxout shaded&#39;<br>&#39;set grads off&#39;<br>&#39;set grid on&#39;<br>&#39;set ccolor -1&#39;<br>&#39;set clevs 180 190 200 210 220 230 240 250 260 270 280 290 300&#39;<br>*&#39;set ccols 180 190 200 210 220 230 240 250 260 270 280 290 300&#39;<br>
&#39;d ulwrf.1&#39;<br>*&#39;cbarn&#39;<br>&#39;q time&#39;<br>a=sublin(result,1)<br>b=subwrd(a,3)<br>&#39;draw title OLR  &#39;b<br><br>&#39;define u1=uwnd.2&#39;<br>&#39;define v1=vwnd.3&#39;<br>&#39;set gxout vector&#39;<br>
&#39;set grads off&#39;<br>&#39;set grid on&#39;<br>&#39;d u1;v1&#39;<br>&#39;print&#39;<br>&#39;c&#39;<br>tt=tt+1<br>endwhile<br>&#39;disable print&#39;<br>&#39;reinit&#39;<br><br>result: getting only contours, no vectors.<br>
<br><br>another, i want to calculate the anomalies. i have both year file (with monthly mean) at the same long term monthly mean, i would like to calculate the anomaly and plot the same. monthly mean data was taken but the long term mean file showing error, file number out of range. <br>
<br>Script: 2<br><br>&#39;reinit&#39;<br>&#39;sdfopen h:\ncep\ncep-olr-mon\<a href="http://1975olr.nc">1975olr.nc</a>&#39;<br>&#39;sdfopen h:\ncep\ncep-olr-mon\<a href="http://olr.mon.ltm.nc">olr.mon.ltm.nc</a>&#39;<br>&#39;enable print h:\ncep\ncep-olr-mon\1975olranom.gmf&#39;<br>
*&#39;set lat -35 25&#39;<br>*&#39;set lon 165 345&#39;<br>tt=1<br>while(tt&lt;=12)<br>&#39;set t &#39;tt<br>&#39;define ol=olr.1&#39;<br>&#39;define lt=olr.2&#39;<br>&#39;define anom=ol-lt&#39;<br>&#39;set lat -35 25&#39;<br>
&#39;set lon 165 345&#39;<br>&#39;set gxout contour&#39;<br>*&#39;set gxout shaded&#39;<br>&#39;set grads off&#39;<br>&#39;set grid on&#39;<br>&#39;set ccolor -1&#39;<br>*&#39;set clevs 180 190 200 210 220 230 240 250 260 270 280&#39;<br>
&#39;d anom&#39;<br>*&#39;cbarn&#39;<br>&#39;q time&#39;<br>a=sublin(result,1)<br>b=subwrd(a,3)<br>&#39;draw title OLR  &#39;b<br>&#39;print&#39;<br>&#39;c&#39;<br>tt=tt+1<br>endwhile<br>&#39;disable print&#39;<br>&#39;reinit&#39;<br>
<br>result: error.<br><br>please give me solution for those two. i am using windows based grads (Grads 2.0.1.oga.1 in windows vista) <br clear="all"><br><br>thanks in advance.<br>-- <br>M.V.Subrahmanyam<br><br>