<p><b>lipscomb</b> 2012-01-10 14:40:04 -0700 (Tue, 10 Jan 2012)</p><p><br>
Added some land-ice variables to the registry<br>
</p><hr noshade><pre><font color="gray">Modified: branches/land_ice/mpas/src/core_land_ice/Registry
===================================================================
--- branches/land_ice/mpas/src/core_land_ice/Registry        2012-01-10 21:22:56 UTC (rev 1341)
+++ branches/land_ice/mpas/src/core_land_ice/Registry        2012-01-10 21:40:04 UTC (rev 1342)
@@ -159,3 +159,13 @@
 !!!var persistent real    gradPVn ( nVertLevels nEdges Time ) 2 - gradPVn state - -
 var persistent real    h_vertex ( nVertLevels nVertices Time ) 2 - h_vertex state - -
 
+% Prognostic variables for land-ice model: read from input, saved in restart, and written to output
+var persistent real    thck ( nCells Time ) 2 iro thck state - -
+var persistent real    usrf ( nCells Time ) 2 iro usrf state - -
+var persistent real    beta ( nCells Time ) 2 iro beta state - -
+var persistent real    temp ( nVertLevels nCells Time ) 2 iro temp state - -
+                            %whl - temp should be nVertLevels + 1?
+
+% Diagnostic fields for land-ice model: only written to output
+var persistent real    unorm ( nVertLevels nEdges Time ) 2 iro unorm state - -
+

</font>
</pre>