<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dear Sh Zhou,<div><br></div><div>On first glance at your program, it looks like you are replacing part of your array with the value of 5000. &nbsp;If you have not specifically set the contour levels in GrADS, then it is choosing the levels for you. &nbsp;In your map labeled "former", the contour interval is 200, while in the "after-changed", the interval is 500 (to&nbsp;accommodate the new value of 5000)&nbsp;. &nbsp;You can choose your contour levels with "set clevs" to show your original contours.</div><div><br></div><div>Colleen</div><div><br></div><div><div>On May 9, 2009, at 11:34 PM, sh zhou wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br clear="all">Hi All,<br><br>Did someone come across a problem like this: when wrote&nbsp; data back , the&nbsp; display changed unnormal in Grads? because many "contour lines" disappeared , Can you tell me why?&nbsp; Please help me, thank you.<br> <br>In accessory , there are some files of my data and pictures. Please have a look, the code I used as following :<br><br>###<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; program read_DOMAIN_INFO<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; implicit none<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; integer&nbsp; jx,iy,i,j<br>!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; real&nbsp; yy,xx,z<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; parameter (iy=110,jx=140)&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; real&nbsp; ht(jx,iy)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; open(10,file='<a href="http://DOMAIN.INFO">DOMAIN.INFO</a>',form='unformatted'<br>&nbsp;&nbsp;&nbsp;&nbsp; $ ,recl=jx*iy*4, access='direct',convert='big_endian')&nbsp;&nbsp;&nbsp; ! replace 4 to 1 if IFC, I use PGI<br> <br>&nbsp; &nbsp; &nbsp; &nbsp; read(10,rec=2)&nbsp;&nbsp; ht <br><br>&nbsp;&nbsp;&nbsp;&nbsp; do i=65,75<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ht(i,30) = 5000.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ht(i,55)=5000.<br>&nbsp;&nbsp;&nbsp;&nbsp; enddo<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; write(10,rec=2) ht<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; print *, 'end of program'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; close(10)<br> <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; end<br>###<br><br>Sincerely.<br><br><br><br><br> <span>&lt;former.jpg></span><span>&lt;after-changed.jpg></span><span>&lt;DOMAIN.CTL></span><span>&lt;DOMAIN.INFO></span></blockquote></div><br></body></html>