Hi,<br>&nbsp;&nbsp;&nbsp;&nbsp; When I am running the following gs file for regridding, it is working fine, except that I am getting missing values at the four corners of the domain. I do not have any missing values in the rain_1996-2000.dat file.
<br><br>'open rain_1996-2000.ctl'<br>'set gxout fwrite'<br>'set fwrite rain_2.5x2.5_2.dat'<br>'set z 1'<br>'set lat -28.75 43.75'<br>'set lon 1.25 358.75'<br>'set t 1 1826'<br>'define p55=regrid2(rain,2.5,2.5,ba_p1,1.25,-
28.75)'<br>'d p55'<br>'disable fwrite'<br><br> John Guhin