Charlie Zender - 2005-04-08

Hi,

FYI I've just made one more change to ncks printing defaults.
This was suggested by Takeshi Enomoto.
The new behavior is:

    ncks in.nc : Prints all data and metadata
    ncks -M in.nc : Prints only global metadata
    ncks -m in.nc : Prints only variable metadata
    ncks -H in.nc : Prints only variable data

To keep the test scripts working, I changed

ncks -C -m ...

to

ncks -C -H ...

If you have scripts that depend on the old behavior, please
change them.

Thanks,
Charlie