<div dir="ltr">Hello all,<div><br></div><div>I was using the tloop and aave commands in a GrADS Script file and running it in order to graph a time series. I want my data points to show up year by year, not as a plot of points for every month (I am using a monthly data set). Basically I want to average those monthly points to get a global average for that year. So, I want a data point, for example, for years 1979, 1980, 1981, etc instead of 12 for each year. I&#39;m not sure how to do this, as I am new to GrADS. </div><div><br></div><div>So far, I have: </div><div><br></div><div><div>&#39;set vpage 0 11 0 8.5&#39;</div><div>&#39;set parea 6 10 1.0 3.0&#39;</div><div>&#39;set xlint 60&#39;</div><div>&#39;set ylint 20&#39;</div><div>&#39;set x 1&#39;</div><div>&#39;set y 1&#39;</div><div>&#39;set t 1 436&#39;</div><div>&#39;set grads off&#39;</div><div>&#39;set cmark marker 0&#39;</div><div>&#39;d tloop(aave(LWnet-SWnet,g))&#39;</div><div>&#39;set grads off&#39;</div><div>&#39;set string 1 c 8&#39;</div><div>&#39;set strsiz .14&#39;</div><div>&#39;draw string 8.0 3.2 1979-2015 Net Radiation  avg&#39;</div></div><div><br></div><div>Thank You!</div></div>