<div dir="ltr">Hi Lyndon,<div>This should work:<br><div><span style="font-size:12.8px">eof_ts = eofunc_ts_Wrap(mjjaso,eof,</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">False)   </span><b style="font-size:12.8px"> ; [evn | 3] x [time | 2760]</b><br></div></div><div><span style="font-size:12.8px">eof_ts_avg = eof_ts(:,:183)   ; pre-allocate array w/metadata</span></div><div><span style="font-size:12.8px">do gg = 0,183</span></div><div><span style="font-size:12.8px">    eof_ts_avg(:,gg) = (/ dim_avg(eof_ts(:,gg::184)) /)</span></div><div><span style="font-size:12.8px">end do</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">eof_ts_avg </span><b style="font-size:12.8px">; [evn | 3] x [time | 184]</b></div><div><b style="font-size:12.8px"><br></b></div><div><span style="font-size:12.8px">The above coding is untested. Verify that the calculation is doing what you think it is doing. Hope that helps!</span></div><div><span style="font-size:12.8px">Adam</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 17, 2017 at 2:32 AM, Lyndon Mark Olaguera <span dir="ltr">&lt;<a href="mailto:olagueralyndonmark429@gmail.com" target="_blank">olagueralyndonmark429@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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.googl<wbr>e.com/file/d/0B9faET7Bc2o8eHZK<wbr>Si1qX3JLeFU/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>;*****************************<wbr>*******************</div><div>;Subset MJJASO</div><div>;*****************************<wbr>*****************</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,<wbr>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="m_2462130795668226719gmail-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>
<br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><span><font color="#888888">Adam Phillips <br></font></span></div><span><font color="#888888">Associate Scientist,  </font></span><span><font color="#888888">Climate and Global Dynamics Laboratory, NCAR<br></font></span></div></div><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli/" target="_blank">www.cgd.ucar.edu/staff/asphilli/</a>   </font></span><span><font color="#888888">303-497-1726 </font></span></div><span><font color="#888888"></font></span><div><div><span><font color="#888888"><br></font></span><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli" target="_blank"></a></font></span></div></div></div></div></div></div></div></div></div></div></div>
</div>