
NCL Home >
Documentation >
Functions >
Metadata routines
getfiledims
Returns a list of dimension names for the given file.
Available in version 6.5.0 and later.
Prototype
function getfiledims ( thefile : file ) return_val [*] : string
Arguments
thefileA reference to a file created from a call to addfile or addfiles. The file referenced must be one in the supported file format list.
Description
This function is an alias for getfiledimnames. See that page for more details and examples.