This directory contains simple example of matlab script that
reads and merges a 90x40x20 data set that has been written
a four 45x20x20 pieces.
 The data being read is a temperature field for a four degree
global simulation.
 The postscript files theta_i=50.ps  theta_k=1.ps contain
example plots that can be used for verification. The postscript files
were produced by the commands

 T=rdmeta('theta.ckptA','b');pcolor(T(:,:,1)');shading flat; colorbar

 and

 T=rdmeta('theta.ckptA','b');pcolor(flipud(squeeze(T(50,:,:))'));shading flat; colorbar 

 One plot is an XY surface map the other is a NS section near the middle of the 
 Pacific.

