<p><b>mpetersen@lanl.gov</b> 2010-03-22 14:19:47 -0600 (Mon, 22 Mar 2010)</p><p>Converted density to a 3D array.<br>
</p><hr noshade><pre><font color="gray">Modified: trunk/mpas/src/core_ocean/Registry
===================================================================
--- trunk/mpas/src/core_ocean/Registry        2010-03-22 16:58:28 UTC (rev 150)
+++ trunk/mpas/src/core_ocean/Registry        2010-03-22 20:19:47 UTC (rev 151)
@@ -30,6 +30,8 @@
 dim vertexDegree vertexDegree
 dim nVertLevels nVertLevels
 dim nTracers nTracers
+dim iTemperature 1
+dim iSalinity 2
 
 #
 # var  type  name_in_file  ( dims )  iro-  name_in_code super-array array_class
@@ -80,8 +82,7 @@
 var real    fVertex ( nVertices ) iro fVertex - -
 var real    h_s ( nCells ) iro h_s - -
 # mrp 100112:
-var real    rho ( nVertLevels ) iro rho - -
-var real    alpha ( nVertLevels ) iro alpha - -
+var real    rho ( nVertLevels nCells Time ) iro rho - -
 # mrp 100112 end
 
 # Arrays required for reconstruction of velocity field

</font>
</pre>