NCL Home > Documentation > Functions > File I/O

v5d_close

Closes a Vis5D+ format file.

Prototype

	procedure v5d_close (
	)

Description

v5d_close() closes a Vis5D+ file after the last 3-dimensional data grid has been written to it.

For further information on Vis5D+ and file formats, see documentation at the Vis5D website.

See Also

v5d_create, v5d_write, v5d_write_var, v5d_setLowLev, and v5d_setUnits.

Examples

See example for v5d_create