Delete attribute. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gtvardelattr (var, name, err) |
Delete attribute.
Definition in file gtvardelattr.f90.
| subroutine gtvardelattr | ( | type(gt_variable), intent(inout) | var, |
| character(len = *), intent(in) | name, | ||
| logical, intent(out), optional | err | ||
| ) |
Delete variable attribute
Deletes attribute name from variable var. If an error occurs during deletion, outputs a message and terminates the program. If err is provided, returns .true. in that argument and program does not terminate.
| [in,out] | var | Variable handle |
| [in] | name | Attribute name to delete |
| [out] | err | Error flag (optional) |
Definition at line 47 of file gtvardelattr.f90.
References dc_error::gt_ebadvar, dc_error::storeerror(), and gtdata_internal_map::var_class().