cdf2idl, 'inputfile', outfile='outputfile', /verboseThis procedure creates an idl script to read in the variables of a NetCDF file. The variables have identical names to the variable names in the NetCDF file.
'inputfile'
This is the full path to the NetCDF file you wish to read into IDL. Currently only one NetCDF file is supported at a time.
outfile='outputfile'
If an outputfile name is given the idl script will be written to the given filename. Else it will be written to script.idl, the default.
/verbose
If this flag is set then the cdf2idl program creates verbose output. Which includes all variable and global attributes in the netCDF file.
The following sequence of command creates the "script.idl" file, and executes it.