<div dir="ltr"><div class="gmail_extra"><span style="font-size:14px">Yi-Chih,</span></div><div class="gmail_extra"><br></div><div class="gmail_extra"><span style="font-size:14px"></span>I get exact values with the regular NCL print command:<br><br> NCAR Command Language Version 6.3.0<br>ncl 0&gt; f = addfile (&quot;ei.oper.fc.sfc.regn128sc.tp_<wbr>228.201601.grb&quot;, &quot;r&quot;)<br>ncl 1&gt; print (f-&gt;initial_time0_hours)                              <br><br>Variable: initial_time0_hours (file variable)<br>Type: double<br>Total Size: 496 bytes<br>            62 values<br>Number of Dimensions: 1<br>Dimensions and sizes:   [initial_time0_hours | 62]<br>Coordinates: <br>            initial_time0_hours: [1893408..1894140]<br>Number Of Attributes: 2<br>  long_name :   initial time<br>  units :       hours since 1800-01-01 00:00<br>(0)     1893408<br>(1)     1893420<br>(2)     1893432<br>(3)     1893444</div><div class="gmail_extra">etc.</div><div class="gmail_extra"><br></div><div class="gmail_extra">--Dave<br><br><br><div class="gmail_quote">On Thu, Dec 22, 2016 at 4:22 PM, Yi-Chih Huang <span dir="ltr">&lt;<a href="mailto:dscpln@gmail.com" target="_blank">dscpln@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><span style="font-size:12.8px">Hello,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">    I am trying to read ERA INTERIM grib data with NCL scripts.  I used the command &quot;ncl_filedump -c&quot; to get the information of dimensions as follows.  The time information of initial_time0_hours is exponential numbers that seem to be the same.  But I need exact numbers of initial_time0_hours in the NCL scripts.  Hence, I wonder is there any way to obtain the exact numbers of initial_time0_hours in grib data?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">    Thanks much,</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">                            Yi-Chih<br><div><br></div><div><div>Variable: f</div><div>Type: file</div><div>filename:       ei.oper.an.sfc.regn128sc.tco3_<wbr>206.201502</div><div>path:   ei.oper.an.sfc.regn128sc.tco3_<wbr>206.201502.grb1</div><div>   file global attributes:</div><div>   dimensions:</div><div>      initial_time0_hours = 112</div><div>      g4_lat_1 = 256</div><div>      g4_lon_2 = 512</div></div><div>..............................<wbr>.......................</div><div><div>     initial_time0_hours:</div><div><br></div><div>  0.1885E+07  0.1885E+07  0.1885E+07  0.1885E+07  0.1885E+07  0.1885E+07</div><div>  0.1885E+07  0.1885E+07  0.1885E+07  0.1885E+07  0.1885E+07  0.1885E+07</div><div>  0.1885E+07  0.1885E+07  0.1885E+07  0.1885E+07  0.1885E+07  0.1885E+07</div><div>  0.1886E+07  0.1886E+07  0.1886E+07  0.1886E+07  0.1886E+07  0.1886E+07</div></div></div></div></blockquote></div></div></div>