<html><head><meta http-equiv="content-type" content="text/html; charset=us-ascii"><style>body { line-height: 1.5; }body { font-size: 10.5pt; font-family: ????; color: rgb(0, 0, 0); line-height: 1.5; }</style></head><body>
<div><span></span>Dear all,</div><div><br></div><div>I met a problem when reading "station ID" - I've simplified the code as follows:</div><div><br></div><div><span style="color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">load&nbsp;"$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"<br>load&nbsp;"$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"<br>load&nbsp;"$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"<br>begin<br>&nbsp;<br>degrees&nbsp;=&nbsp;(/210200051,&nbsp;121,&nbsp;36,&nbsp;43,38,58,26/)<br><br>print(sprintf("%9.0f",degrees(0)))&nbsp;<br>print(tostring(degrees(0)))<br><br>a=210200051.<br>print(tostring(a))<br>print(sprintf("%9.0f",a))<br><br>end<br></span></div><div><span style="color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);"><br></span></div><div><span style="color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">The NCL output on screen is:</span></div><div><span style="color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);"><br></span></div><div><span style="color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">ncl&nbsp;test.ncl<br>&nbsp;Copyright&nbsp;(C)&nbsp;1995-2015&nbsp;-&nbsp;All&nbsp;Rights&nbsp;Reserved<br>&nbsp;University&nbsp;Corporation&nbsp;for&nbsp;Atmospheric&nbsp;Research<br>&nbsp;NCAR&nbsp;Command&nbsp;Language&nbsp;Version&nbsp;6.3.0<br>&nbsp;The&nbsp;use&nbsp;of&nbsp;this&nbsp;software&nbsp;is&nbsp;governed&nbsp;by&nbsp;a&nbsp;License&nbsp;Agreement.<br>&nbsp;See&nbsp;http://www.ncl.ucar.edu/&nbsp;for&nbsp;more&nbsp;details.<br>(0)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;210200048<br>(0)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;210200051<br>(0)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;210200048.000000<br>(0)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;210200048<br></span></div><div><span style="color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);"><br></span></div><div><span style="color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">Only the second method "tostring" gives the correct station ID. &nbsp;Could you please give me a clue why is this happening?&nbsp;</span></div><div><span style="color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);"><br></span></div><div><span style="color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">Appreciate!</span></div>
<div><br></div><hr style="width: 210px; height: 1px;" color="#b5c4df" size="1" align="left">
<div><span><div style="MARGIN: 10px; FONT-FAMILY: verdana; FONT-SIZE: 10pt"><div>danghy@gmail.com</div></div></span></div>
</body></html>