<p><b>ringler@lanl.gov</b> 2011-04-27 10:10:24 -0600 (Wed, 27 Apr 2011)</p><p><br>
fixed typo in namelist. add config options for alpha model. set alpha off as default.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/pv_based_swm/mpas/namelist.input.pvsw
===================================================================
--- branches/pv_based_swm/mpas/namelist.input.pvsw        2011-04-26 22:52:40 UTC (rev 802)
+++ branches/pv_based_swm/mpas/namelist.input.pvsw        2011-04-27 16:10:24 UTC (rev 803)
@@ -1,5 +1,7 @@
 &amp;sw_model
-   configure_bve = .true.
+   config_bve = .true.
+   config_alpha_closure = .false.
+   config_alpha = 0.0
    config_test_case = 0
    config_time_integration = 'RK4'
    config_dt = 2400

</font>
</pre>