Inquire attribute information . More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gdncattrinquire (var, attrname, xtype) |
| subroutine | gdncattrinquireplus (var, attrname, varid, nf_attrname) |
Inquire attribute information
.
Definition in file gdncattrinquire.f90.
| subroutine gdncattrinquire | ( | type(gd_nc_variable), intent(in) | var, |
| character(len=*), intent(in) | attrname, | ||
| character(len=*), intent(out), optional | xtype ) |
Get attribute type information
Returns the type name of the specified attribute.
| [in] | var | Variable handle |
| [in] | attrname | Attribute name |
| [out] | xtype | Type name (optional) |
Definition at line 34 of file gdncattrinquire.f90.
References gtdata_netcdf_internal::vtable_lookup().
| subroutine gdncattrinquireplus | ( | type(gd_nc_variable), intent(in) | var, |
| character(len=*), intent(in) | attrname, | ||
| integer, intent(out) | varid, | ||
| character(len=*), intent(out) | nf_attrname ) |
Get actual varid and attribute name for netCDF access
Determines the actual varid and attribute name to use for netCDF access:
| [in] | var | Variable handle |
| [in] | attrname | Attribute name (may have prefix) |
| [out] | varid | netCDF variable ID |
| [out] | nf_attrname | netCDF attribute name |
Definition at line 78 of file gdncattrinquire.f90.
References dc_url::gt_plus, and gtdata_netcdf_internal::vtable_lookup().