<p><b>duda</b> 2012-11-16 16:07:26 -0700 (Fri, 16 Nov 2012)</p><p>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: trunk/mpas/src/framework/mpas_io_input.F
===================================================================
--- trunk/mpas/src/framework/mpas_io_input.F        2012-11-16 21:18:26 UTC (rev 2309)
+++ trunk/mpas/src/framework/mpas_io_input.F        2012-11-16 23:07:26 UTC (rev 2310)
@@ -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>