\defgroup PIO_inq_att
@public @ingroup PIO_inq_att @brief Gets information about attributes @details @param File @copydoc file_desc_t @param varid : The netcdf variable identifier @param name : Name of the attribute @param xtype : The type of attribute @param len : The length of the attribute @retval ierr @copydoc error_return
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(File_desc_t), | intent(inout) | :: | File | |||
integer(kind=i4), | intent(in) | :: | varid | |||
character(len=*), | intent(in) | :: | name | |||
integer, | intent(out) | :: | xtype | |||
integer, | intent(out) | :: | len |
@public @ingroup PIO_inq_att @brief Gets information about attributes @details @param File @copydoc file_desc_t @param vardesc @copydoc var_desc_t @param name : Name of the attribute @param xtype : The type of attribute @param len : The length of the 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 | |||
character(len=*), | intent(in) | :: | name | |||
integer, | intent(out) | :: | xtype | |||
integer, | intent(out) | :: | len |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(File_desc_t), | intent(inout) | :: | File | |||
type(Var_desc_t), | intent(in) | :: | vardesc | |||
character(len=*), | intent(in) | :: | name | |||
integer, | intent(out) | :: | xtype | |||
integer(kind=pio_offset), | intent(out) | :: | len |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(File_desc_t), | intent(inout) | :: | File | |||
integer, | intent(in) | :: | varid | |||
character(len=*), | intent(in) | :: | name | |||
integer, | intent(out) | :: | xtype | |||
integer(kind=pio_offset), | intent(out) | :: | len |