<div dir="ltr">Hello,<div><br></div><div>    I work on NCL Version 6.1.2.  It said the range of double type is e-308 - e+307 on <a href="https://www.ncl.ucar.edu/Document/Manuals/Ref_Manual/NclDataTypes.shtml">https://www.ncl.ucar.edu/Document/Manuals/Ref_Manual/NclDataTypes.shtml</a>.  Although I have tried several ways, I only got infinity and 8 bits in return.  Could you show me the command to handle exponential calculation</div><div><div><br></div><div><br></div><div>b10   = todouble(exp(230.84))<br></div><div>b20   = todouble(exp(203.22))<br></div><div>b30   = new(1,double,0)<br></div><div>print(b10+&quot;  &quot;+b20+&quot;  &quot;+b30)<br></div><div><br></div><div><div>Variable: b30</div><div>Type: double</div><div>Total Size: 8 bytes</div><div>            1 values</div><div>Number of Dimensions: 1</div><div>Dimensions and sizes:   [1]</div><div>Coordinates:</div></div><div><br></div><div>(0)     inf  inf  inf<br></div></div><div><br></div><div><div>$ ncl -v</div><div>Unknown option `-v&#39;</div><div> Copyright (C) 1995-2013 - All Rights Reserved</div><div> University Corporation for Atmospheric Research</div><div> NCAR Command Language Version 6.1.2</div><div> The use of this software is governed by a License Agreement.</div><div> See <a href="http://www.ncl.ucar.edu/">http://www.ncl.ucar.edu/</a> for more details.</div></div><div><br></div><div>    Thanks much,</div><div><br></div><div>                     Yi-Chih</div></div>