<p><b>duda</b> 2011-04-05 18:07:21 -0600 (Tue, 05 Apr 2011)</p><p>BRANCH COMMIT<br>
<br>
Turn on changes for Hollingsworth instability by default.<br>
<br>
<br>
M    src/core_nhyd_atmos/module_time_integration.F<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_nonhydrostatic/src/core_nhyd_atmos/module_time_integration.F
===================================================================
--- branches/atmos_nonhydrostatic/src/core_nhyd_atmos/module_time_integration.F        2011-04-05 23:55:52 UTC (rev 784)
+++ branches/atmos_nonhydrostatic/src/core_nhyd_atmos/module_time_integration.F        2011-04-06 00:07:21 UTC (rev 785)
@@ -2982,7 +2982,7 @@
       integer, dimension(:), pointer :: nEdgesOnCell, nEdgesOnEdge
 
       !WCS-instability
-      logical, parameter :: hollingsworth=.false.
+      logical, parameter :: hollingsworth=.true.
       real (kind=RKIND), allocatable, dimension(:,:) :: ke_vertex
       real (kind=RKIND)  :: ke_fact
 

</font>
</pre>