<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:メイリオ
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
<div>Dear Sir</div><div><br></div><div>I have the problem like this with the script below</div><div><br></div><div><div style="text-indent: 0px !important; ">Data Request Error: Invalid grid coordinates</div><div style="text-indent: 0px !important; ">&nbsp;&nbsp;World coordinates convert to non-integer &nbsp;grid coordinates</div><div style="text-indent: 0px !important; ">&nbsp;&nbsp; &nbsp;Variable = h &nbsp;Dimension = 0&nbsp;</div><div style="text-indent: 0px !important; ">&nbsp;&nbsp;Error ocurred at column 1</div><div style="text-indent: 0px !important; ">DISPLAY error: &nbsp;Invalid expression&nbsp;</div><div style="text-indent: 0px !important; ">&nbsp;&nbsp;Expression = h(lon=175.05,lat=42.15)</div></div><div><br></div><div>When I change it to&nbsp;'d h(lon=175,lat=42)', it work without problem.</div><div>Could you tell me how to solve the problem?</div><div><br></div><div><div>'reinit'</div><div>'OPEN HST.CTL'</div><div>'set X 1 673'</div><div>'set Y 1 442'</div><div>'set Z 1 1'</div><div>'set time 00z${day}${month}${year}'</div><div>'set gxout shaded'</div><div>'h=hcurl(u,v)'</div><div>'set X 1'</div><div>'set Y 1'</div><div>'set lev 1'</div><div>'set t 1'</div><div>'set gxout print'</div><div>'set prnopts %0.5f'</div><div>'d h(lon=175.05,lat=42.15)'</div><div>ret=sublin(result,2)</div><div>res = write('test-h-check.txt', ret)</div><div>say result</div><div>'quit'</div><div><br></div></div><div><br></div><div><br></div><div><br></div>                                               </div></body>
</html>