<p><b>duda</b> 2012-01-05 16:20:46 -0700 (Thu, 05 Jan 2012)</p><p>BRANCH COMMIT<br>
<br>
Add `units' and `description' fields to the io_info type; these will actually be<br>
used once the new I/O layer is in place, and at such time as we add corresponding <br>
attributes to fields in the input and output files.<br>
<br>
<br>
M    src/framework/mpas_grid_types.F<br>
</p><hr noshade><pre><font color="gray">Modified: branches/omp_blocks/ddt_reorg/src/framework/mpas_grid_types.F
===================================================================
--- branches/omp_blocks/ddt_reorg/src/framework/mpas_grid_types.F        2012-01-05 23:00:49 UTC (rev 1303)
+++ branches/omp_blocks/ddt_reorg/src/framework/mpas_grid_types.F        2012-01-05 23:20:46 UTC (rev 1304)
@@ -8,6 +8,8 @@
    ! Derived type describing info for doing I/O specific to a field
    type io_info
       character (len=1024) :: fieldName
+      character (len=1024) :: units
+      character (len=1024) :: description
       integer, dimension(4) :: start
       integer, dimension(4) :: count
       logical :: input

</font>
</pre>