<p><b>duda</b> 2009-12-09 15:13:04 -0700 (Wed, 09 Dec 2009)</p><p>Add specification of config_theta_adv_order and config_scalar_adv_order<br>
to default namelist.input; the registry-default value for these options<br>
is 2 (2nd order).<br>
<br>
M    namelist.input<br>
</p><hr noshade><pre><font color="gray">Modified: branches/hyd_model/namelist.input
===================================================================
--- branches/hyd_model/namelist.input        2009-12-09 21:29:29 UTC (rev 80)
+++ branches/hyd_model/namelist.input        2009-12-09 22:13:04 UTC (rev 81)
@@ -9,6 +9,8 @@
    config_v_mom_eddy_visc2 = 0.0
    config_h_theta_eddy_visc2 = 0.0
    config_v_theta_eddy_visc2 = 0.0
+   config_theta_adv_order = 2
+   config_scalar_adv_order = 2
 /
 
 &amp;restart

</font>
</pre>