Navigation

Operators and Keywords

Function List:

C++ API

Loadable Function: ncname( nc )
Loadable Function: ncname( nv )
Loadable Function: ncname( na )
Loadable Function: ncname( nd )
Loadable Function: ncname( nv ,new_name)
Loadable Function: ncname( na ,new_name)
Loadable Function: ncname( nd ,new_name)

Gets the name of the NetCDF file nc, variable nv, attributes na or dimension nd. If it is called with a second argument, the corresponding NetCDF object will be renamed. Only variables, attributes and dimensions can be renamed.

See also: ncvar,ncatt,ncdim.

Package: octcdf