pio_inq_att Interface

public interface pio_inq_att

\defgroup PIO_inq_att


Module Procedures

private function inq_att_vid(File, varid, name, xtype, len) result(ierr)

@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

Arguments

Type IntentOptional 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

Return Value integer

private function inq_att_vardesc(File, vardesc, name, xtype, len) result(ierr)

@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

Arguments

Type IntentOptional 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

Return Value integer

private function inq_att_vardesc_pio2(File, vardesc, name, xtype, len) result(ierr)

Arguments

Type IntentOptional 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

Return Value integer

private function inq_att_vid_pio2(File, varid, name, xtype, len) result(ierr)

Arguments

Type IntentOptional 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

Return Value integer