NCDF_VAR_EXISTS_KPB
Name
NCDF_VAR_EXISTS_KPB
Purpose
This function determines whether a variable exists in an open netCDF file.
Category
NCDF utility.
Calling Sequence
exists = NCDF_VAR_EXISTS_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 tested.
Output
Returns 1 if true, 0 if false.
Keywords
None.
Author
Kenneth P. Bowman. 2006-06-24.
Department of Atmospheric Sciences
Texas A&M University
College Station, TX 77843-3150
http://idl.tamu.edu