Public Member Functions | |
| subroutine | gdncvarattrrewind (var) |
Attribute operations
From the an library's perspective that everything is a variable, global attributes are treated as variable attributes. When reading attributes, variable attributes are searched first, then global attributes.
Reset attribute iterator
To get all attributes of a variable, first call attr_rewind(var), then call attr_next(var, name, [end]) in a loop.
Definition at line 320 of file gtdata_netcdf_generic.f90.
| subroutine gtdata_netcdf_generic::attr_rewind::gdncvarattrrewind | ( | type(gd_nc_variable), intent(in) | var | ) |
Definition at line 321 of file gtdata_netcdf_generic.f90.