Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added dimension_names to list of Metview's netCDF Macro functions

...

e.g. if the current variable is a cross section, the output list would have two numbers, the first the number of levels, the second the number of points along the horizontal.

 

list dimension_names(netcdf)

Returns a list of the dimension names for the current netcdf variable.


definition global_attributes( netcdf )

...