Hai,<br> i want to plot precipitaion anomoly.i hv cmap data precip.mon.mean.nc.t<br>the gs file i used for this is.<br><br>the problem is that in the saved plot didplay did not came........please help me<br>&#39;reinit&#39;<br>
yyyy=1979<br>while(yyyy&lt;=1981)<br>mmm=01<br>while(mmm&lt;=12)<br><br>&#39;sdfopen <a href="http://precip.mon.mean.nc">precip.mon.mean.nc</a>&#39;<br>&#39;set time &#39;mmm&#39;&#39;yyyy&#39;&#39;<br>&#39;set grid off&#39;<br>
&#39;set grads off&#39;<br>&#39;set t 1 12&#39;<br>&#39;set gxout shaded&#39;<br>*&#39;set gxout contour&#39;<br><br>&#39;define monavg=ave(precip,t+1,t+36,12)&#39;<br>&#39;modify monavg seasonal&#39;<br>&#39;set t 1 last&#39;<br>
&#39;define anom = precip-monavg&#39;<br>*&#39;set t 1 36&#39;<br>&#39;set lat 8 30&#39;<br>&#39;set lon 70 90&#39;<br>&#39;d anom&#39;<br>&#39;printim anomoly&#39;mmm&#39;.&#39;yyyy&#39;.jpg white&#39;<br>&#39;c&#39;<br>
mmm=mmm+1<br>endwhile<br>yyyy=yyyy+1<br>endwhile<br><br><br><br>error shows likes this<br><br>Syntax Error:  Invalid Date/Time value.<br>  Missing month abbreviation or &#39;z&#39; delimiter<br>SET error:  Missing or invalid arguments for TIME option<br>
Defined variable is now climatological<br><br>