<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span><br></span></div>


        
        
        
        <style type="text/css">
        <!--
                @page { margin: 2cm }
                P { margin-bottom: 0.21cm }
        -->
        </style>

<div style="margin-bottom: 0cm">Dear all,</div>
<div style="margin-bottom: 0cm"><br>
</div>
<ol><li><div style="margin-bottom: 0cm">I want to obtain the   difference
        between   the precipitation forecast  (1.875X1.25 resolution) and
        the observed rainfall (2.5X2.5 resolution).</div>
        </li><li><div style="margin-bottom: 0cm;">These are the commands  I am using :</div></li></ol>reinit'<br>'set display color white'<br>'c'<br>'sdfopen oo.nc'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; *observed<br>'sdfopen&nbsp; ff.nc'&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; * forecasted<br>'set dfile 1'<br>'set t 1 14'<br>'set z 1'<br>'set lon 10 55'<br>'set lat -35 -10'<br>'define obs=ave(prcp_est,t=1,t=14)'<br><br>'set dfile 2'<br>'set t 1 14'<br>'set z 1'<br>'set lon 10 55'<br>'set lat -35 -10'<br>'define gg=ave(precip*86400,t=1,t=14)'<br>'define forecast=re(gg,2.5,2.5,ba)'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * regridding&nbsp; the forecast<br>'define difference=forecast-obs'<br>'d difference'<br><br>


        
        
        
        <style type="text/css">
        <!--
                @page { margin: 2cm }
                P { margin-bottom: 0.21cm }
        -->
        </style>

<ol start="3"><li><div style="margin-bottom: 0cm">But Iam getting the following
        error message:</div>Data Request Error: Invalid grid coordinates<br>&nbsp; World coordinates convert to non-integer&nbsp; grid coordinates<br>&nbsp;&nbsp;&nbsp; Variable = obs&nbsp; Dimension = 3 <br>&nbsp; Error ocurred at column 10<br>DEFINE error:&nbsp; Invalid expression <br></li></ol><br>4. Help is needed<br><br><br>Arlindo<br><br><br><br>
<br><br>


        
        
        
        <style type="text/css">
        <!--
                @page { margin: 2cm }
                P { margin-bottom: 0.21cm }
        -->
        </style>

<ol><div style="margin-bottom: 0cm;"><br></div></ol>

<div><br></div></div></body></html>