Netcdf Toolkit - netcdf_delAtt
- Loadable Function: netcdf_delAtt(ncid,varid,name)
Deletes the attribute named name of the variable varid in the data set ncid. To delete a global attribute use netcdf_getConstant("global") for varid.
See also: netcdf_defAtt,netcdf_getConstant.