<p><b>duda</b> 2012-11-16 14:18:26 -0700 (Fri, 16 Nov 2012)</p><p>BRANCH COMMIT<br>
<br>
Bug fix: in read_and_distribute_fields(), use the frame number that is specified in<br>
the input object (input_obj % time) to determine which time frame to read from the file.<br>
<br>
<br>
M    src/framework/mpas_io_input.F<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/framework/mpas_io_input.F
===================================================================
--- branches/atmos_physics/src/framework/mpas_io_input.F        2012-11-15 21:50:40 UTC (rev 2308)
+++ branches/atmos_physics/src/framework/mpas_io_input.F        2012-11-16 21:18:26 UTC (rev 2309)
@@ -516,7 +516,7 @@
       integer :: ierr
 
 
-      call MPAS_readStream(input_obj % io_stream, 1, ierr)
+      call MPAS_readStream(input_obj % io_stream, input_obj % time, ierr)
 
 
    end subroutine mpas_read_and_distribute_fields!}}}

</font>
</pre>