Delete an attribute from a netCDF variable . More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gdncvardelattr (var, name, err) |
Delete an attribute from a netCDF variable
.
Definition in file gdncvardelattr.f90.
| subroutine gdncvardelattr | ( | type(gd_nc_variable), intent(in) | var, |
| character(len = *), intent(in) | name, | ||
| logical, intent(out), optional | err ) |
Delete a named attribute
Removes an attribute from a variable. If the name starts with '+', the attribute is treated as a global attribute.
| [in] | var | Variable handle |
| [in] | name | Attribute name |
| [out] | err | Error flag (optional) |
Definition at line 35 of file gdncvardelattr.f90.
References dc_url::gt_plus, dc_error::storeerror(), and gtdata_netcdf_internal::vtable_lookup().