<p><b>lowrie@lanl.gov</b> 2013-04-23 10:35:51 -0600 (Tue, 23 Apr 2013)</p><p><br>
Add CDG data to new Registry.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/mpas_cdg_advection/src/core_ocean/Registry.xml
===================================================================
--- branches/mpas_cdg_advection/src/core_ocean/Registry.xml        2013-04-23 16:02:25 UTC (rev 2784)
+++ branches/mpas_cdg_advection/src/core_ocean/Registry.xml        2013-04-23 16:35:51 UTC (rev 2785)
@@ -43,6 +43,12 @@
                 &lt;dim name=&quot;nMonths&quot; units=&quot;unitless&quot;
                          description=&quot;The number of forcing slices in the monthly forcing fields. {\bf \color{red} Deprecated. Should be removed.}&quot;
                 /&gt;
+                &lt;dim name=&quot;nVertBasis&quot; units=&quot;unitless&quot;
+                     description=&quot;The number of basis functions in the vertical direction, in each cell, used for tracer advection.&quot;
+                /&gt;
+                &lt;dim name=&quot;nHorzBasis&quot; units=&quot;unitless&quot;
+                     description=&quot;The number of basis functions in the horizontal direction, in each cell, used for tracer advection.&quot;
+                /&gt;
         &lt;/dims&gt;
         &lt;nml_record name=&quot;time_management&quot;&gt;
                 &lt;nml_option name=&quot;config_do_restart&quot; type=&quot;logical&quot; default_value=&quot;.false.&quot; units=&quot;unitless&quot;
@@ -570,6 +576,17 @@
                              description=&quot;A tracer with value 1.0 to test conservation.  {\color{red} REMOVE THIS VARIABLE}&quot;
                         /&gt;
                 &lt;/var_array&gt;
+                &lt;var_array name=&quot;tracerMoms&quot; type=&quot;real&quot; dimensions=&quot;nVertBasis nHorzBasis nVertLevels nCells Time&quot;&gt;
+                        &lt;var name=&quot;temperatureMoms&quot; array_group=&quot;dynamicsMoms&quot; streams=&quot;iro&quot; units=&quot;degrees Celsius&quot;
+                             description=&quot;potential temperature moments&quot;
+                        /&gt;
+                        &lt;var name=&quot;salinityMoms&quot; array_group=&quot;dynamicsMoms&quot; streams=&quot;iro&quot; units=&quot;grams salt per kilogram seawater&quot;
+                             description=&quot;salinity moments&quot;
+                        /&gt;
+                        &lt;var name=&quot;tracer1Moms&quot; array_group=&quot;testingMoms&quot; streams=&quot;iro&quot; units=&quot;unitless&quot;
+                             description=&quot;Moments of test tracer.  {\color{red} REMOVE IF tracer1 IS REMOVED&quot;
+                        /&gt;
+                &lt;/var_array&gt;
                 &lt;var name=&quot;xtime&quot; type=&quot;text&quot; dimensions=&quot;Time&quot; streams=&quot;ro&quot; units=&quot;unitless&quot;
                      description=&quot;model time, with format 'YYYY-MM-DD_HH:MM:SS'&quot;
                 /&gt;
@@ -1044,6 +1061,17 @@
                              description=&quot;time tendency of an arbitary tracer&quot;
                         /&gt;
                 &lt;/var_array&gt;
+                &lt;var_array name=&quot;tracerMoms&quot; type=&quot;real&quot; dimensions=&quot;nVertBasis nHorzBasis nVertLevels nCells Time&quot;&gt;
+                        &lt;var name=&quot;tend_temperatureMoms&quot; array_group=&quot;dynamicsMoms&quot; units=&quot;K s^{-1}&quot; name_in_code=&quot;temperatureMoms&quot;
+                             description=&quot;time tendency of potential temperature moments&quot;
+                        /&gt;
+                        &lt;var name=&quot;tend_salinityMoms&quot; array_group=&quot;dynamicsMoms&quot; units=&quot;PSU s^{-1}&quot; name_in_code=&quot;salinityMoms&quot;
+                             description=&quot;time tendency of salinity moments&quot;
+                        /&gt;
+                        &lt;var name=&quot;tend_tracer1Moms&quot; array_group=&quot;testingMoms&quot; units=&quot;tracer s^{-1}&quot; name_in_code=&quot;tracer1Moms&quot;
+                             description=&quot;time tendency of an arbitrary tracer&quot;
+                        /&gt;
+                &lt;/var_array&gt;
                 &lt;var name=&quot;tend_normalVelocity&quot; type=&quot;real&quot; dimensions=&quot;nVertLevels nEdges Time&quot; units=&quot;m s^{-2}&quot; name_in_code=&quot;normalVelocity&quot;
                      description=&quot;time tendency of normal component of velocity&quot;
                 /&gt;

</font>
</pre>