pio_inq_varndims Interface

public interface pio_inq_varndims

\defgroup PIO_inq_varndims


Module Procedures

private function inq_varndims_vid(File, varid, ndims) result(ierr)

@public @details

Arguments

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

copydoc: file_desc_t

integer, intent(in) :: varid

: The variable identifier

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

: The number of dimensions for the variable

Return Value integer

private function inq_varndims_vdesc(File, vardesc, ndims) result(ierr)

@public @details

Arguments

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

copydoc: file_desc_t

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

copydoc: var_desc_t

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

: The number of dimensions for the variable

Return Value integer