Fileview examples

By Venkat Jagadish 1996 - Caltech
Adapted from Scripts/examples/XODUS/fileview/generate.g by Upi Bhalla 1995

This directory illustrates dumping and restoring simulation data from files,
using the netcdf format.  The data is saved and read in using the diskio and 
variable objects. The xview and xgraph objects are used for the display.
The documentation for these two objects gives further details of their use.

Files:
1. generate.g
	This is derived from one of the xview examples. It generates the data
	that will be stored in the netcdf format
2. testfile
	This is the data file produced by generate.g. It is entirely portable
	between different machine architectures. 
3. replayview.g
	This reads in the 3-D coordinate data from the netcdf file in addition
	to the generated raw data from generate.g to replay it on an xview.	
4. replaygraph.g
	This reads in data from the file and uses it to plot it on an 
	xgraph.

2temporary files 'dout' and 'diskin' (which match the names of the diskio objects
in the scripts) will be created when the simulations are run. These are
inconsequential and one can safely remove them.

Each of the example files has a run and a quit button, so the use of these
scripts should be obvious enough.

