\defgroup PIO_inq_attname
@public @ingroup PIO_inq_attname @brief Returns the name of a netcdf attribute @details @param File @copydoc file_desc_t @param varid : The variable ID @param attnum : Attribute number returned from function ???? @param name : Name of the returned attribute @retval ierr @copydoc error_return
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(File_desc_t), | intent(inout) | :: | File | |||
| integer(kind=i4), | intent(in) | :: | varid | |||
| integer, | intent(in) | :: | attnum | |||
| character(len=*), | intent(out) | :: | name |
@public @ingroup PIO_inq_attname @brief Returns the name of a netcdf attribute. @details @param File @copydoc file_desc_t @param vardesc @copydoc var_desc_t @param attnum : Attribute number returned from function ???? @param name : Name of the returned attribute @retval ierr @copydoc error_return
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(File_desc_t), | intent(inout) | :: | File | |||
| type(Var_desc_t), | intent(in) | :: | vardesc | |||
| integer, | intent(in) | :: | attnum | |||
| character(len=*), | intent(out) | :: | name |