coyote: NCDF_FILE_EXAMPLES

NAME
NCDF_FILE_EXAMPLES
PURPOSE
This is a utility routine that demonstrates how to use the NCDF_FILE object 
to create a new netCDF file, copy information from one netCDF file to another, 
read information out of a netCDF file, and add a new variable to an already 
existing netCDF file.
AUTHOR
FANNING SOFTWARE CONSULTING
David Fanning, Ph.D.
1645 Sheely Drive
Fort Collins, CO 80526 USA
Phone: 970-221-0438
E-mail: david@idlcoyote.com
Coyote's Guide to IDL Programming: http://www.idlcoyote.com
CATEGORY
Utilities
CALLING SEQUENCE
NCDF_File_Examples
ARGUMENTS
None.
KEYWORDS
None.
MODIFICATION HISTORY
Written by:  David W. Fanning, 3 February 2010.
Updated to use a time variable for the frame number. 29 Oct 2011.
Added example of adding a new variable to an already exisiting netCDF file. 9 Jan 2015. DWF.