<html><body><div style="color:#000; background-color:#fff; font-family:garamond, new york, times, serif;font-size:14pt"><div>Hi,</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 18.6667px; font-family: garamond,new york,times,serif; background-color: transparent; font-style: normal;">If someone can look into my problem.... I am writing a set of data into netcdf format using GRADS from 4D global netcdf data for 1 year. I am using sdfwrite command to generate netcdf file, however, the output is generated for the final time and final vertical layer only though the grads-display shows the script is running for all layers and for all time. The problem is that netcdf output is not saved for all layers and all time but for the final time and layer. Please suggest me some corrections in my script which is mentioned below. <br></div><div style="color: rgb(0, 0, 0); font-size: 18.6667px; font-family: garamond,new york,times,serif; background-color:
 transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 18.6667px; font-family: garamond,new york,times,serif; background-color: transparent; font-style: normal;">'set lon 0 360'<br>'set lat -90 90'<br><br>#'set gxout fwrite'<br>'set sdfwrite ncdata.nc'<br>'sdfwrite var'<br><br>t=1<br>&nbsp;while(t&lt;=12)<br>&nbsp; 'set t 't<br>&nbsp;&nbsp; z=1<br>&nbsp;&nbsp;&nbsp; while(z&lt;=10)<br>&nbsp;&nbsp;&nbsp;&nbsp; 'set z 'z</div><div style="color: rgb(0, 0, 0); font-size: 18.6667px; font-family: garamond,new york,times,serif; background-color: transparent; font-style: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'define avg = aave(var,g)'<br></div><div style="color: rgb(0, 0, 0); font-size: 18.6667px; font-family: garamond,new york,times,serif; background-color: transparent; font-style: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'd var'</div><div style="color: rgb(0, 0, 0);
 font-size: 18.6667px; font-family: garamond,new york,times,serif; background-color: transparent; font-style: normal;">&nbsp;&nbsp;&nbsp; z=z+1<br>&nbsp;&nbsp; endwhile<br>&nbsp;t=t+1<br>endwhile</div><div style="color: rgb(0, 0, 0); font-size: 18.6667px; font-family: garamond,new york,times,serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 18.6667px; font-family: garamond,new york,times,serif; background-color: transparent; font-style: normal;">Thank you and Regards</div><div style="color: rgb(0, 0, 0); font-size: 18.6667px; font-family: garamond,new york,times,serif; background-color: transparent; font-style: normal;">Pankaj</div><div style="color: rgb(0, 0, 0); font-size: 18.6667px; font-family: garamond,new york,times,serif; background-color: transparent; font-style: normal;">ees, hokkaido university<br></div></div></body></html>