<p><b>laura@ucar.edu</b> 2012-01-13 11:20:04 -0700 (Fri, 13 Jan 2012)</p><p>replaced the variable name densityFunction to meshDensity for consistency with core_nhyd_atmos<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_init_nhyd_atmos/Registry
===================================================================
--- branches/atmos_physics/src/core_init_nhyd_atmos/Registry        2012-01-13 18:16:31 UTC (rev 1360)
+++ branches/atmos_physics/src/core_init_nhyd_atmos/Registry        2012-01-13 18:20:04 UTC (rev 1361)
@@ -110,7 +110,7 @@
 var persistent real    fEdge ( nEdges ) 0 io fEdge mesh - -
 var persistent real    fVertex ( nVertices ) 0 io fVertex mesh - -
  
-var persistent real    densityFunction ( nCells ) 0 iro densityFunction mesh - -
+var persistent real    meshDensity ( nCells ) 0 iro meshDensity mesh - -
 
 # some solver scalar coefficients
 

</font>
</pre>