LIBRARIES_NCDF_LIST
Name
NCDF_LIST
Purpose
List variables in a Net CDF file.
Category
Calling Sequence
ncdf_list, file
Inputs
file = name of Net CDF file. in
Keyword Parameters
Keywords
/DIMENSIONS List dimension names and sizes.
/GATT List global attributes.
/VARIABLES List variables.
/VATT List variable attributes.
OUT=txt Returned listing in a text array.
VNAME=vnam Returned variable names (use with /VARIABLES).
/QUIET do not show listing on screen.
Outputs
Common Blocks
Notes
Modification History
R. Sterner, 2012 Jan 04 from wrf_list.pro.
R. Sterner, 2012 Jun 27 --- Fixed to handle scalars.
R. Sterner, 2012 Aug 15 --- Added new keyword VNAME.
R. Sterner, 2013 Apr 08 --- Allow no dimensions.
Copyright (C) 2012, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.