ungriddedTableDef
ungriddedTableDef — Defines a table of data, each with independent coordinates
Attributes
- 
name
 (optional) The name of the ungridded table.
- 
utID
 
	An internal identifier for the table. As of DAVE-ML 2.0, it is
	required for all tables (previously it was required only if
	the table was to be be reused by another function or was
	defined outside of a function.
      
- 
units
 (optional) The units of measure for the table values.
Description
      An ungriddedTableDef contains points that are not in an
      orthogonal grid pattern; thus, the independent variable
      coordinates are specified for each dependent variable value.
      This table definition may be specified separately from the
      actual function declaration.