<p><b>duda</b> 2012-01-06 14:05:33 -0700 (Fri, 06 Jan 2012)</p><p>Minor fix in non-hydrostatic atmos registry: kdiff should only have one time level<br>
<br>
<br>
M src/core_nhyd_atmos/Registry<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/mpas/src/core_nhyd_atmos/Registry
===================================================================
--- trunk/mpas/src/core_nhyd_atmos/Registry        2012-01-06 20:47:25 UTC (rev 1315)
+++ trunk/mpas/src/core_nhyd_atmos/Registry        2012-01-06 21:05:33 UTC (rev 1316)
@@ -280,7 +280,7 @@
% Space needed for deformation calculation weights
var persistent real defc_a ( maxEdges nCells ) 0 iro defc_a mesh - -
var persistent real defc_b ( maxEdges nCells ) 0 iro defc_b mesh - -
-var persistent real kdiff ( nVertLevels nCells Time ) 2 - kdiff diag - -
+var persistent real kdiff ( nVertLevels nCells Time ) 1 - kdiff diag - -
% Arrays required for reconstruction of velocity field
var persistent real coeffs_reconstruct ( R3 maxEdges nCells ) 0 iro coeffs_reconstruct mesh - -
</font>
</pre>