pio_inq_varid Interface

public interface pio_inq_varid

\defgroup PIO_inq_varid


Module Procedures

private function inq_varid_vid(File, name, varid) result(ierr)

@public @details

Arguments

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

copydoc: file_desc_t

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

: Name of the returned attribute

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

: variable ID

Return Value integer

private function inq_varid_vardesc(File, name, vardesc) result(ierr)

@public @details

Arguments

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

copydoc: file_desc_t

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

: Name of the returned attribute

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

copydoc: var_desc_t

Return Value integer