<div dir="ltr"><div>[1]<span style="color:rgb(0,0,255)"> <b> At the very least</b></span>, you must provide the output from one MCD19A2.A2008.....hdf  file<br></div><div><br></div><div>%> ncl_filedump MCD19A2.A2008...hdf</div><div><br></div><div>Actually since all  MODIS files are in HDF-EOS format, the output from:</div><div><br></div><div>%> ncl_filedump MCD19A2.A2008...hdf<b>.he2</b>  >!   out MCD19A2</div><div><br></div><div>===</div><div><br></div><div>[2] Scripts on the NCL website illustrate a process of how to achieve a result.</div><div>The example you chose used variables like 'time'  on a netCDF file.</div><div>Are you using some specially processed MCD19A2 file?</div><div>I know of no MODIS MCD19A2 file that has a variable named 'time'</div><div><br></div><div>===</div><div>[3] You have one year of data [2008]. How do you create a climatology?</div><div><br></div><div>By definition, a climatology is a 'time average'. Fore example:</div><div>[a] for monthly data, you might average 10 or 25 or 100 Januaries from different years. That gives a January climatological value.</div><div>[b] For a daily climatology, average all (say) 13 September values. Again (say) 15, 37,..,100 values for a climatological  13 September values.</div><div>===</div><div>[4] You could read in the 2008 raw daily values and smooth them. However, this is NOT a climatology.</div><div>===</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Nov 14, 2019 at 1:15 PM Herb, Jason via ncl-talk <<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Hello All,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
I am attempting to do data analysis on the MODIS aod data. Currently I am attempting to
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
[1] calculate the climatological daily annual cycle <br>
[2] smooth the daily annual cycle <br>
[3] remove the mean daily annual cycle <br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
[4] plot this data on map</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
[5] print data for export into analysis in a program such as excel<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
I have tried to follow the examples in the climatology, but have had no luck. Code is attached.<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Thanks,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Jason<br>
</div>
</div>

_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">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/mailman/listinfo/ncl-talk</a></blockquote></div>