NCDF_READ_VAR_KPB
Name
NCDF_READ_VAR_KPB
Purpose
This function reads a variable and all of its attributes from an open
netCDF file and returns the variable values and attributes in a structure.
Category
NCDF utility.
Calling Sequence
data = NCDF_READ_VAR_KPB(id, name)
Input
id : netCDF file id of the input file. The file must already be open.
name : variable id or name of the variable to be read. The variable must
exist in the file.
Output
Structure containing requested variable values and all attributes.
Keywords
If present, the keywords COUNT, OFFSET, and STRIDE are passed to NCDF_VARGET.
Author
K. Bowman. 2004-05-22.
Department of Atmospheric Sciences
Texas A&M University
College Station, TX 77843-3150
http://idl.tamu.edu