<div dir="ltr">Hi Stuart,<div>If the files are sequentially named, you can use addfiles to read all the files at once:</div><div><br></div><div>begin</div><div>   fils = systemfunc("ls *.<a href="http://d01.nc" target="_blank">d01.nc</a>")</div><div>   print(fils)   ; make sure the desired files are listed in the correct order</div><div>   a = addfiles(fils,"r")</div><div>   data = a[:]->Depth_of_water    ; assuming variable name is Depth_of_water</div><div>   print(data&time)   ; check that the times read in are correct</div><div>   printVarSummary(data)    ; examine data array</div><div><br></div><div>   data_aa = wgt_areaave(data,1.,1.,0)   ; Not applying any area-weight to the data</div><div><br></div><div>   wks = gsn_open_wks("png","timeseries<wbr>")</div><div><br></div><div>   res = True</div><div>   ...   ; set desired resources here</div><div><br></div><div>  plot = gsn_csm_xy(wks,ispan(0,dimsize<wbr>s(data&time)-1,1,data_aa,res)</div><div>end</div><div><br></div><div>Note:</div><div>1 - Make sure that the results from systemfunc list the files that you want to read in in the correct order.</div><div>2 - You may very well want to area weight the data, and this may have to be done by hand as I do not believe a function exists that can do that on an array with 2-dimensional latitudes/longitudes. </div><div>3 - There are lots of different resources that can be set for timeseries, specifically for the tickmarks. Review the examples here:</div><div><a href="http://www.ncl.ucar.edu/Applications/xy.shtml" target="_blank">http://www.ncl.ucar.edu/Applic<wbr>ations/xy.shtml</a><br></div><div><a href="http://www.ncl.ucar.edu/Applications/time_labels.shtml" target="_blank">http://www.ncl.ucar.edu/Applic<wbr>ations/time_labels.shtml</a></div><div><a href="http://www.ncl.ucar.edu/Applications/tickmarks.shtml" target="_blank">http://www.ncl.ucar.edu/Applic<wbr>ations/tickmarks.shtml</a></div><div> </div><div>Hope that helps. If you have any further questions please respond to the ncl-talk email list.</div><div>Adam</div><div><br></div><div> </div><div>  </div><div>   </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 17, 2018 at 2:24 PM, Smith, Stuart via ncl-talk <span dir="ltr"><<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-US" link="#0563C1" vlink="#954F72"><div class="m_-3164395023380230403WordSection1"><p class="MsoNormal">Good afternoon,<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">My name is Stuart, and I am research assistant at Purdue University.. I tried using the serach ncl-talk archives, but received a “URL Not Found” message.<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">I am wanting to learn about generating time series plots with .nc files. The .nc files I have are daily timesteps (<a href="http://200903250000.d01.nc" target="_blank">200903250000.d01.nc</a>, <a href="http://200903260000.d01.nc" target="_blank">200903260000.d01.nc</a>). I would like to plot the .nc files as a spatially averaged(ex. Depth of water)  time series plot for an entire month. <u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">The dimension of time is 1,  as to be expected. The dimension of the variable of interest is 2 [north_south|32] x [east_west |45]. My goal would be to calculate the average value over this area, and plot it with the appropriate day to create the time series.<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">Could you please provide some examples of how this problem has been solved in the past? Thank you for your time.<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">Regards,<span class="HOEnZb"><font color="#888888"><u></u><u></u></font></span></p><span class="HOEnZb"><font color="#888888"><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">-Stuart <u></u><u></u></p></font></span></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>