pio_inq_attlen Interface

public interface pio_inq_attlen

\defgroup PIO_inq_attlen


Module Procedures

private function inq_attlen_vid(File, varid, name, len) result(ierr)

@public @ingroup PIO_inq_attlen @brief Gets the attribute length @details @param File @copydoc file_desc_t @param varid : attribute id @param name : name of attribute @param len : Length of 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) :: len

Return Value integer

private function inq_attlen_vardesc(File, vardesc, name, len) result(ierr)

@public @ingroup PIO_inq_attlen @brief Gets the attribute length @details @param File @copydoc file_desc_t @param vardesc @copydoc var_desc_t @param name : name of attribute @param len : Length of 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) :: len

Return Value integer

private function inq_attlen_vardesc_pio2(File, vardesc, name, 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(kind=pio_offset), intent(out) :: len

Return Value integer

private function inq_attlen_vid_pio2(File, vid, name, len) result(ierr)

Arguments

Type IntentOptional Attributes Name
type(File_desc_t), intent(inout) :: File
integer, intent(in) :: vid
character(len=*), intent(in) :: name
integer(kind=pio_offset), intent(out) :: len

Return Value integer