<p><b>duda</b> 2010-10-06 11:19:21 -0600 (Wed, 06 Oct 2010)</p><p>BRANCH COMMIT<br>
<br>
Set the value of nCellsSolve in baroclinic wave test case initialization<br>
routine. This variable had previously been used without being set, leading <br>
to unpredictable behavior (e.g., different values for zf, zf3, zb, zb3 <br>
when adding print statements) with some compilers, and model blowup with xlf.<br>
<br>
<br>
M    src/core_nhyd_atmos/module_test_cases.F<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_nonhydrostatic/src/core_nhyd_atmos/module_test_cases.F
===================================================================
--- branches/atmos_nonhydrostatic/src/core_nhyd_atmos/module_test_cases.F        2010-10-01 23:48:22 UTC (rev 518)
+++ branches/atmos_nonhydrostatic/src/core_nhyd_atmos/module_test_cases.F        2010-10-06 17:19:21 UTC (rev 519)
@@ -190,6 +190,7 @@
       
       nz1 = grid % nVertLevels
       nz = nz1 + 1
+      nCellsSolve = grid % nCellsSolve
 
       zgrid =&gt; grid % zgrid % array
       rdzw =&gt; grid % rdzw % array

</font>
</pre>