<div dir="ltr"><div>Dear fellow NCL Users,</div><div><br></div><div>I would like to calculate the average time series after calculating the EOF&#39;s for MJJASO (May to October) from 1979-1993. </div><div><br></div><div>Here&#39;s the link to the data that I am working with. Also I attached the script in this email.</div><div><br></div><span style="font-size:12.8px">[Link to the daily anomalies] </span><a href="https://drive.google.com/file/d/0B9faET7Bc2o8eHZKSi1qX3JLeFU/view?usp=sharing" style="font-size:12.8px" target="_blank">https://drive.<wbr>google.com/file/d/<wbr>0B9faET7Bc2o8eHZKSi1qX3JLeFU/<wbr>view?usp=sharing</a><div><br></div><div><b><br></b></div><div><b><br></b></div><div><b>QUESTION</b></div><div><br></div><div>I was able to subset the filtered data using the following:</div><div><br></div><div><div>;************************************************</div><div>;Subset MJJASO</div><div>;**********************************************</div><div><b>  yyyymm  = YMD/100</b></div><div><b>  yyyy    = YMD/10000</b></div><div><b>  mm      = yyyymm-(yyyy*100)</b></div><div><b><br></b></div><div><b>  imd     = ind(mm.ge.5.and.mm.le.10)</b></div><div><b>  mjjaso  = y(:,:,imd</b>)</div><div><br></div><div>  t       = mjjaso&amp;time</div><div><br></div><div>  tsub    = cd_calendar(t,-2)</div><div><br></div><div>  eof    = eofunc_Wrap(mjjaso,neof, False)</div><div>  eof_ts = eofunc_ts_Wrap(mjjaso,eof,False)   <b> ; [evn | 3] x [time | 2760]</b></div></div><div><br></div><div>[1] After eof_ts, I would like to calculate the &quot;averaged&quot; time series from 1979-1993. So the output should be 184 time steps (daily average MJJASO). As of now, I am saving the output as an ascii file then sort per year before getting the final average.<b> </b></div><div><b>Is there an easy way to implement this in the script?</b></div><div><br></div><div>I will appreciate any help.</div><div><br></div><div>Sincerely,</div><div><br clear="all"><div><div class="gmail-m_-3363857726845847914gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><font face="comic sans ms, sans-serif"><b><u>Lyndon Mark P. Olaguera</u></b></font><div><br></div></div></div></div></div></div></div></div></div></div>
</div></div>