<p><b>ringler@lanl.gov</b> 2009-10-02 17:21:51 -0600 (Fri, 02 Oct 2009)</p><p>added pv related variables<br>
        pv_vertex is now stored in an array and written to output<br>
        pv_cell is the pv averaged to cell centers<br>
        gradPVt is the gradient of PV in the tangent direction (defined at edges)<br>
        gradPVn is the gradient of PV in the normal direction (defined at edges)<br>
<br>
these variables are needed to implement the anticipated PV method.<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/swmodel/Registry/Registry
===================================================================
--- trunk/swmodel/Registry/Registry        2009-09-15 17:32:07 UTC (rev 54)
+++ trunk/swmodel/Registry/Registry        2009-10-02 23:21:51 UTC (rev 55)
@@ -83,7 +83,11 @@
 var real    pv_edge ( nVertLevels nEdges Time ) o pv_edge
 var real    h_edge ( nVertLevels nEdges Time ) o h_edge
 var real    ke ( nVertLevels nCells Time ) o ke
+var real    pv_vertex ( nVertLevels nVertices Time ) o pv_vertex
+var real    pv_cell ( nVertLevels nCells Time ) o pv_cell
 
 # Other diagnostic variables: neither read nor written to any files
 var real    vh ( nVertLevels nEdges Time ) - vh
 var real    circulation ( nVertLevels nVertices Time ) - circulation
+var real    gradPVt ( nVertLevels nEdges Time ) - gradPVt
+var real    gradPVn ( nVertLevels nEdges Time ) - gradPVn

</font>
</pre>