NCDF_VARRENAME

Syntax | Arguments | Keywords | Examples | Version History

The NCDF_VARRENAME procedure renames a netCDF variable.

Syntax

NCDF_VARRENAME, Cdfid, Varid, Name

Arguments

Cdfid

The netCDF ID, returned from a previous call to NCDF_OPEN or NCDF_CREATE.

Varid

The netCDF variable ID, returned from a previous call to NCDF_VARDEF or NCDF_VARID, or the name of the variable.

Name

A scalar string containing the new name for the variable.

Keywords

None

Examples

See NCDF_VARDEF.

Version History

Pre 4.0

Introduced