GrADS_Gridded 
				Feb 2002
				by T Horinouchi

* INSTALATION

Sorry, I have not made an isntallation script. Thus,
copy by hand the source files to a directory in a directory
in your $LOAD_PATH by

  % cp  *.rb  your_load_path_derectory

or, add the current directory to $LOAD_PATH.

* Documentation

(This is a memo for myself. You can just browse the html files in the
doc directory)

The documenation is built in the source files, which is extracted and
coverted into html files in the doc/ directory by the following
command:

  % rd2 grads_gridded.rb > ! doc/grads_gridded.html
  % rd2 grads_gridded_convert.rb > ! doc/grads_gridded_convert.html


