<div dir="ltr"><div>Hi! I am reading binary files and extracting date from the file name (GFCT<b>2019081503</b>.out) and creating the time dimension:</div><div><span style="font-family:monospace"> tim=new(ntim,integer)<br> tim!0         = "time"<br> tim@long_name = "time"<br> tim@units     = "hours"<br> tim&time      = tim<br></span></div><div>my time dimension is an integer array (yyyymmddhh) :</div><div><span style="font-family:monospace">  2019081503</span></div><div><span style="font-family:monospace">  2019081506</span></div><div><span style="font-family:monospace">  2019081509</span></div><div><span style="font-family:monospace">  ...</span></div><div><span style="font-family:monospace">  2019093012</span><br></div><div>Is it possible to convert it to calendar time so as to perform daily/weekly/monthly/seasonal average? How can it be done?</div><div>Please advise.<br></div></div>