<p><b>dwj07@fsu.edu</b> 2013-04-11 15:20:02 -0600 (Thu, 11 Apr 2013)</p><p><br>
        -- BRANCH COMMIT --<br>
<br>
        Adding a basic model, core, and version string to each core's Registry.xml file.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/history_attribute/src/core_hyd_atmos/Registry.xml
===================================================================
--- branches/history_attribute/src/core_hyd_atmos/Registry.xml        2013-04-11 21:17:28 UTC (rev 2738)
+++ branches/history_attribute/src/core_hyd_atmos/Registry.xml        2013-04-11 21:20:02 UTC (rev 2739)
@@ -1,5 +1,5 @@
 &lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;registry&gt;
+&lt;registry model=&quot;mpas&quot; core=&quot;hyd_atmos&quot; version=&quot;0.0.0&quot;&gt;
         &lt;dims&gt;
                 &lt;dim name=&quot;nCells&quot;/&gt;
                 &lt;dim name=&quot;nEdges&quot;/&gt;

Modified: branches/history_attribute/src/core_init_nhyd_atmos/Registry.xml
===================================================================
--- branches/history_attribute/src/core_init_nhyd_atmos/Registry.xml        2013-04-11 21:17:28 UTC (rev 2738)
+++ branches/history_attribute/src/core_init_nhyd_atmos/Registry.xml        2013-04-11 21:20:02 UTC (rev 2739)
@@ -1,5 +1,5 @@
 &lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;registry&gt;
+&lt;registry model=&quot;mpas&quot; core=&quot;init_nhyd_atmos&quot; version=&quot;0.0.0&quot;&gt;
 
 &lt;!-- **************************************************************************************** --&gt;
 &lt;!-- ************************************** Dimensions ************************************** --&gt;

Modified: branches/history_attribute/src/core_nhyd_atmos/Registry.xml
===================================================================
--- branches/history_attribute/src/core_nhyd_atmos/Registry.xml        2013-04-11 21:17:28 UTC (rev 2738)
+++ branches/history_attribute/src/core_nhyd_atmos/Registry.xml        2013-04-11 21:20:02 UTC (rev 2739)
@@ -1,5 +1,5 @@
 &lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;registry&gt;
+&lt;registry model=&quot;mpas&quot; core=&quot;nhyd_atmos&quot; version=&quot;0.0.0&quot;&gt;
 
 &lt;!-- **************************************************************************************** --&gt;
 &lt;!-- ************************************** Dimensions ************************************** --&gt;

Modified: branches/history_attribute/src/core_sw/Registry.xml
===================================================================
--- branches/history_attribute/src/core_sw/Registry.xml        2013-04-11 21:17:28 UTC (rev 2738)
+++ branches/history_attribute/src/core_sw/Registry.xml        2013-04-11 21:20:02 UTC (rev 2739)
@@ -1,5 +1,5 @@
 &lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;registry&gt;
+&lt;registry model=&quot;mpas&quot; core=&quot;sw&quot; version=&quot;0.0.0&quot;&gt;
         &lt;dims&gt;
                 &lt;dim name=&quot;nCells&quot;/&gt;
                 &lt;dim name=&quot;nEdges&quot;/&gt;

</font>
</pre>