<div dir="ltr">Hi everyone <div>I am using a global file .25deg resolution contains significant wave height value. now some of the data are missing and I like to do a interpolation to fill the gaps before making it to an image. Is there any option within grads with which I can do so.</div><div>definition of the nc file pasted below :</div><div>netcdf wvhgt {<br>dimensions:<br>        latitude = 721 ;<br>        longitude = 1440 ;<br>        time = UNLIMITED ; // (24 currently)<br>variables:<br>        double latitude(latitude) ;<br>                latitude:units = "degrees_north" ;<br>                latitude:long_name = "latitude" ;<br>        double longitude(longitude) ;<br>                longitude:units = "degrees_east" ;<br>                longitude:long_name = "longitude" ;<br>        double time(time) ;<br>                time:units = "seconds since 1970-01-01 00:00:00.0 0:00" ;<br>                time:long_name = "verification time generated by wgrib2 function verftime()" ;<br>                time:reference_time = 1568160000. ;<br>                time:reference_time_type = 3 ;<br>                time:reference_date = "2019.09.11 00:00:00 UTC" ;<br>                time:reference_time_description = "forecasts or accumulated (including analyses), reference date is fixed" ;<br>                time:time_step_setting = "auto" ;<br>                time:time_step = 3600. ;<br>        float WVHGT_surface(time, latitude, longitude) ;<br>                WVHGT_surface:_FillValue = 9.999e+20f ;<br>                WVHGT_surface:short_name = "WVHGT_surface" ;<br>                WVHGT_surface:long_name = "Significant Height of Wind Waves" ;<br>                WVHGT_surface:level = "surface" ;<br>                WVHGT_surface:units = "m" ;<br><br>// global attributes:<br>                :Conventions = "COARDS" ;<br>                :History = "created by wgrib2" ;<br>                :GRIB2_grid_template = 0 ;</div><div><br></div><div> Image output is also attached herewith <br><br></div><div>Thanks and regards </div></div>