Hello,<br><br>I have been trying to remove snow cover from NAM-218 input data for a high resolution run. The section of code I am using is shown below. At first I had a number of these loops in the code and I had the same result - it changes the value of SNOW to 0 for the entire domain. I don&#39;t understand how this could be happening since I am specifying it to change only in I,J region. Can someone shed light on this problem? Thanks in advance.<br clear="all">
<br><br>if (var == &#39;SNOW&#39;) then<br>  do I  = 84, 98<br>  do J = 212, 219<br> data_real = data_real*0.<br>enddo<br>enddo<br>endif<br><br><br>-- <br>Andre Pattantyus, Graduate Student Research Assistant<br>Marine and Environmental Systems, Florida Institute of Technology<br>
150 W. University Blvd, Melbourne, FL 32901<br><br>Phone: (321) 674-8330 | Fax: (321) 674-7212 | Email: <a href="mailto:apattantyus2008@fit.edu">apattantyus2008@fit.edu</a><br>