pio_inq_attname Interface

public interface pio_inq_attname

\defgroup PIO_inq_attname


Module Procedures

private function inq_attname_vid(File, varid, attnum, name) result(ierr)

@public @details

Arguments

Type IntentOptional Attributes Name
type(File_desc_t), intent(inout) :: File

copydoc: file_desc_t

integer(kind=i4), intent(in) :: varid

: The variable ID

integer, intent(in) :: attnum

: Attribute number returned from function ????

character(len=*), intent(out) :: name

: Name of the returned attribute

Return Value integer

private function inq_attname_vardesc(File, vardesc, attnum, name) result(ierr)

@public @details

Arguments

Type IntentOptional Attributes Name
type(File_desc_t), intent(inout) :: File

copydoc: file_desc_t

type(Var_desc_t), intent(in) :: vardesc

copydoc: var_desc_t

integer, intent(in) :: attnum

: Attribute number returned from function ????

character(len=*), intent(out) :: name

: Name of the returned attribute

Return Value integer