<div dir="ltr">Hi,<div><br></div><div> I am using NCL (v6.3) to make a difference plot between two model outputs. First one (grib2 file) dimension is [lat | 181] x [lon | 360]  and coordinates are  lat_0: [90..-90], lon_0: [ 0..359].  _FillValue :   1e+20</div><div> </div><div>second one (netcdf) dimension [lat | 180] x [lon | 360] and coordinates are lat: [-89.5..89.5] , lon: [-179.5..179.5].  _FillValue :   -9999</div><div><br></div><div>To make both of them equal dimension before doing differences, I used &quot;<font color="#000000"><span style="white-space:pre-wrap">linint2&quot; function to interpolate 2nd one to the dimension of first. However, after doing simple difference plot between the interpolated one and the first output, I am getting all constant value and map plot remains empty. Individual plot of these 2 dataset show lot of differences. Is it because I did not assign fillvalue after interpolation , or something else ? Any suggestions.</span></font></div><div><font color="#000000"><span style="white-space:pre-wrap"><br></span></font></div><div><font color="#000000"><span style="white-space:pre-wrap">Thanks</span></font><br></div><div><font color="#000000"><span style="white-space:pre-wrap">Debasish</span></font></div></div>