<div dir="ltr"><div>Greetings,<br><br></div>I am using the lterp function in GrADS 2.0.2. While attempting to regrid data from a 360 x 181 to a 144 x 73 grid  and write to a new file I get incorrect data values. When repeating the steps in interactive mode the regridding works fine. I have tried specifying the x and y dimensions (both using lat/lon and x/y), x only dimensions as per the users index, and no specification, before each fwrite. None works. I am doing the regridding in a loop for several timesteps and several variables. Please note in the older regrid2 udf I had no problem. Here is a sample of the code with just one variable:  <br clear="all">
<div><div><br>&#39;open prsDly$iy$mn$id$ih.$mm.ctl&#39;<br>&#39;open regrid.dummyfile.to.2.5x2.5.ctl&#39;<br><br> &#39;set gxout fwrite&#39;<br>    &#39;set fwrite  Dly$iy$mn$id$ih$mm.cfsv2.PRS.data&#39;<br>    <br>    <br>
    countt=1<br>    while(countt&lt;=45)<br>    &#39;set t &#39;countt<br>     <br>     &#39;set lev 500&#39;<br>     &#39;set lon 0 360&#39;<br></div><div>     &#39;set lat -90 90<br></div><div>*   &#39;set x 1 144&#39;<br>
</div><div>*   &#39;set y 1 73&#39;<br></div><div><br></div><div>     &#39;d lterp(hgtprs.1,hgt500mb.2,bilin)&#39;<br> <br>   countt=countt+1<br>   endwhile<br><br>&#39;disable fwrite&#39;<br><br><br><br></div><div>Thanks for any help.<br>
</div><div><br></div><div>Scott<br></div><div><br><br>-- <br><div dir="ltr">Scott J. Weaver<br>Research Meteorologist<br>NOAA Climate Prediction Center<br>301-683-3434<br><a href="http://www.cpc.ncep.noaa.gov/" target="_blank">http://www.cpc.ncep.noaa.gov/</a></div>

</div></div></div>